Lucene search
+L

489746 matches found

OSV
OSV
added 2026/08/28 6:49 a.m.8 views

CVE-2026-80677 driver core: use READ_ONCE() for dev->driver in dev_has_sync_state()

In the Linux kernel, the following vulnerability has been resolved: driver core: use READONCE for dev-driver in devhassyncstate devhassyncstate reads dev-driver twice without holding devicelock -- once for the NULL check and once to dereference -syncstate. Some callers only hold...

7.8CVSS5.8AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/28 6:49 a.m.6 views

EUVD-2026-67551

In the Linux kernel, the following vulnerability has been resolved: libbpf: Reject non-exclusive metadata maps in the signed loader The loader verifies map-sha against the metadata hash in its instructions. map-sha is calculated when BPFOBJGETINFOBYFD is called on the frozen map. While the map is...

5.8AI score0.00124EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/28 6:49 a.m.7 views

CVE-2026-80676

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: use generic driveroverride infrastructure When a driver is probed through driverattach, the bus' match callback is called without the device lock held, thus accessing the driveroverride field without a lock,...

5.8AI score0.00168EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/28 6:49 a.m.33 views

CVE-2026-80675 libbpf: Reject non-exclusive metadata maps in the signed loader

In the Linux kernel, the following vulnerability has been resolved: libbpf: Reject non-exclusive metadata maps in the signed loader The loader verifies map-sha against the metadata hash in its instructions. map-sha is calculated when BPFOBJGETINFOBYFD is called on the frozen map. While the map is...

7.1CVSS0.00124EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/28 6:49 a.m.16 views

CVE-2026-80676

CVE-2026-80676 affects the Linux kernel Hyper-V vmbus driver. When a driver is probed via __driver_attach(), the bus match() callback is invoked without the device lock held, allowing an unlocked access to the driver_override field that can lead to a Use-After-Free (UAF) condition. The fix migrat...

5.8AI score0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/28 6:49 a.m.6 views

EUVD-2026-67552

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: use generic driveroverride infrastructure When a driver is probed through driverattach, the bus' match callback is called without the device lock held, thus accessing the driveroverride field without a lock,...

5.8AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/28 6:49 a.m.23 views

CVE-2026-80675

CVE-2026-80675 is a Linux kernel vulnerability in the libbpf signed loader . The loader verifies a map's SHA against a metadata hash in its instructions, but failed to ensure the map is exclusive . Without exclusivity, a hostile host could load another BPF program with map access to mutate the co...

7.1CVSS5.8AI score0.00124EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 6:49 a.m.8 views

CVE-2026-80676 Drivers: hv: vmbus: use generic driver_override infrastructure

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: use generic driveroverride infrastructure When a driver is probed through driverattach, the bus' match callback is called without the device lock held, thus accessing the driveroverride field without a lock,...

5.8AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/28 6:49 a.m.8 views

EUVD-2026-67550

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate resident attribute lists and harden the validator A base inode's $ATTRIBUTELIST is sanity-checked by loadattributelist only on the non-resident path; ntfsreadlockedinode copies a resident attribute list into...

6AI score0.00379EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/28 6:49 a.m.7 views

CVE-2026-80674 ntfs: validate resident attribute lists and harden the validator

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate resident attribute lists and harden the validator A base inode's $ATTRIBUTELIST is sanity-checked by loadattributelist only on the non-resident path; ntfsreadlockedinode copies a resident attribute list into...

9.8CVSS6AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/28 6:49 a.m.10 views

CVE-2026-80674

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate resident attribute lists and harden the validator A base inode's $ATTRIBUTELIST is sanity-checked by loadattributelist only on the non-resident path; ntfsreadlockedinode copies a resident attribute list into...

9.8CVSS6AI score0.00379EPSS
SaveExploits0
CVE
CVE
added 2026/08/28 6:49 a.m.21 views

CVE-2026-80674

CVE-2026-80674 is a critical (CVSS 9.8) vulnerability in the Linux kernel NTFS driver . The ntfs_read_locked_inode() function copies a resident $ATTRIBUTE_LIST into the inode's attribute list via a plain memcpy() with no validation . Subsequent attribute-list walks (ntfs_external_attr_find(), ntf...

9.8CVSS6AI score0.00379EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/28 6:49 a.m.38 views

CVE-2026-80674 ntfs: validate resident attribute lists and harden the validator

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate resident attribute lists and harden the validator A base inode's $ATTRIBUTELIST is sanity-checked by loadattributelist only on the non-resident path; ntfsreadlockedinode copies a resident attribute list into...

9.8CVSS0.00379EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 6:49 a.m.8 views

EUVD-2026-67548

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix u16 truncation of restart-area length check ntfscheckrestartarea validates that the $LogFile restart area and its trailing log client record array fit within the system page size: u16 raofs, ralen, caofs; ... ralen =...

5.9AI score0.0012EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/28 6:49 a.m.11 views

CVE-2026-80672 ntfs: fix u16 truncation of restart-area length check

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix u16 truncation of restart-area length check ntfscheckrestartarea validates that the $LogFile restart area and its trailing log client record array fit within the system page size: u16 raofs, ralen, caofs; ... ralen =...

8.8CVSS5.9AI score
SaveExploits0References5
CVE
CVE
added 2026/08/28 6:49 a.m.21 views

CVE-2026-80672

CVE-2026-80672 is a u16 truncation in the Linux kernel's in-kernel NTFS driver, specifically in ntfs_check_restart_area(). The variable ra_len is declared as u16, but the computed length of the $LogFile log client record array can exceed 65535 (e.g., log_clients of 410 yields 65600), causing trun...

8.8CVSS5.9AI score0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/28 6:49 a.m.35 views

CVE-2026-80672 ntfs: fix u16 truncation of restart-area length check

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix u16 truncation of restart-area length check ntfscheckrestartarea validates that the $LogFile restart area and its trailing log client record array fit within the system page size: u16 raofs, ralen, caofs; ... ralen =...

8.8CVSS0.0012EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 6:49 a.m.8 views

EUVD-2026-67549

In the Linux kernel, the following vulnerability has been resolved: ntfs: bound the look-ahead attribute-list entry in ntfsexternalattrfind When resolving an attribute lookup with a non-zero @lowestvcn, ntfsexternalattrfind peeks at the next $ATTRIBUTELIST entry to decide whether to keep searchin...

6AI score0.00379EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/28 6:49 a.m.9 views

CVE-2026-80673 ntfs: bound the look-ahead attribute-list entry in ntfs_external_attr_find()

In the Linux kernel, the following vulnerability has been resolved: ntfs: bound the look-ahead attribute-list entry in ntfsexternalattrfind When resolving an attribute lookup with a non-zero @lowestvcn, ntfsexternalattrfind peeks at the next $ATTRIBUTELIST entry to decide whether to keep searchin...

9.8CVSS6AI score
SaveExploits0References5
CVE
CVE
added 2026/08/28 6:49 a.m.12 views

CVE-2026-80673

Linux kernel NTFS driver contains a slab out-of-bounds read in ntfs_external_attr_find(). When resolving an attribute lookup with a non-zero @lowest_vcn, the function reads lowest_vcn (offset 8) and name_offset from the next $ATTRIBUTE_LIST entry without full bounds validation, allowing a crafted...

9.8CVSS6AI score0.00379EPSS
SaveExploits0References2
Rows per page
Query Builder