Lucene search
+L

2725 matches found

CVE
CVE
added 2026/09/11 7:43 p.m.13 views

CVE-2026-89492

CVE-2026-89492 is a slab out-of-bounds read in the Linux kernel's OCFS2 filesystem. The functions ocfs2_validate_dx_leaf() and ocfs2_validate_dx_root() fail to bound the ocfs2_dx_entry_list counts against the 4 KB block capacity. As a result, ocfs2_dx_dir_search() can walk up to 0xffff entries pa...

9.8CVSS0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.25 views

CVE-2026-89492 ocfs2: validate directory-index entry counts when reading metadata

In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate directory-index entry counts when reading metadata ocfs2validatedxleaf and ocfs2validatedxroot check the ECC and signature of an indexed-directory block before it reaches higher-level callers, but neither validato...

9.8CVSS0.00198EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.5 views

CVE-2026-89488

In the Linux kernel, the following vulnerability has been resolved: openvswitch: Fix CT limit teardown use-after-free Packet processing uses CT limit state under RCU, while netns teardown frees that state under ovsmutex. The CT limit pointer was neither removed from readers nor protected by a gra...

7.8CVSS0.00166EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:43 p.m.15 views

CVE-2026-89488

CVE-2026-89488 is a slab-use-after-free in the Linux kernel's Open vSwitch (OVS) component, occurring during network namespace teardown . Packet processing reads CT (connection tracking) limit state under RCU, while teardown frees that state under ovs_mutex without removing the pointer from reade...

7.8CVSS0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.25 views

CVE-2026-89471 power: supply: cros_usbpd-charger: bound the EC-reported port count

In the Linux kernel, the following vulnerability has been resolved: power: supply: crosusbpd-charger: bound the EC-reported port count crosusbpdchargerprobe reads two port counts from the EC and uses one of them, numchargerports, as the loop bound when populating a fixed-size array: struct portda...

8.4CVSS0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:43 p.m.6 views

EUVD-2026-76377

In the Linux kernel, the following vulnerability has been resolved: power: supply: crosusbpd-charger: bound the EC-reported port count crosusbpdchargerprobe reads two port counts from the EC and uses one of them, numchargerports, as the loop bound when populating a fixed-size array: struct portda...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:43 p.m.2 views

CVE-2026-89471 power: supply: cros_usbpd-charger: bound the EC-reported port count

In the Linux kernel, the following vulnerability has been resolved: power: supply: crosusbpd-charger: bound the EC-reported port count crosusbpdchargerprobe reads two port counts from the EC and uses one of them, numchargerports, as the loop bound when populating a fixed-size array: struct portda...

5.9AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.3 views

CVE-2026-89471

In the Linux kernel, the following vulnerability has been resolved: power: supply: crosusbpd-charger: bound the EC-reported port count crosusbpdchargerprobe reads two port counts from the EC and uses one of them, numchargerports, as the loop bound when populating a fixed-size array: struct portda...

8.4CVSS0.00168EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:43 p.m.10 views

CVE-2026-89471

CVE-2026-89471 affects the Linux kernel cros_usbpd-charger driver (power supply subsystem). The driver uses an EC-reported num_charger_ports value as a loop bound for an 8-entry fixed-size array (ports[EC_USB_PD_MAX_PORTS]) without validating it against the array size. A malicious or malfunctioni...

8.4CVSS0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:42 p.m.9 views

CVE-2026-81008

CVE-2026-81008 is a slab use-after-free in the Linux kernel's interconnect subsystem, affecting icc_get() and of_icc_get_by_index(). When kasprintf() fails to allocate path->name, the error path calls kfree(path) directly, leaving dangling pointers in the req_list hlists that were already popu...

7.8CVSS0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.24 views

CVE-2026-81008 interconnect: Fix use after free in icc_get() and of_icc_get_by_index()

