Lucene search
+L

168 matches found

Tenable Nessus
Tenable Nessus
added 2026/03/28 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-23283

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: regulator: fp9931: Fix PM runtime reference leak in fp9931hwmonread In fp9931hwmonread, if...

5.5CVSS5.3AI score0.00107EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/25 10:26 a.m.20 views

CVE-2026-23295 accel/amdxdna: Fix dead lock for suspend and resume

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix dead lock for suspend and resume When an application issues a query IOCTL while auto suspend is running, a deadlock can occur. The query path holds devlock and then calls pmruntimeresumeandget, which waits for...

5.7AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/03/25 10:26 a.m.26 views

CVE-2026-23283

In the Linux kernel, the following vulnerability has been resolved: regulator: fp9931: Fix PM runtime reference leak in fp9931hwmonread In fp9931hwmonread, if regmapread failed, the function returned the error code without calling pmruntimeputautosuspend, causing a PM reference leak...

5.5CVSS5.3AI score0.00107EPSS
SaveExploits0
CVE
CVE
added 2026/03/25 10:26 a.m.31 views

CVE-2026-23283

The vulnerability CVE-2026-23283 affects the Linux kernel regulator fp9931 component. In fp9931_hwmon_read(), when regmap_read() fails, the function returns the error without calling pm_runtime_put_autosuspend(), causing a PM runtime reference leak. This can lead to resource exhaustion and system...

5.5CVSS5.7AI score0.00107EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/03/25 10:26 a.m.19 views

CVE-2026-23283 regulator: fp9931: Fix PM runtime reference leak in fp9931_hwmon_read()

In the Linux kernel, the following vulnerability has been resolved: regulator: fp9931: Fix PM runtime reference leak in fp9931hwmonread In fp9931hwmonread, if regmapread failed, the function returned the error code without calling pmruntimeputautosuspend, causing a PM reference leak...

5.8AI score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/03/04 12:00 a.m.7 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-005614)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005614 advisory. In the Linux kernel, the following vulnerability has been resolved: net: fec: Better handle pmruntimeget failing in .remove In the unlikely event that pmruntimeget...

7.8CVSS5.9AI score0.00164EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/16 12:00 a.m.4 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2026-004798)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-004798 advisory. In the Linux kernel, the following vulnerability has been resolved: mfd: arizona: Use pmruntimeresumeandget to prevent refcnt leak In arizonaclk32kenable, we should...

5.5CVSS6AI score0.00145EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/30 1:16 p.m.20 views

CVE-2023-54259

In the Linux kernel, the following vulnerability has been resolved: soundwire: bus: Fix unbalanced pmruntimeput causing usage count underflow This reverts commit 443a98e649b4 "soundwire: bus: use pmruntimeresumeandget" Change calls to pmruntimeresumeandget back to pmruntimegetsync. This fixes a...

0.00193EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/30 1:16 p.m.15 views

UBUNTU-CVE-2023-54259

In the Linux kernel, the following vulnerability has been resolved: soundwire: bus: Fix unbalanced pmruntimeput causing usage count underflow This reverts commit 443a98e649b4 "soundwire: bus: use pmruntimeresumeandget" Change calls to pmruntimeresumeandget back to pmruntimegetsync. This fixes a...

5.8AI score0.00193EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/30 12:15 p.m.41 views

CVE-2023-54259

CVE-2023-54259 (Linux kernel, SoundWire bus) : Affects the soundwire: bus code where an unbalanced pm_runtime_put() could underflow the usage count. The root cause is that -EACCES errors when getting pm_runtime were ignored, and a final put was performed regardless. The fix reverts a previous cha...

6.3AI score0.00193EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.15 views

CVE-2023-54259

In the Linux kernel, the following vulnerability has been resolved: soundwire: bus: Fix unbalanced pmruntimeput causing usage count underflow This reverts commit 443a98e649b4 "soundwire: bus: use pmruntimeresumeandget" Change calls to pmruntimeresumeandget back to pmruntimegetsync. This fixes a...

5.3AI score0.00193EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.6 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992363)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992363 advisory. In the Linux kernel, the following vulnerability has been resolved: mfd: arizona: Use pmruntimeresumeandget to prevent refcnt leak In arizonaclk32kenable, we should...

5.5CVSS6AI score0.00145EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 5:58 a.m.10 views

CVE-2022-50644

In the Linux kernel, the following vulnerability has been resolved: clk: ti: dra7-atl: Fix reference leak in ofdra7atlclkprobe pmruntimegetsync will increment pm usage counter. Forgetting to putting operation will result in reference leak. Add missing pmruntimeputsync in some error paths...

5.8AI score0.00237EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/10 12:39 a.m.16 views

SUSE CVE-2022-50644

In the Linux kernel, the following vulnerability has been resolved: clk: ti: dra7-atl: Fix reference leak in ofdra7atlclkprobe pmruntimegetsync will increment pm usage counter. Forgetting to putting operation will result in reference leak. Add missing pmruntimeputsync in some error paths...

3.3CVSS6.4AI score0.00237EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/09 3:31 a.m.10 views

EUVD-2022-55712

In the Linux kernel, the following vulnerability has been resolved: clk: ti: dra7-atl: Fix reference leak in ofdra7atlclkprobe pmruntimegetsync will increment pm usage counter. Forgetting to putting operation will result in reference leak. Add missing pmruntimeputsync in some error paths...

5.9AI score0.00237EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/09 1:16 a.m.6 views

DEBIAN-CVE-2023-53812

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: fix decoder disable pm crash Can't call pmruntimedisable when the architecture support sub device for 'dev-pm.dev' is NUll, or will get below crash log. 10.771551 pc : rawspinlockirq+0x4c/0xa0 10.771556 l...

5.2AI score0.00186EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 1:16 a.m.9 views

DEBIAN-CVE-2022-50644

In the Linux kernel, the following vulnerability has been resolved: clk: ti: dra7-atl: Fix reference leak in ofdra7atlclkprobe pmruntimegetsync will increment pm usage counter. Forgetting to putting operation will result in reference leak. Add missing pmruntimeputsync in some error paths...

5.3AI score0.00237EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 1:16 a.m.13 views

CVE-2022-50644

In the Linux kernel, the following vulnerability has been resolved: clk: ti: dra7-atl: Fix reference leak in ofdra7atlclkprobe pmruntimegetsync will increment pm usage counter. Forgetting to putting operation will result in reference leak. Add missing pmruntimeputsync in some error paths...

0.00237EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 1:16 a.m.13 views

UBUNTU-CVE-2023-53812

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: fix decoder disable pm crash Can't call pmruntimedisable when the architecture support sub device for 'dev-pm.dev' is NUll, or will get below crash log. 10.771551 pc : rawspinlockirq+0x4c/0xa0 10.771556 l...

5.7AI score0.00186EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/09 12:01 a.m.45 views

CVE-2023-53812 media: mediatek: vcodec: fix decoder disable pm crash

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: fix decoder disable pm crash Can't call pmruntimedisable when the architecture support sub device for 'dev-pm.dev' is NUll, or will get below crash log. 10.771551 pc : rawspinlockirq+0x4c/0xa0 10.771556 l...

0.00186EPSS
SaveExploits0References4
Rows per page
Query Builder