Lucene search
+L

300227 matches found

OSV
OSV
•added 2026/09/17 4:06 p.m.•10 views

CVE-2026-90136 platform/x86/amd/hsmp: Reject negative power cap writes in hwmon

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/hsmp: Reject negative power cap writes in hwmon hsmphwmonwrite takes the user-supplied hwmon value as a signed long and assigns "val / MICROWATTPERMILLIWATT" to msg.args0, which is a u32. MICROWATTPERMILLIWATT is...

5.9AI score
SaveExploits0References6
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•33 views

CVE-2026-90137 platform/x86: hp-bioscfg: fix password encoding bounds check

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: fix password encoding bounds check The password PSWDENCODINGS parser reads passwordobjelem + posvalues while copying the supported password encodings from the ACPI package. The outer loop only guarantees...

7.7CVSS0.0019EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/17 4:06 p.m.•12 views

CVE-2026-90137 platform/x86: hp-bioscfg: fix password encoding bounds check

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: fix password encoding bounds check The password PSWDENCODINGS parser reads passwordobjelem + posvalues while copying the supported password encodings from the ACPI package. The outer loop only guarantees...

7.7CVSS5.8AI score
SaveExploits0References8
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•11 views

EUVD-2026-81729

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/hsmp: Reject negative power cap writes in hwmon hsmphwmonwrite takes the user-supplied hwmon value as a signed long and assigns "val / MICROWATTPERMILLIWATT" to msg.args0, which is a u32. MICROWATTPERMILLIWATT is...

5.9AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/17 4:06 p.m.•19 views

CVE-2026-90137

CVE-2026-90137 is an out-of-bounds read in the hp-bioscfg platform driver of the Linux kernel. The PSWD_ENCODINGS parser reads password_obj[elem + pos_values] while copying supported password encodings from an ACPI package, but lacks a bounds check on the computed index. A malformed ACPI package ...

7.7CVSS5.8AI score0.0019EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•14 views

EUVD-2026-81730

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: fix password encoding bounds check The password PSWDENCODINGS parser reads passwordobjelem + posvalues while copying the supported password encodings from the ACPI package. The outer loop only guarantees...

5.8AI score0.0019EPSS
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•12 views

CVE-2026-90137

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: fix password encoding bounds check The password PSWDENCODINGS parser reads passwordobjelem + posvalues while copying the supported password encodings from the ACPI package. The outer loop only guarantees...

7.7CVSS5.9AI score0.0019EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•12 views

CVE-2026-90136

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/hsmp: Reject negative power cap writes in hwmon hsmphwmonwrite takes the user-supplied hwmon value as a signed long and assigns "val / MICROWATTPERMILLIWATT" to msg.args0, which is a u32. MICROWATTPERMILLIWATT is...

6AI score0.00206EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•32 views

CVE-2026-90136 platform/x86/amd/hsmp: Reject negative power cap writes in hwmon

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/hsmp: Reject negative power cap writes in hwmon hsmphwmonwrite takes the user-supplied hwmon value as a signed long and assigns "val / MICROWATTPERMILLIWATT" to msg.args0, which is a u32. MICROWATTPERMILLIWATT is...

0.00206EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/17 4:06 p.m.•26 views

CVE-2026-90136

CVE-2026-90136 affects the Linux kernel 's AMD HSMP hwmon driver. In hsmp_hwmon_write(), a user-supplied signed value written to power1_cap is divided by an unsigned constant before being stored in a __u32 field. This causes a negative write (e.g., echo -1 > power1_cap) to be converted into a ...

5.9AI score0.00206EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•10 views

CVE-2026-90135

In the Linux kernel, the following vulnerability has been resolved: net: add missing reftrackerdirexit to allocnetdevmqs sashiko is reporting that trying to read /sys/kernel/debug/reftracker/ causes use-afer-free crash when either allocpercpu or devaddrinit in allocnetdevmqs failed, for commit...

5.8AI score0.00209EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•28 views

CVE-2026-90135 net: add missing ref_tracker_dir_exit() to alloc_netdev_mqs()

In the Linux kernel, the following vulnerability has been resolved: net: add missing reftrackerdirexit to allocnetdevmqs sashiko is reporting that trying to read /sys/kernel/debug/reftracker/ causes use-afer-free crash when either allocpercpu or devaddrinit in allocnetdevmqs failed, for commit...

0.00209EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/17 4:06 p.m.•7 views

CVE-2026-90135 net: add missing ref_tracker_dir_exit() to alloc_netdev_mqs()

In the Linux kernel, the following vulnerability has been resolved: net: add missing reftrackerdirexit to allocnetdevmqs sashiko is reporting that trying to read /sys/kernel/debug/reftracker/ causes use-afer-free crash when either allocpercpu or devaddrinit in allocnetdevmqs failed, for commit...

5.8AI score
SaveExploits0References7
CVE
CVE
•added 2026/09/17 4:06 p.m.•13 views

CVE-2026-90135

CVE-2026-90135 affects the Linux kernel net subsystem. The vulnerability is a use-after-free crash triggered when reading /sys/kernel/debug/ref_tracker/* after a failure in alloc_percpu() or dev_addr_init() within alloc_netdev_mqs(). The root cause is that commit 4d92b95ff2f9, which introduced ne...

5.8AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•20 views

EUVD-2026-81728

In the Linux kernel, the following vulnerability has been resolved: net: add missing reftrackerdirexit to allocnetdevmqs sashiko is reporting that trying to read /sys/kernel/debug/reftracker/ causes use-afer-free crash when either allocpercpu or devaddrinit in allocnetdevmqs failed, for commit...

5.8AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/17 4:06 p.m.•16 views

CVE-2026-90133

CVE-2026-90133 is a heap out-of-bounds write in the Linux kernel's NTFS filesystem driver , specifically in the ntfs_ir_to_ib() function. The function copies entries from an index_root structure into a fixed-size buffer (index_block_size bytes) via memcpy without verifying that the entries fit wi...

7.8CVSS6AI score0.00205EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•27 views

CVE-2026-90134 ntfs: fix kmap_local_page() usage in compress

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix kmaplocalpage usage in compress Several compressed I/O paths discard the address returned by kmaplocalpage and later access or unmap the page using pageaddress. This is invalid for highmem pages, and local mappings must...

0.00198EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•12 views

CVE-2026-90133

In the Linux kernel, the following vulnerability has been resolved: ntfs: Fix indexroot heap OOB write in ntfsirtoib ntfsirtoib copies all entries from indexroot into a freshly allocated indexblocksize-byte buffer without verifying that the entries fit in the available space. The entries in...

7.8CVSS6.1AI score0.00205EPSS
SaveExploits0
OSV
OSV
•added 2026/09/17 4:06 p.m.•15 views

CVE-2026-90133 ntfs: Fix index_root heap OOB write in ntfs_ir_to_ib()

In the Linux kernel, the following vulnerability has been resolved: ntfs: Fix indexroot heap OOB write in ntfsirtoib ntfsirtoib copies all entries from indexroot into a freshly allocated indexblocksize-byte buffer without verifying that the entries fit in the available space. The entries in...

7.8CVSS6AI score
SaveExploits0References5
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•14 views

EUVD-2026-81726

In the Linux kernel, the following vulnerability has been resolved: ntfs: Fix indexroot heap OOB write in ntfsirtoib ntfsirtoib copies all entries from indexroot into a freshly allocated indexblocksize-byte buffer without verifying that the entries fit in the available space. The entries in...

6AI score0.00205EPSS
SaveExploits0References2
Rows per page
Query Builder