Lucene search
+L

71073 matches found

CVE
CVE
added 2026/09/11 7:45 p.m.23 views

CVE-2026-89652

CVE-2026-89652 is a slab out-of-bounds write in the Linux kernel's Ceph filesystem (cephfs). The functions ceph_get_name() and __get_snap_name() copy an MDS-supplied dentry name into a NAME_MAX-sized buffer via memcpy without validating the length, allowing a malicious or buggy Ceph MDS to overfl...

9.8CVSS6AI score0.00463EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/11 7:45 p.m.9 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.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.13 views

CVE-2026-89638

In the Linux kernel, the following vulnerability has been resolved: smb: client: clear setuid/setgid bit on write with cifsacl/modefromsid/posix extensions When a file has the setuid or setgid bit set and is written to, the VFS strips those bits and issues a setattr with ATTRKILLSUID/ATTRKILLSGID...

7.8CVSS6AI score0.0017EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:45 p.m.13 views

CVE-2026-89638 smb: client: clear setuid/setgid bit on write with cifsacl/modefromsid/posix extensions

In the Linux kernel, the following vulnerability has been resolved: smb: client: clear setuid/setgid bit on write with cifsacl/modefromsid/posix extensions When a file has the setuid or setgid bit set and is written to, the VFS strips those bits and issues a setattr with ATTRKILLSUID/ATTRKILLSGID...

7.8CVSS5.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.30 views

CVE-2026-89638 smb: client: clear setuid/setgid bit on write with cifsacl/modefromsid/posix extensions

In the Linux kernel, the following vulnerability has been resolved: smb: client: clear setuid/setgid bit on write with cifsacl/modefromsid/posix extensions When a file has the setuid or setgid bit set and is written to, the VFS strips those bits and issues a setattr with ATTRKILLSUID/ATTRKILLSGID...

7.8CVSS0.0017EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:45 p.m.7 views

EUVD-2026-76545

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix OOB read/write from unvalidated DataOffset in coalescet2 coalescet2 computes data pointers directly from server-supplied DataOffset fields with no validation against buffer bounds: dataareaoftgt = char...

6.1AI score0.00481EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:45 p.m.27 views

CVE-2026-89633

CVE-2026-89633 is a critical (CVSS 9.8) vulnerability in the Linux kernel's SMB client , specifically in the coalesce_t2() function. The root cause is that server-supplied DataOffset fields are used to compute data pointers without any validation against buffer boundaries. A small DataOffset valu...

9.8CVSS6.1AI score0.00481EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.30 views

CVE-2026-89633 smb: client: fix OOB read/write from unvalidated DataOffset in coalesce_t2()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix OOB read/write from unvalidated DataOffset in coalescet2 coalescet2 computes data pointers directly from server-supplied DataOffset fields with no validation against buffer bounds: dataareaoftgt = char...

9.8CVSS0.00481EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.30 views

CVE-2026-89622 HID: mcp2221: clear rxbuf after I2C/SMBus transfer completes

In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: clear rxbuf after I2C/SMBus transfer completes mcpi2csmbusread stores the caller-supplied buffer pointer in mcp-rxbuf for the duration of a transfer but never clears it when the transfer finishes or times out. Once...

7.8CVSS0.00157EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:45 p.m.21 views

CVE-2026-89622

CVE-2026-89622 is a write use-after-free in the Linux kernel's HID mcp2221 driver . The function mcp_i2c_smbus_read() stores a caller-supplied buffer pointer in mcp->rxbuf but fails to clear it when an I2C/SMBus transfer completes or times out. Once the caller frees the buffer, a delayed or sp...

7.8CVSS5.9AI score0.00157EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:45 p.m.21 views

CVE-2026-89615

CVE-2026-89615 is a buffer overflow in the Linux kernel's NTFS3 filesystem driver. In the copy_lcns loop and the redo shorten loop, page_lcns[] is indexed at j + i, where i runs up to the log record's lcns_follow. That count is validated only against the record's own length, not the target entry'...

8.4CVSS5.9AI score0.00154EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.14 views

CVE-2026-89615

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: bound pagelcns index by the log record The copylcns loop and the redo shorten loop index pagelcns at j + i, where i runs up to the log record's lcnsfollow. That count is checked only against the record's own length, not...

8.4CVSS6AI score0.00154EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.13 views

CVE-2026-89611

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate non-resident attribute offsets ntfsattrupdatemeta shifts the attribute name when converting between non-sparse and sparse attributes. Converting to sparse also adds the compressedsize field before the name and...

9.8CVSS6.2AI score0.00379EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:45 p.m.14 views

CVE-2026-89611 ntfs: validate non-resident attribute offsets

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate non-resident attribute offsets ntfsattrupdatemeta shifts the attribute name when converting between non-sparse and sparse attributes. Converting to sparse also adds the compressedsize field before the name and...

9.8CVSS6AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/11 7:45 p.m.8 views

EUVD-2026-76523

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate non-resident attribute offsets ntfsattrupdatemeta shifts the attribute name when converting between non-sparse and sparse attributes. Converting to sparse also adds the compressedsize field before the name and...

6AI score0.00379EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 7:45 p.m.25 views

CVE-2026-89611

This vulnerability affects the Linux kernel NTFS driver in ntfs_attr_update_meta(), where insufficient validation of non-resident attribute offsets during sparse/non-sparse conversion allows a malicious MFT record to cause out-of-bounds writes or data overlap with mapping pairs. Red Hat describes...

9.8CVSS6AI score0.00379EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.29 views

CVE-2026-89611 ntfs: validate non-resident attribute offsets

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate non-resident attribute offsets ntfsattrupdatemeta shifts the attribute name when converting between non-sparse and sparse attributes. Converting to sparse also adds the compressedsize field before the name and...

9.8CVSS0.00379EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 7:45 p.m.17 views

CVE-2026-89607

CVE-2026-89607 affects the Linux kernel's ecryptfs module. The function parse_tag_3_packet() fails to bound encrypted_key_size against ECRYPTFS_MAX_KEY_BYTES (64) in the passphrase decryption path. When the value exceeds 64, two out-of-bounds writes corrupt the ecryptfs_auth_tok and ecryptfs_cryp...

7.8CVSS6AI score0.00164EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.32 views

CVE-2026-89607 ecryptfs: reject oversized encrypted_key_size in parse_tag_3_packet

In the Linux kernel, the following vulnerability has been resolved: ecryptfs: reject oversized encryptedkeysize in parsetag3packet parsetag3packet set encryptedkeysize from the Tag 3 packet body without bounding it against ECRYPTFSMAXKEYBYTES 64. When encryptedkeysize 64,...

7.8CVSS0.00164EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.12 views

CVE-2026-89607

In the Linux kernel, the following vulnerability has been resolved: ecryptfs: reject oversized encryptedkeysize in parsetag3packet parsetag3packet set encryptedkeysize from the Tag 3 packet body without bounding it against ECRYPTFSMAXKEYBYTES 64. When encryptedkeysize 64,...

7.8CVSS6.1AI score0.00164EPSS
SaveExploits0
Rows per page
Query Builder