Lucene search
+L

266641 matches found

Cvelist
Cvelist
added 2026/09/11 7:43 p.m.25 views

CVE-2026-81009 io_uring/query: cap user size passed to copy_struct_to_user

In the Linux kernel, the following vulnerability has been resolved: iouring/query: cap user size passed to copystructtouser iohandlequeryentry clamps hdr.size for the inbound copyfromuser but keeps the original user value as usize. copystructtouser uses that usize and, when it is larger than the...

0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:43 p.m.9 views

CVE-2026-81010 io_uring/waitid: honor task_work cancellation

In the Linux kernel, the following vulnerability has been resolved: iouring/waitid: honor taskwork cancellation iowaitidcb may run through the fallback taskwork path when taskworkadd can no longer queue work to the originating task. The fallback runs from a kworker and iouring marks such task wor...

7.8CVSS6AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.10 views

CVE-2026-81009

In the Linux kernel, the following vulnerability has been resolved: iouring/query: cap user size passed to copystructtouser iohandlequeryentry clamps hdr.size for the inbound copyfromuser but keeps the original user value as usize. copystructtouser uses that usize and, when it is larger than the...

5.9AI score0.00166EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:42 p.m.14 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.8CVSS6.7AI score0.00159EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.11 views

CVE-2026-81008

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.8CVSS6.8AI score0.00159EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:42 p.m.5 views

EUVD-2026-76331

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 score0.00159EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.29 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.00159EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 7:42 p.m.6 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.8CVSS6.7AI score
SaveExploits0References11
EUVD
EUVD
added 2026/09/11 7:42 p.m.8 views

EUVD-2026-76329

In the Linux kernel, the following vulnerability has been resolved: ipmi: Remove all sysfs files on registration failure ipmiaddsmi creates the nrusers and nrmsgs files before trying to create the maintenancemode file. If that last creation fails, the error path removes only nrusers before droppi...

5.8AI score0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:42 p.m.7 views

EUVD-2026-76330

In the Linux kernel, the following vulnerability has been resolved: ipmi: ipmb: validate write message length ipmbwrite read message fields before validating the length byte. A zero or short write can read uninitialized stack bytes. A length smaller than the SMBus header underflows the block writ...

5.9AI score0.00126EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.28 views

CVE-2026-81007 ipmi: ipmb: validate write message length

In the Linux kernel, the following vulnerability has been resolved: ipmi: ipmb: validate write message length ipmbwrite read message fields before validating the length byte. A zero or short write can read uninitialized stack bytes. A length smaller than the SMBus header underflows the block writ...

7.1CVSS0.00126EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 7:42 p.m.8 views

CVE-2026-81006 ipmi: Remove all sysfs files on registration failure

In the Linux kernel, the following vulnerability has been resolved: ipmi: Remove all sysfs files on registration failure ipmiaddsmi creates the nrusers and nrmsgs files before trying to create the maintenancemode file. If that last creation fails, the error path removes only nrusers before droppi...

7.8CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:42 p.m.17 views

CVE-2026-81007

CVE-2026-81007 affects the Linux kernel 's ipmi/ipmb subsystem. The function ipmb_write() read message fields before validating the length byte, allowing a zero or short write to read uninitialized stack bytes and causing an integer underflow in the block write length when the length is smaller t...

7.1CVSS5.9AI score0.00126EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.12 views

CVE-2026-81007

In the Linux kernel, the following vulnerability has been resolved: ipmi: ipmb: validate write message length ipmbwrite read message fields before validating the length byte. A zero or short write can read uninitialized stack bytes. A length smaller than the SMBus header underflows the block writ...

7.1CVSS6AI score0.00126EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.13 views

CVE-2026-81006

In the Linux kernel, the following vulnerability has been resolved: ipmi: Remove all sysfs files on registration failure ipmiaddsmi creates the nrusers and nrmsgs files before trying to create the maintenancemode file. If that last creation fails, the error path removes only nrusers before droppi...

7.8CVSS5.9AI score0.00127EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:42 p.m.13 views

CVE-2026-81006

CVE-2026-81006 is a memory corruption flaw in the Linux kernel's IPMI subsystem. The function ipmi_add_smi() creates the nr_users and nr_msgs sysfs files before attempting to create the maintenance_mode file. If the last creation fails, the error path removes only nr_users before dropping the fin...

7.8CVSS5.8AI score0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.28 views

CVE-2026-81006 ipmi: Remove all sysfs files on registration failure

In the Linux kernel, the following vulnerability has been resolved: ipmi: Remove all sysfs files on registration failure ipmiaddsmi creates the nrusers and nrmsgs files before trying to create the maintenancemode file. If that last creation fails, the error path removes only nrusers before droppi...

7.8CVSS0.00127EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:42 p.m.9 views

CVE-2026-81007 ipmi: ipmb: validate write message length

In the Linux kernel, the following vulnerability has been resolved: ipmi: ipmb: validate write message length ipmbwrite read message fields before validating the length byte. A zero or short write can read uninitialized stack bytes. A length smaller than the SMBus header underflows the block writ...

7.1CVSS6.1AI score
SaveExploits0References11
CVE
CVE
added 2026/09/11 7:42 p.m.15 views

CVE-2026-81005

CVE-2026-81005 affects the Linux kernel IPMI SI driver (ipmi_si). When BMC registration fails—typically because the BMC does not return a successful response to the Get Device ID command—the shutdown_smi() callback frees the si_sm pointer and sets it to NULL , but the intf->in_shutdown flag is...

5.6AI score0.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:42 p.m.7 views

EUVD-2026-76328

In the Linux kernel, the following vulnerability has been resolved: ipmi: si: Fix NULL pointer dereference after failed registration trysmiinit allocates newsmi-sism and later calls ipmiregistersmimod, which maps to ipmiaddsmi. During ipmiaddsmi, the upper IPMI message handler obtains the initial...

5.6AI score0.00176EPSS
SaveExploits0References4
Rows per page
Query Builder