Lucene search
+L

5989 matches found

OSV
OSV
•added 2026/09/11 7:46 p.m.•9 views

CVE-2026-89751 x86/tdx: Fix off-by-one in port I/O handling

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Fix off-by-one in port I/O handling handlein and handleout in arch/x86/coco/tdx/tdx.c use: u64 mask = GENMASKBITSPERBYTE size, 0; GENMASKh, l includes bit h. For size=1 INB, this produces GENMASK8, 0 = 0x1FF 9 bits inste...

5.9AI score
SaveExploits0References9
CVE
CVE
•added 2026/09/11 7:46 p.m.•20 views

CVE-2026-89695

A Denial of Service vulnerability in the Linux kernel's NFSD (Network File System Daemon) component. The nfsd4_decode_posixacl() function reads a client-supplied u32 entry count without capping it, passing it directly to an O(n²) bubble sort (sort_pacl_range()). A remote attacker can send a craft...

7.5CVSS5.8AI score0.00488EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/09/11 7:46 p.m.•14 views

CVE-2026-89695

In the Linux kernel, the following vulnerability has been resolved: nfsd: cap decoded POSIX ACL count to bound sort cost nfsd4decodeposixacl reads a u32 entry count off the wire and passes it straight to posixaclalloc and sortpaclrange. The latter is an On^2 bubble sort, so a client-chosen count...

7.5CVSS5.9AI score0.00488EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/11 7:45 p.m.•10 views

EUVD-2026-76556

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map leak in NOCOW direct I/O write btrfsdioiomapbegin calls btrfsgetextent, which returns an extent map reference that must be dropped on all exit paths. For direct writes into a NOCOW range,...

5.6AI score0.00209EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/11 7:45 p.m.•28 views

CVE-2026-89644 btrfs: fix extent map leak in NOCOW direct I/O write

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map leak in NOCOW direct I/O write btrfsdioiomapbegin calls btrfsgetextent, which returns an extent map reference that must be dropped on all exit paths. For direct writes into a NOCOW range,...

0.00209EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/11 7:45 p.m.•15 views

CVE-2026-89644

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map leak in NOCOW direct I/O write btrfsdioiomapbegin calls btrfsgetextent, which returns an extent map reference that must be dropped on all exit paths. For direct writes into a NOCOW range,...

5.7AI score0.00209EPSS
SaveExploits0
OSV
OSV
•added 2026/09/11 7:45 p.m.•16 views

CVE-2026-89644 btrfs: fix extent map leak in NOCOW direct I/O write

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map leak in NOCOW direct I/O write btrfsdioiomapbegin calls btrfsgetextent, which returns an extent map reference that must be dropped on all exit paths. For direct writes into a NOCOW range,...

5.7AI score
SaveExploits0References7
CVE
CVE
•added 2026/09/11 7:45 p.m.•22 views

CVE-2026-89644

CVE-2026-89644 affects the btrfs filesystem in the Linux kernel. The root cause is an extent map reference leak in the NOCOW direct I/O write path: btrfs_get_blocks_direct_write() fails to drop the extent map obtained from btrfs_get_extent() when btrfs_create_dio_extent() returns an error (e.g., ...

5.6AI score0.00209EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/11 7:44 p.m.•15 views

CVE-2026-89578

In the Linux kernel, the following vulnerability has been resolved: dm-io: clone the source bio instead of copying its biovec For DMIOBIO requests, doregion built each destination bio by walking the source bio's biovec and re-adding the pages one at a time, tracking the remaining transfer in...

6AI score0.00206EPSS
SaveExploits0
CVE
CVE
•added 2026/09/11 7:44 p.m.•25 views

CVE-2026-89578

CVE-2026-89578 affects the Linux kernel's dm-io component. In do_region(), DM_IO_BIO requests rebuilt each destination bio by walking the source bio's biovec and re-adding pages individually, using sector-based accounting . When a misaligned O_DIRECT buffer was split across pages, the vector leng...

6AI score0.00206EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/11 7:44 p.m.•12 views

EUVD-2026-76490

In the Linux kernel, the following vulnerability has been resolved: dm-io: clone the source bio instead of copying its biovec For DMIOBIO requests, doregion built each destination bio by walking the source bio's biovec and re-adding the pages one at a time, tracking the remaining transfer in...

6AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/11 7:44 p.m.•9 views

CVE-2026-89578 dm-io: clone the source bio instead of copying its biovec

In the Linux kernel, the following vulnerability has been resolved: dm-io: clone the source bio instead of copying its biovec For DMIOBIO requests, doregion built each destination bio by walking the source bio's biovec and re-adding the pages one at a time, tracking the remaining transfer in...

6.1AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
•added 2026/09/11 12:00 a.m.•12 views

PT-2026-90411

In the Linux kernel, the following vulnerability has been resolved: nfsd: cap decoded POSIX ACL count to bound sort cost nfsd4 decode posixacl reads a u32 entry count off the wire and passes it straight to posix acl alloc and sort pacl range. The latter is an On^2 bubble sort, so a client-chosen...

5.8AI score0.00488EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/09/11 12:00 a.m.•19 views

PT-2026-90467

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Fix off-by-one in port I/O handling handle in and handle out in arch/x86/coco/tdx/tdx.c use: u64 mask = GENMASKBITS PER BYTE size, 0; GENMASKh, l includes bit h. For size=1 INB, this produces GENMASK8, 0 = 0x1FF 9 bits...

5.8AI score0.00215EPSS
SaveExploits0References5
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/11 12:00 a.m.•0 views

CVE-2026-89644: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map leak in NOCOW direct I/O write btrfsdioiomapbegin calls btrfsgetextent, which returns an extent map reference that must be dropped on all exit paths. For direct writes into a NOCOW range,...

5.6AI score0.00209EPSS
SaveExploits0References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/11 12:00 a.m.•0 views

CVE-2026-89751: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Fix off-by-one in port I/O handling handlein and handleout in arch/x86/coco/tdx/tdx.c use: u64 mask = GENMASKBITSPERBYTE size, 0; GENMASKh, l includes bit h. For size=1 INB, this produces GENMASK8, 0 = 0x1FF 9 bits inste...

5.8AI score0.00215EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2026/09/11 12:00 a.m.•18 views

PT-2026-90360

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map leak in NOCOW direct I/O write btrfs dio iomap begin calls btrfs get extent, which returns an extent map reference that must be dropped on all exit paths. For direct writes into a NOCOW range, btrfs get bloc...

5.6AI score0.00209EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/09/11 12:00 a.m.•11 views

PT-2026-90294

In the Linux kernel, the following vulnerability has been resolved: dm-io: clone the source bio instead of copying its biovec For DM IO BIO requests, do region built each destination bio by walking the source bio's biovec and re-adding the pages one at a time, tracking the remaining transfer in...

6AI score0.00206EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/09/10 6:18 p.m.•17 views

CVE-2026-89044

Netty versions 4.1.133.Final through 4.1.137.Final and 4.2.13.Final through 4.2.17.Final fail to properly validate the final transfer coding in the Transfer-Encoding header, allowing attackers to smuggle requests by using malformed encoding declarations. Attackers can split Transfer-Encoding...

6.9CVSS5.8AI score0.00426EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
•added 2026/09/10 9:07 a.m.•12 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.16.70 packages and security update

Red Hat OpenShift Container Platform release 4.16.70 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.16. Red Hat Product Security has rated this update as having a...

7.8CVSS7AI score0.00758EPSS
SaveExploits0References3
Rows per page
Query Builder