In the Linux kernel, the following vulnerability has been resolved: interconnect: Fix use after free in iccget and oficcgetbyindex In oficcgetbyindex and iccget, if the dynamic allocation for path-name fails via kasprintf, the error handling path directly calls kfreepath to free the path object a...

7.8CVSS0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:42 p.m.3 views

CVE-2026-81008 interconnect: Fix use after free in icc_get() and of_icc_get_by_index()

In the Linux kernel, the following vulnerability has been resolved: interconnect: Fix use after free in iccget and oficcgetbyindex In oficcgetbyindex and iccget, if the dynamic allocation for path-name fails via kasprintf, the error handling path directly calls kfreepath to free the path object a...

6.7AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.7 views

CVE-2026-81002

In the Linux kernel, the following vulnerability has been resolved: xdp: fix zero-copy frame layout xdpconvertzctoxdpframe clones an XSK packet into an order-0 page and advertises PAGESIZE as its frame size. It allows the copied frame to occupy the page tail needed by skbsharedinfo and records ze...

9.8CVSS0.00168EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:42 p.m.13 views

CVE-2026-81002

CVE-2026-81002 is a critical (CVSS 9.8) memory corruption flaw in the Linux kernel's XDP component. The xdp_convert_zc_to_xdp_frame() function clones an AF_XDP zero-copy packet into an order-0 page but incorrectly advertises PAGE_SIZE as the frame size, allowing the frame to overlap skb_shared_in...

9.8CVSS0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:42 p.m.6 views

EUVD-2026-76325

In the Linux kernel, the following vulnerability has been resolved: xdp: fix zero-copy frame layout xdpconvertzctoxdpframe clones an XSK packet into an order-0 page and advertises PAGESIZE as its frame size. It allows the copied frame to occupy the page tail needed by skbsharedinfo and records ze...

0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.27 views

CVE-2026-81002 xdp: fix zero-copy frame layout

In the Linux kernel, the following vulnerability has been resolved: xdp: fix zero-copy frame layout xdpconvertzctoxdpframe clones an XSK packet into an order-0 page and advertises PAGESIZE as its frame size. It allows the copied frame to occupy the page tail needed by skbsharedinfo and records ze...

9.8CVSS0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:42 p.m.11 views

CVE-2026-80986

CVE-2026-80986 affects the Linux kernel's SMC-Rv2 (Shared Memory Communications over RDMA v2) network subsystem. The flaw is in smc_llc_save_add_link_rkeys() : when a link's device has max_recv_sge == 1 , the v2 extension is read from offset 68 of a 72-byte slab allocation, so ext->num_rkeys a...

9.8CVSS0.00198EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.6 views

CVE-2026-80986

In the Linux kernel, the following vulnerability has been resolved: net/smc: bound the peer rkey counts in SMC-Rv2 LLC messages On a link whose device has maxrecvsge == 1 there is no shared v2 receive buffer, and smcllcsaveaddlinkrkeys takes the v2 extension from 44 bytes past the start of the...

9.8CVSS0.00198EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.24 views

CVE-2026-80986 net/smc: bound the peer rkey counts in SMC-Rv2 LLC messages

In the Linux kernel, the following vulnerability has been resolved: net/smc: bound the peer rkey counts in SMC-Rv2 LLC messages On a link whose device has maxrecvsge == 1 there is no shared v2 receive buffer, and smcllcsaveaddlinkrkeys takes the v2 extension from 44 bytes past the start of the...

9.8CVSS0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:42 p.m.6 views

EUVD-2026-76309

In the Linux kernel, the following vulnerability has been resolved: net/smc: bound the peer rkey counts in SMC-Rv2 LLC messages On a link whose device has maxrecvsge == 1 there is no shared v2 receive buffer, and smcllcsaveaddlinkrkeys takes the v2 extension from 44 bytes past the start of the...

0.00198EPSS
SaveExploits0References3
Rows per page
Query Builder