Lucene search
K

30 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux - уязвимость в linux-5.15, linux-6.1

In the Linux kernel, the following vulnerabilities have been resolved: drm/amdkfd: Fixed a race condition involving the unreferencing of the vram buffer in the svm code. The unreferencing of prange-svmbo can occur both in the mmu callback and in a callback after migrating to system RAM. Both are...

5.5CVSS6AI score0.00015EPSS
Exploits0References2
OSV
OSV
added 2026/01/12 11:58 a.m.1 views

SUSE-SU-2026:20074-1 Security update for glib2

This update for glib2 fixes the following issues: Update to version 2.84.4. Security issues fixed: - CVE-2025-14512: integer overflow in the GIO escapebytestring function when processing malicious files or remote filesystem attribute values can lead to denial-of-service bsc1254878. -...

9.8CVSS7.8AI score0.00074EPSS
Exploits1References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2016-10611

Malware in sbrugna...

5.5CVSS7.3AI score0.00366EPSS
Exploits0References11
Redos
Redos
added 2025/10/07 12:0 a.m.2 views

ROS-20251007-05

A vulnerability in the vim text editor is related to manipulation of the main function of the src/xxd/xxd.c file component xxd. Exploitation of the vulnerability could allow an attacker to cause a denial of service The vim text editor vulnerability is related to manipulation of the...

8.8CVSS5.8AI score0.00081EPSS
Exploits2
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2023-59541

Malicious code in bioql PyPI...

5.5CVSS7.2AI score0.00015EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2025-24191

Malicious code in bioql PyPI...

8.8CVSS6.3AI score0.00081EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/08/12 11:23 p.m.1 views

SUSE CVE-2025-55157

Vim is an open source, command line text editor. In versions from 9.1.1231 to before 9.1.1400, When processing nested tuples in Vim script, an error during evaluation can trigger a use-after-free in Vim's internal tuple reference management. Specifically, the tupleunref function may access alread...

5CVSS5.4AI score0.00081EPSS
Exploits0References9
NVD
NVD
added 2025/08/11 11:15 p.m.1 views

CVE-2025-55157

Vim is an open source, command line text editor. In versions from 9.1.1231 to before 9.1.1400, When processing nested tuples in Vim script, an error during evaluation can trigger a use-after-free in Vim’s internal tuple reference management. Specifically, the tupleunref function may access alread...

8.8CVSS0.00081EPSS
Exploits0References3
CVE
CVE
added 2025/08/11 10:54 p.m.25 views

CVE-2025-55157

Vim (ed. notated as 9.1.x) is affected by CVE-2025-55157 in versions 9.1.1231 through before 9.1.1400. Root cause: use-after-free in internal tuple reference management (tuple_unref) when evaluating nested Vim script tuples, potentially allowing memory corruption. The exploit requires user intera...

8.8CVSS7.1AI score0.00081EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2025/08/05 5:15 p.m.1 views

CVE-2025-8584

A vulnerability classified as problematic was found in libav up to 12.3. Affected by this vulnerability is the function avbufferunref of the file libavutil/buffer.c of the component AVI File Parser. The manipulation leads to null pointer dereference. Local access is required to approach this...

4.8CVSS6.2AI score
Exploits0References5
OSV
OSV
added 2025/07/25 2:15 p.m.3 views

DEBIAN-CVE-2025-38410

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix a fence leak in submit error path In error paths, we could unref the submit without calling drmschedentitypushjob, so msmjobfree will never get called. Since drmschedjobcleanup will NULL out the sfence, we can use th...

5.5CVSS5.5AI score0.0007EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2025/01/10 12:21 a.m.2 views

SUSE CVE-2024-56664

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix race between element replace and close Element replace with a socket different from the one stored may race with socket's close link popping & unlinking. sockmapdelete unconditionally unrefs the wrong element: /...

7CVSS7.7AI score0.00017EPSS
Exploits0References52
OSV
OSV
added 2024/10/21 6:15 p.m.2 views

DEBIAN-CVE-2024-49991

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: amdkfdfreegttmem clear the correct pointer Pass pointer reference to amdgpubounref to clear the correct pointer, otherwise amdgpubounref clear the local variable, the original pointer not set to NULL, this could cause...

7.8CVSS5.7AI score0.00009EPSS
Exploits0References1
Cvelist
Cvelist
added 2024/08/20 11:45 p.m.77 views

CVE-2024-43863 drm/vmwgfx: Fix a deadlock in dma buf fence polling

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix a deadlock in dma buf fence polling Introduce a version of the fence ops that on release doesn't remove the fence from the pending list, and thus doesn't require a lock to fix poll-fence wait-fence unref deadlocks...

0.00017EPSS
Exploits0References6
NVD
NVD
added 2024/05/21 4:15 p.m.17 views

CVE-2023-52825

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix a race condition of vram buffer unref in svm code prange-svmbo unref can happen in both mmu callback and a callback after migrate to system ram. Both are async call in different tasks. Sync svmbo unref operation t...

5.5CVSS6.6AI score0.00015EPSS
Exploits0References5
OSV
OSV
added 2024/05/21 4:15 p.m.3 views

UBUNTU-CVE-2023-52825

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix a race condition of vram buffer unref in svm code prange-svmbo unref can happen in both mmu callback and a callback after migrate to system ram. Both are async call in different tasks. Sync svmbo unref operation t...

5.5CVSS5.9AI score0.00015EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2024/03/13 4:24 a.m.1 views

SUSE CVE-2023-52486

In the Linux kernel, the following vulnerability has been resolved: drm: Don't unref the same fb many times by mistake due to deadlock handling If we get a deadlock after the fb lookup in drmmodepageflipioctl we proceed to unref the fb and then retry the whole thing from the top. But we forget to...

5.5CVSS6.2AI score0.00006EPSS
Exploits0References15
NVD
NVD
added 2024/03/11 6:15 p.m.17 views

CVE-2023-52486

In the Linux kernel, the following vulnerability has been resolved: drm: Don't unref the same fb many times by mistake due to deadlock handling If we get a deadlock after the fb lookup in drmmodepageflipioctl we proceed to unref the fb and then retry the whole thing from the top. But we forget to...

5.5CVSS7.3AI score0.00006EPSS
Exploits0References10
Prion
Prion
added 2024/03/11 6:15 p.m.32 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: drm: Don't unref the same fb many times by mistake due to deadlock handling If we get a deadlock after the fb lookup in drmmodepageflipioctl we proceed to unref the fb and then retry the whole thing from the top. But we forget to...

7AI score0.00006EPSS
Exploits0References8
Positive Technologies
Positive Technologies
added 2023/09/09 12:0 a.m.2 views

PT-2023-36003 · Git +1 · Libucl

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided description. Description: The issue is related to a heap-buffer-overflow read crash. Technical details include a crash state involving ucl object dtor unref single, ucl object dto...

6.8AI score
Exploits0References2
Rows per page
Query Builder