Lucene search
+L

264550 matches found

Debian CVE
Debian CVE
added 2026/09/03 8:26 a.m.9 views

CVE-2026-80755

In the Linux kernel, the following vulnerability has been resolved: selinux: reject a permission value exceeding the class permission count permread bounds a permission value by SELVECMAX but never by the nprim of the owning class or common, which is taken verbatim from the policy image...

5.3AI score0.002EPSS
SaveExploits0
OSV
OSV
added 2026/09/03 8:26 a.m.7 views

CVE-2026-80754 Input: synaptics-rmi4 - fix F55 transmitter electrode count typo

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - fix F55 transmitter electrode count typo During F55 sensor detection, the transmitter TX electrode count was incorrectly assigned the value of the receiver RX electrode count due to copy-paste typos. This...

7.8CVSS5.6AI score
SaveExploits0References11
EUVD
EUVD
added 2026/09/03 8:26 a.m.9 views

EUVD-2026-70359

In the Linux kernel, the following vulnerability has been resolved: selinux: reject a permission value exceeding the class permission count permread bounds a permission value by SELVECMAX but never by the nprim of the owning class or common, which is taken verbatim from the policy image...

5.8AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/03 8:26 a.m.21 views

CVE-2026-80754

CVE-2026-80754 affects the Linux kernel synaptics-rmi4 input driver. During F55 sensor detection , the transmitter (TX) electrode count was incorrectly assigned the receiver (RX) value due to copy-paste typos . On devices where RX exceeds TX electrode counts, this inflated perceived TX count prop...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/03 8:26 a.m.14 views

CVE-2026-80755 selinux: reject a permission value exceeding the class permission count

In the Linux kernel, the following vulnerability has been resolved: selinux: reject a permission value exceeding the class permission count permread bounds a permission value by SELVECMAX but never by the nprim of the owning class or common, which is taken verbatim from the policy image...

5.6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/03 8:26 a.m.37 views

CVE-2026-80755 selinux: reject a permission value exceeding the class permission count

In the Linux kernel, the following vulnerability has been resolved: selinux: reject a permission value exceeding the class permission count permread bounds a permission value by SELVECMAX but never by the nprim of the owning class or common, which is taken verbatim from the policy image...

0.002EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/03 8:26 a.m.11 views

CVE-2026-80754

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - fix F55 transmitter electrode count typo During F55 sensor detection, the transmitter TX electrode count was incorrectly assigned the value of the receiver RX electrode count due to copy-paste typos. This...

7.8CVSS5.5AI score0.00164EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/03 8:26 a.m.39 views

CVE-2026-80753 ovpn: run deferred work on a module-owned workqueue

In the Linux kernel, the following vulnerability has been resolved: ovpn: run deferred work on a module-owned workqueue ovpn queues several work items whose callbacks execute module text. These works currently run on the global system workqueues, so module exit has no driver-owned drain point tha...

8.4CVSS0.00132EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/03 8:26 a.m.12 views

EUVD-2026-70357

In the Linux kernel, the following vulnerability has been resolved: ovpn: run deferred work on a module-owned workqueue ovpn queues several work items whose callbacks execute module text. These works currently run on the global system workqueues, so module exit has no driver-owned drain point tha...

5.9AI score0.00132EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/03 8:26 a.m.10 views

CVE-2026-80753 ovpn: run deferred work on a module-owned workqueue

In the Linux kernel, the following vulnerability has been resolved: ovpn: run deferred work on a module-owned workqueue ovpn queues several work items whose callbacks execute module text. These works currently run on the global system workqueues, so module exit has no driver-owned drain point tha...

8.4CVSS5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/09/03 8:26 a.m.19 views

CVE-2026-80753

CVE-2026-80753 affects the Linux kernel's ovpn module . Work items whose callbacks execute module text ran on the global system workqueues, meaning module exit had no driver-owned drain point to guarantee callbacks had returned before the module text could be freed. Specifically, a worker could d...

8.4CVSS5.9AI score0.00132EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/03 8:26 a.m.9 views

CVE-2026-80753

In the Linux kernel, the following vulnerability has been resolved: ovpn: run deferred work on a module-owned workqueue ovpn queues several work items whose callbacks execute module text. These works currently run on the global system workqueues, so module exit has no driver-owned drain point tha...

8.4CVSS5.6AI score0.00132EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/03 8:26 a.m.37 views

CVE-2026-80751 pmdomain: mediatek: mfg: initialize prev_o in mtk_mfg_attach_dev()

In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: mfg: initialize prevo in mtkmfgattachdev mtkmfgattachdev reads prevo on the first iteration of its loop, in "if prevo && prevo-freq == o-freq", before prevo is assigned at the end of the loop body. On that fir...

7.8CVSS0.00154EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/03 8:26 a.m.9 views

EUVD-2026-70356

In the Linux kernel, the following vulnerability has been resolved: Input: psxpad-spi - set driver data before use psxpadspisuspend retrieves the controller state with spigetdrvdata, but probe never stores it, so suspend dereferences a NULL pointer. Store it during probe...

5.8AI score0.00182EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/03 8:26 a.m.16 views

CVE-2026-80752

A NULL pointer dereference exists in the Linux kernel's psxpad-spi input driver. The psxpad_spi_suspend() function calls spi_get_drvdata() to retrieve the controller state, but the probe function never stores that data, so any suspend operation dereferences a NULL pointer, likely causing a kernel...

8.4CVSS5.8AI score0.00182EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/03 8:26 a.m.11 views

CVE-2026-80751

In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: mfg: initialize prevo in mtkmfgattachdev mtkmfgattachdev reads prevo on the first iteration of its loop, in "if prevo && prevo-freq == o-freq", before prevo is assigned at the end of the loop body. On that fir...

7.8CVSS5.4AI score0.00154EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/03 8:26 a.m.11 views

EUVD-2026-70355

In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: mfg: initialize prevo in mtkmfgattachdev mtkmfgattachdev reads prevo on the first iteration of its loop, in "if prevo && prevo-freq == o-freq", before prevo is assigned at the end of the loop body. On that fir...

5.9AI score0.00154EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 8:26 a.m.16 views

CVE-2026-80751

CVE-2026-80751 affects the Linux kernel 's MediaTek manufacturing PM domain driver (pmdomain/mediatek/mfg). The function mtk_mfg_attach_dev() reads the local variable prev_o on the first iteration of its loop before it is assigned, causing it to evaluate an indeterminate value. If that value is n...

7.8CVSS5.9AI score0.00154EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/03 8:26 a.m.38 views

CVE-2026-80752 Input: psxpad-spi - set driver data before use

In the Linux kernel, the following vulnerability has been resolved: Input: psxpad-spi - set driver data before use psxpadspisuspend retrieves the controller state with spigetdrvdata, but probe never stores it, so suspend dereferences a NULL pointer. Store it during probe...

8.4CVSS0.00182EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/03 8:26 a.m.11 views

CVE-2026-80751 pmdomain: mediatek: mfg: initialize prev_o in mtk_mfg_attach_dev()

In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: mfg: initialize prevo in mtkmfgattachdev mtkmfgattachdev reads prevo on the first iteration of its loop, in "if prevo && prevo-freq == o-freq", before prevo is assigned at the end of the loop body. On that fir...

7.8CVSS5.7AI score
SaveExploits0References5
Rows per page
Query Builder