Lucene search
+L

118 matches found

UbuntuCve
UbuntuCve
added 2026/06/24 5:17 p.m.6 views

CVE-2026-52970

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftct: fix missing expect put in obj eval nftctexpectobjeval allocates an expectation and may call nfctexpectrelated, but never drops its local reference. Add nfctexpectputexp before return to balance allocation...

5.5CVSS5.6AI score0.00128EPSS
SaveExploits0References30
Cvelist
Cvelist
added 2026/06/24 4:30 p.m.45 views

CVE-2026-53085 bpf: fix mm lifecycle in open-coded task_vma iterator

In the Linux kernel, the following vulnerability has been resolved: bpf: fix mm lifecycle in open-coded taskvma iterator The open-coded taskvma iterator reads task-mm locklessly and acquires mmapreadtrylock but never calls mmget. If the task exits concurrently, the mmstruct can be freed as it is...

7.8CVSS0.00119EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2026/06/08 12:0 a.m.18 views

Imagination Graphics DDK 安全漏洞

Imagination Graphics DDK is a GPU driver toolkit developed by the British company Imagination. There is a security vulnerability in Imagination Graphics DDK. This vulnerability arises from improper GPU system calls when the software runs as a non-privileged user. This leads to errors in managing...

7.1CVSS5.3AI score0.00116EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fixed the reference count leak in hnsrocemmap. The function rdmausermmapentrygetpgoff takes a reference. Added the missing function rdmausermmapentryput to release the reference. Acknowledged by Haoyue Xu...

5.2AI score0.00215EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/05/15 1:59 a.m.51 views

CVE-2024-21962

Improper Input Validation in the AMD RAID driver could allow an attacker to point to an arbitrary memory location potentially resulting in privilege escalation and arbitrary code execution...

8.6CVSS0.00106EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/03/26 9:1 a.m.7 views

CVE-2026-23350

A flaw was found in the Linux kernel. When an execution queue fails to initialize in the drm/xe/queue component, the system does not properly finalize it, leaving a damaged entry in a critical lookup list. This can lead to an invalid memory reference, potentially causing system instability or a...

5.9AI score0.00129EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/01/12 9:30 a.m.5 views

kernel: tls: wait for pending async decryptions if tls_strp_msg_hold fails

A vulnerability was found in tlsdecryptsg in net/tls/tlssw.c in networking subsystem in the Linux Kernel.In this flaw, If it fails to clone of the input skb to hold the reference to the memory it uses may lead a use-after-free...

9.8CVSS5.8AI score0.0042EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/10/22 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an integer overflow in the amdgpucspass1 function, which could lead to references to uninitialized memory...

6.1AI score0.00197EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2005-4630

Malware in sbrugna...

5CVSS6.4AI score0.02889EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2017-15003

Malware in sbrugna...

4.3CVSS5.1AI score0.01746EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2017-0670

Malware in sbrugna...

7.8CVSS7.9AI score0.00332EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2017-1475

Malware in sbrugna...

7.5CVSS7.5AI score0.01392EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2020-3663

Malware in sbrugna...

7.8CVSS7.6AI score0.00219EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2020-12625

Malware in sbrugna...

7.5CVSS7.5AI score0.00367EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.16 views

EUVD-2022-35200

Malicious code in bioql PyPI...

7.8CVSS7.6AI score0.00236EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.12 views

EUVD-2024-53366

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.00206EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.19 views

EUVD-2025-12842

Malicious code in bioql PyPI...

6.9AI score0.00138EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/05 6:15 p.m.3 views

DEBIAN-CVE-2025-39715

In the Linux kernel, the following vulnerability has been resolved: parisc: Revise gateway LWS calls to probe user read access We use load and stbys,e instructions to trigger memory reference interruptions without writing to memory. Because of the way read access support is implemented, read acce...

5.5CVSS5.5AI score0.00136EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/08/19 5:2 p.m.16 views

CVE-2025-38554 mm: fix a UAF when vma->mm is freed after vma->vm_refcnt got dropped

In the Linux kernel, the following vulnerability has been resolved: mm: fix a UAF when vma-mm is freed after vma-vmrefcnt got dropped By inducing delays in the right places, Jann Horn created a reproducer for a hard to hit UAF issue that became possible after VMAs were allowed to be recycled by...

7.8CVSS0.00162EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/05/23 7:9 a.m.9 views

CVE-2024-0147

NVIDIA GPU display driver for Windows and Linux contains a vulnerability where referencing memory after it has been freed can lead to denial of service or data tampering...

5.5CVSS5.4AI score0.00176EPSS
SaveExploits0References1
Rows per page
Query Builder