Lucene search
+L

719 matches found

Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.7 views

CVE-2026-64019

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix dma mapping leak on data setup error We're leaking the initial DMA mapping during iteration if we fail to allocate the tracking descriptor for both PRP and SGL. Unmap the iterator directly; we can't use the existing...

5.2AI score0.00155EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:39 p.m.8 views

EUVD-2026-45592

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix dma mapping leak on data setup error We're leaking the initial DMA mapping during iteration if we fail to allocate the tracking descriptor for both PRP and SGL. Unmap the iterator directly; we can't use the existing...

5.4AI score0.00155EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.11 views

PT-2026-61336

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A DMA mapping leak occurs in the nvme-pci module during data setup errors. The leak happens during iteration if the tracking descriptor for either PRP Physical Region Page or SGL Scatter...

5.2AI score0.00155EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.9 views

PT-2026-61318

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A Use-After-Free UAF issue exists in the ALSA PCM OSS component. The function snd pcm oss proc write links a newly allocated setup entry into the OSS setup list before duplicating the ta...

5.2AI score0.00168EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/07/03 3:5 a.m.6 views

SUSE CVE-2026-53084

In the Linux kernel, the following vulnerability has been resolved: bpf: return VMA snapshot from taskvma iterator Holding the per-VMA lock across the BPF program body creates a lock ordering problem when helpers acquire locks that depend on mmaplock: vmlock - irwsem - mmaplock - vmlock Snapshot...

5.8AI score0.00114EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/06/28 12:0 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-53085

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

7.8CVSS5.5AI score0.00119EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:12 a.m.7 views

bpf, sockmap: Fix af_unix iter deadlock

...

5.5CVSS6.1AI score0.00095EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/06/27 1:54 a.m.11 views

SUSE CVE-2026-52989

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: propagate nvmettcpbuildpduiovec errors to its callers Currently, when nvmettcpbuildpduiovec detects an out-of-bounds PDU length or offset, it triggers nvmettcpfatalerrorcmd-queue and returns early. However, because the...

7.5CVSS5.8AI score0.00342EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/06/27 1:54 a.m.11 views

SUSE CVE-2026-53033

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Take state lock for afunix iter When a BPF iterator program updates a sockmap, there is a race condition in unixstreambpfupdateproto where the peer pointer can become stale1 during a state transition TCPESTABLISHED ...

7.8CVSS5.8AI score0.00135EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/25 6:43 p.m.11 views

GO-2026-5239 OpenFGA has cache-key delimiter injection in shared-iterator and v2 iterator that caches enables intra-store authorization-decision poisoning in github.com/openfga/openfga

OpenFGA has cache-key delimiter injection in shared-iterator and v2 iterator that caches enables intra-store authorization-decision poisoning in github.com/openfga/openfga...

5.3CVSS5.8AI score0.00101EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/06/25 2:20 a.m.10 views

SUSE CVE-2026-52921

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: stop hash: range iteration at end The following hash set variants: hash:ip,mark hash:ip,port hash:ip,port,ip hash:ip,port,net iterate IPv4 ranges with a 32-bit iterator. The iterator must stop once the last...

5.7AI score0.00114EPSS
SaveExploits0References3
NVD
NVD
added 2026/06/24 5:17 p.m.8 views

CVE-2026-53084

In the Linux kernel, the following vulnerability has been resolved: bpf: return VMA snapshot from taskvma iterator Holding the per-VMA lock across the BPF program body creates a lock ordering problem when helpers acquire locks that depend on mmaplock: vmlock - irwsem - mmaplock - vmlock Snapshot...

5.5CVSS0.00114EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/06/24 5:17 p.m.6 views

CVE-2026-53085

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.8CVSS5.6AI score0.00119EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2026/06/24 5:17 p.m.7 views

CVE-2026-52989

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: propagate nvmettcpbuildpduiovec errors to its callers Currently, when nvmettcpbuildpduiovec detects an out-of-bounds PDU length or offset, it triggers nvmettcpfatalerrorcmd-queue and returns early. However, because the...

9.8CVSS5.6AI score0.00342EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2026/06/24 5:17 p.m.5 views

CVE-2026-53035

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix afunix iter deadlock bpfiterunixseqshow may deadlock when locksockfast takes the fast path and the iter prog attempts to update a sockmap. Which ends up spinning at sockmapupdateelem's bhlocksock: WARNING:...

5.5CVSS5.6AI score0.00095EPSS
SaveExploits0References22
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
CVE
CVE
added 2026/06/24 4:30 p.m.19 views

CVE-2026-53085

The CVE-2026-53085 issue affects the Linux kernel BPF subsystem where the open-coded task_vma iterator reads task->mm locklessly and uses mmap_read_trylock() without taking an mm reference, risking use-after-free if the task exits concurrently. The patch reads task->mm with a trylock on all...

7.8CVSS5.7AI score0.00119EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/06/24 4:30 p.m.8 views

EUVD-2026-38953

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...

5.7AI score0.00119EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/06/24 4:30 p.m.37 views

CVE-2026-53084 bpf: return VMA snapshot from task_vma iterator

In the Linux kernel, the following vulnerability has been resolved: bpf: return VMA snapshot from taskvma iterator Holding the per-VMA lock across the BPF program body creates a lock ordering problem when helpers acquire locks that depend on mmaplock: vmlock - irwsem - mmaplock - vmlock Snapshot...

0.00114EPSS
SaveExploits0References4
CVE
CVE
added 2026/06/24 4:30 p.m.21 views

CVE-2026-53084

Technical details for CVE-2026-53084 are not publicly available in the provided documents. Monitor for updates.

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder