Lucene search
+L

433 matches found

EUVD
EUVD
added 2026/07/25 8:51 a.m.16 views

EUVD-2026-48837

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: mpl115: fix runtime PM leak on read error mpl115readraw takes a runtime PM reference with pmruntimegetsync before reading the processed pressure or raw temperature, but on the read error path it returns without...

5.8AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/25 8:51 a.m.37 views

CVE-2026-64494

The CVE-2026-64494 issue affects the Linux kernel IIO driver for gp2ap002 (iio: light). The root cause is that gp2ap002_read_raw() calls pm_runtime_get_sync() before reading the lux value, and if gp2ap002_get_lux() fails, the function returns early, bypassing pm_runtime_put_autosuspend() and perm...

5.8AI score0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:51 a.m.13 views

EUVD-2026-48838

In the Linux kernel, the following vulnerability has been resolved: iio: light: gp2ap002: fix runtime PM leak on read error gp2ap002readraw calls pmruntimegetsync before reading the lux value, but if gp2ap002getlux fails, it returns directly. This skips the pmruntimeputautosuspend call at the "ou...

5.8AI score0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:51 a.m.31 views

CVE-2026-64493

The CVE-2026-64493 issue affects the Linux kernel iio: pressure: mpl115 subsystem. The vulnerability arises in mpl115_read_raw() which takes a runtime PM reference via pm_runtime_get_sync() before reading processed pressure or raw temperature; on read errors it can return without pm_runtime_put_a...

5.8AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/25 8:51 a.m.11 views

CVE-2026-64493 iio: pressure: mpl115: fix runtime PM leak on read error

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: mpl115: fix runtime PM leak on read error mpl115readraw takes a runtime PM reference with pmruntimegetsync before reading the processed pressure or raw temperature, but on the read error path it returns without...

5.8AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.36 views

CVE-2026-64476 vfio/pci: Latch disable_idle_d3 per device

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Latch disableidled3 per device When disableidled3 was introduced in vfio-pci, it directly manipulated the device power state with pcisetpowerstate. There were no refcounts to maintain or balanced operations, we could...

0.0018EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:51 a.m.44 views

CVE-2026-64476

The CVE-2026-64476 vulnerability affects the Linux kernel vfio-pci driver. The root cause was improper handling of the disable_idle_d3 flag, which initially could be changed globally and influenced per-device power states via runtime_power management (PM). The issue arose because the vfio-pci mod...

5.7AI score0.0018EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:51 a.m.16 views

EUVD-2026-48820

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Latch disableidled3 per device When disableidled3 was introduced in vfio-pci, it directly manipulated the device power state with pcisetpowerstate. There were no refcounts to maintain or balanced operations, we could...

5.7AI score0.0018EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:51 a.m.11 views

CVE-2026-64476

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Latch disableidled3 per device When disableidled3 was introduced in vfio-pci, it directly manipulated the device power state with pcisetpowerstate. There were no refcounts to maintain or balanced operations, we could...

5.7AI score0.0018EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/25 8:51 a.m.12 views

CVE-2026-64476 vfio/pci: Latch disable_idle_d3 per device

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Latch disableidled3 per device When disableidled3 was introduced in vfio-pci, it directly manipulated the device power state with pcisetpowerstate. There were no refcounts to maintain or balanced operations, we could...

5.7AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.25 views

PT-2026-64720

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A power management PM reference leak exists in the ads1119 triggered buffer preenable function. The function uses pm runtime resume and get to resume the device before starting a...

5.9AI score0.00157EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.23 views

PT-2026-64724

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the kxsd9 write raw function where a runtime Power Management PM reference is acquired using pm runtime get sync but is not released when a scale with a non-zero integ...

5.8AI score0.00177EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.21 views

Linux Distros Unpatched Vulnerability : CVE-2026-64493

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iio: pressure: mpl115: fix runtime PM leak on read error mpl115readraw takes a runtime PM reference with pmruntimegetsync before reading the processed pressure ...

5.9AI score0.00168EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.16 views

PT-2026-64714

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A runtime Power Management PM leak occurs in the mpl115 read raw function. The function acquires a runtime PM reference using pm runtime get sync before reading pressure or temperature...

5.8AI score0.00168EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-64494

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iio: light: gp2ap002: fix runtime PM leak on read error gp2ap002readraw calls pmruntimegetsync before reading the lux value, but if gp2ap002getlux fails, it...

5.9AI score0.00177EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.18 views

PT-2026-64697

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the vfio-pci component where the disable idle d3 module parameter was handled as a global variable. When the vfio-pci module is loaded, unloaded, or reloaded with...

5.7AI score0.0018EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.33 views

PT-2026-64715

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A runtime Power Management PM leak occurs in the gp2ap002 read raw function. The function invokes pm runtime get sync to manage power before reading the lux value; however, if the gp2ap0...

5.8AI score0.00177EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/07/21 12:58 p.m.11 views

SUSE CVE-2026-64171

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: fix pmruntime leak on mutexlock failure If tegrai2cmutexlock fails, the function returns without calling pmruntimeput, leaking the runtime PM reference acquired by the preceding pmruntimegetsync. This prevents the...

5.2AI score0.0008EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/21 5:12 a.m.10 views

CVE-2026-64171

A flaw was found in the Linux kernel's i2c Tegra module. This vulnerability occurs when a mutex lock fails, leading to a power management PM runtime reference leak. This leak prevents the affected device from entering runtime suspend, which can lead to increased power consumption or other resourc...

5.5CVSS5.3AI score0.0008EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.40 views

CVE-2026-64171 i2c: tegra: fix pm_runtime leak on mutex_lock failure

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: fix pmruntime leak on mutexlock failure If tegrai2cmutexlock fails, the function returns without calling pmruntimeput, leaking the runtime PM reference acquired by the preceding pmruntimegetsync. This prevents the...

0.0008EPSS
SaveExploits0References2
Rows per page
Query Builder