Lucene search
+L

1036 matches found

OSV
OSV
added 2026/07/19 4:17 p.m.8 views

AZL-92814 CVE-2026-64017 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: blk-mq: pop cached request if it is usable When submitting a bio to blk-mq, if the task should sleep after peeking a cached request, but before it pops it, the plug flushes and calls blkmqfreeplugrqs, freeing the cachedrqs. This...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/19 4:17 p.m.10 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...

0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/19 3:39 p.m.15 views

EUVD-2026-45645

In the Linux kernel, the following vulnerability has been resolved: nvme: fix bio leak on mapping failure The local bio is always NULL, so we'd leak the bio if the integrity mapping failed. Just get it directly from the request...

5.3AI score0.00173EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:39 p.m.8 views

CVE-2026-64072 nvme: fix bio leak on mapping failure

In the Linux kernel, the following vulnerability has been resolved: nvme: fix bio leak on mapping failure The local bio is always NULL, so we'd leak the bio if the integrity mapping failed. Just get it directly from the request...

5.3AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.17 views

CVE-2026-64072

In the Linux kernel, the following vulnerability has been resolved: nvme: fix bio leak on mapping failure The local bio is always NULL, so we'd leak the bio if the integrity mapping failed. Just get it directly from the request...

5.5CVSS5.2AI score0.00173EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 3:39 p.m.27 views

CVE-2026-64072

CVE-2026-64072 is a bio leak in the Linux kernel NVMe driver . When integrity mapping fails, the code attempted to free a local bio pointer that was always NULL, leaking the actual bio that should have been obtained directly from the request. This results in a high availability impact (resource e...

5.5CVSS5.3AI score0.00173EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.38 views

CVE-2026-64072 nvme: fix bio leak on mapping failure

In the Linux kernel, the following vulnerability has been resolved: nvme: fix bio leak on mapping failure The local bio is always NULL, so we'd leak the bio if the integrity mapping failed. Just get it directly from the request...

0.00173EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.42 views

CVE-2026-64053 block: don't overwrite bip_vcnt in bio_integrity_copy_user()

In the Linux kernel, the following vulnerability has been resolved: block: don't overwrite bipvcnt in biointegritycopyuser biointegrityaddpage already sets bipvcnt to 1 for the bounce segment. Overwriting it with nrvecs breaks bipvcnt = bipmaxvcnt on WRITE bipmaxvcnt is 1, so the gap-merge checks...

7.8CVSS0.00129EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/19 3:39 p.m.20 views

CVE-2026-64052

CVE-2026-64052 is a null pointer dereference in the Linux kernel's block layer , specifically in bio_integrity_map_user(). The root cause is that pin_user_pages_fast() can partially succeed (pinning fewer pages than requested), but bio_integrity_map_user() does not handle this case, causing bvec_...

5.5CVSS5.4AI score0.00122EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.16 views

CVE-2026-64053

In the Linux kernel, the following vulnerability has been resolved: block: don't overwrite bipvcnt in biointegritycopyuser biointegrityaddpage already sets bipvcnt to 1 for the bounce segment. Overwriting it with nrvecs breaks bipvcnt = bipmaxvcnt on WRITE bipmaxvcnt is 1, so the gap-merge checks...

7.8CVSS5.2AI score0.00129EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 3:39 p.m.9 views

CVE-2026-64052 block: bio-integrity: Fix null-ptr-deref in bio_integrity_map_user()

In the Linux kernel, the following vulnerability has been resolved: block: bio-integrity: Fix null-ptr-deref in biointegritymapuser pinuserpagesfast can partially succeed and return the number of pages that were actually pinned. However, the biointegritymapuser does not handle this partial pinnin...

5.3AI score
SaveExploits0References7
CVE
CVE
added 2026/07/19 3:39 p.m.42 views

CVE-2026-64053

The CVE-2026-64053 issue lies in the Linux kernel block layer: bio_integrity_copy_user() overwrites bip_vcnt, and bio_integrity_add_page() already sets bip_vcnt to 1 for the bounce segment. Writing with nr_vecs can violate bip_vcnt

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/07/19 3:39 p.m.13 views

EUVD-2026-45626

In the Linux kernel, the following vulnerability has been resolved: block: don't overwrite bipvcnt in biointegritycopyuser biointegrityaddpage already sets bipvcnt to 1 for the bounce segment. Overwriting it with nrvecs breaks bipvcnt = bipmaxvcnt on WRITE bipmaxvcnt is 1, so the gap-merge checks...

5.4AI score0.00129EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/19 3:39 p.m.13 views

EUVD-2026-45625

In the Linux kernel, the following vulnerability has been resolved: block: bio-integrity: Fix null-ptr-deref in biointegritymapuser pinuserpagesfast can partially succeed and return the number of pages that were actually pinned. However, the biointegritymapuser does not handle this partial pinnin...

5.4AI score0.00122EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.40 views

CVE-2026-64052 block: bio-integrity: Fix null-ptr-deref in bio_integrity_map_user()

In the Linux kernel, the following vulnerability has been resolved: block: bio-integrity: Fix null-ptr-deref in biointegritymapuser pinuserpagesfast can partially succeed and return the number of pages that were actually pinned. However, the biointegritymapuser does not handle this partial pinnin...

0.00122EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/19 3:39 p.m.12 views

CVE-2026-64053 block: don't overwrite bip_vcnt in bio_integrity_copy_user()

In the Linux kernel, the following vulnerability has been resolved: block: don't overwrite bipvcnt in biointegritycopyuser biointegrityaddpage already sets bipvcnt to 1 for the bounce segment. Overwriting it with nrvecs breaks bipvcnt = bipmaxvcnt on WRITE bipmaxvcnt is 1, so the gap-merge checks...

7.8CVSS5.4AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.12 views

CVE-2026-64052

In the Linux kernel, the following vulnerability has been resolved: block: bio-integrity: Fix null-ptr-deref in biointegritymapuser pinuserpagesfast can partially succeed and return the number of pages that were actually pinned. However, the biointegritymapuser does not handle this partial pinnin...

5.5CVSS5.2AI score0.00122EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 3:39 p.m.33 views

CVE-2026-64019

Technical details are not publicly available in the provided documents; monitor for updates.

5.4AI score0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.20 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
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.40 views

CVE-2026-64019 nvme-pci: fix dma mapping leak on data setup error

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

0.00155EPSS
SaveExploits0References2
Rows per page
Query Builder