Lucene search
+L

499262 matches found

CVE
CVE
added 2026/09/11 7:43 p.m.10 views

CVE-2026-89468

This use-after-free vulnerability affects the lp8788-charger driver in the Linux kernel. During device removal, lp8788_charger_remove() flushed charger_work before unregistering IRQs, allowing an IRQ thread to queue work after the flush completed. That work could then run after devres freed the p...

6.3AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:43 p.m.8 views

CVE-2026-89468 power: supply: lp8788-charger: fix use-after-free on remove

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8788-charger: fix use-after-free on remove lp8788chargerremove flushes chargerwork before unregistering the IRQs. An IRQ thread can queue chargerwork after flushwork has returned. The work can then run after devr...

6.4AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/11 7:43 p.m.8 views

EUVD-2026-76374

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8788-charger: fix use-after-free on remove lp8788chargerremove flushes chargerwork before unregistering the IRQs. An IRQ thread can queue chargerwork after flushwork has returned. The work can then run after devr...

6.3AI score0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:43 p.m.10 views

EUVD-2026-76373

In the Linux kernel, the following vulnerability has been resolved: power: supply: qcombattmgr: fix use-after-free qcombattmgrpdrnotify queues enablework when the PMIC GLINK service comes up, and the worker recovers battmgr through containerof to issue firmware requests. The PMIC GLINK client sta...

5.8AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:43 p.m.7 views

CVE-2026-89467 power: supply: qcom_battmgr: fix use-after-free

In the Linux kernel, the following vulnerability has been resolved: power: supply: qcombattmgr: fix use-after-free qcombattmgrpdrnotify queues enablework when the PMIC GLINK service comes up, and the worker recovers battmgr through containerof to issue firmware requests. The PMIC GLINK client sta...

5.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.24 views

CVE-2026-89468 power: supply: lp8788-charger: fix use-after-free on remove

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8788-charger: fix use-after-free on remove lp8788chargerremove flushes chargerwork before unregistering the IRQs. An IRQ thread can queue chargerwork after flushwork has returned. The work can then run after devr...

0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.24 views

CVE-2026-89467 power: supply: qcom_battmgr: fix use-after-free

In the Linux kernel, the following vulnerability has been resolved: power: supply: qcombattmgr: fix use-after-free qcombattmgrpdrnotify queues enablework when the PMIC GLINK service comes up, and the worker recovers battmgr through containerof to issue firmware requests. The PMIC GLINK client sta...

0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.28 views

CVE-2026-89466 power: supply: qcom_battmgr: terminate the strings from firmware

In the Linux kernel, the following vulnerability has been resolved: power: supply: qcombattmgr: terminate the strings from firmware The qcombattmgrsc8280xpstrcpy takes a Pascal-style string when the firmware sends one. Otherwise it copies all BATTMGRSTRINGLEN bytes and leaves the destination...

7.7CVSS0.00144EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/11 7:43 p.m.13 views

CVE-2026-89466

CVE-2026-89466 is an out-of-bounds read in the Linux kernel's qcom_battmgr power supply driver (Qualcomm battery manager). The function qcom_battmgr_sc8280xp_strcpy() copies firmware-provided strings for model_number , serial_number , and oem_info without a null terminator when the firmware does ...

7.7CVSS5.8AI score0.00144EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.9 views

CVE-2026-89466

In the Linux kernel, the following vulnerability has been resolved: power: supply: qcombattmgr: terminate the strings from firmware The qcombattmgrsc8280xpstrcpy takes a Pascal-style string when the firmware sends one. Otherwise it copies all BATTMGRSTRINGLEN bytes and leaves the destination...

7.7CVSS5.9AI score0.00144EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:43 p.m.8 views

CVE-2026-89466 power: supply: qcom_battmgr: terminate the strings from firmware

In the Linux kernel, the following vulnerability has been resolved: power: supply: qcombattmgr: terminate the strings from firmware The qcombattmgrsc8280xpstrcpy takes a Pascal-style string when the firmware sends one. Otherwise it copies all BATTMGRSTRINGLEN bytes and leaves the destination...

7.7CVSS5.9AI score
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:43 p.m.8 views

EUVD-2026-76372

In the Linux kernel, the following vulnerability has been resolved: power: supply: qcombattmgr: terminate the strings from firmware The qcombattmgrsc8280xpstrcpy takes a Pascal-style string when the firmware sends one. Otherwise it copies all BATTMGRSTRINGLEN bytes and leaves the destination...

5.8AI score0.00144EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.26 views

CVE-2026-89464 power: supply: twl4030_charger: cancel workers via devm

In the Linux kernel, the following vulnerability has been resolved: power: supply: twl4030charger: cancel workers via devm bci is devm-allocated. Two workers bci-work and bci-currentworker dereference it. twl4030bciremove disables charging and masks interrupts. It cancels neither worker. A worker...

0.00172EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/11 7:43 p.m.16 views

CVE-2026-89465

CVE-2026-89465 is a use-after-free in the Linux kernel's rt9455 power supply driver . The threaded IRQ handler can queue delayed work items that are not properly cancelled during device removal or probe failure. Specifically, rt9455_remove() cancels max_charging_time_work before batt_presence_wor...

8.4CVSS5.8AI score0.00144EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.29 views

CVE-2026-89465 power: supply: rt9455: quiesce delayed work before teardown

In the Linux kernel, the following vulnerability has been resolved: power: supply: rt9455: quiesce delayed work before teardown The threaded IRQ handler can queue pwrrdywork, maxchargingtimework and battpresencework. pwrrdywork and battpresencework can also queue maxchargingtimework, while...

8.4CVSS0.00144EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/11 7:43 p.m.8 views

EUVD-2026-76371

In the Linux kernel, the following vulnerability has been resolved: power: supply: rt9455: quiesce delayed work before teardown The threaded IRQ handler can queue pwrrdywork, maxchargingtimework and battpresencework. pwrrdywork and battpresencework can also queue maxchargingtimework, while...

5.8AI score0.00144EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.8 views

CVE-2026-89464

In the Linux kernel, the following vulnerability has been resolved: power: supply: twl4030charger: cancel workers via devm bci is devm-allocated. Two workers bci-work and bci-currentworker dereference it. twl4030bciremove disables charging and masks interrupts. It cancels neither worker. A worker...

5.9AI score0.00172EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.8 views

CVE-2026-89465

In the Linux kernel, the following vulnerability has been resolved: power: supply: rt9455: quiesce delayed work before teardown The threaded IRQ handler can queue pwrrdywork, maxchargingtimework and battpresencework. pwrrdywork and battpresencework can also queue maxchargingtimework, while...

8.4CVSS5.9AI score0.00144EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:43 p.m.8 views

CVE-2026-89465 power: supply: rt9455: quiesce delayed work before teardown

In the Linux kernel, the following vulnerability has been resolved: power: supply: rt9455: quiesce delayed work before teardown The threaded IRQ handler can queue pwrrdywork, maxchargingtimework and battpresencework. pwrrdywork and battpresencework can also queue maxchargingtimework, while...

8.4CVSS5.9AI score
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:43 p.m.11 views

CVE-2026-89464

CVE-2026-89464 affects the Linux kernel component power: supply: twl4030_charger . The root cause is a use-after-free : the bci structure is devm-allocated, but twl4030_bci_remove() fails to cancel two workers (bci->work and bci->current_worker) that dereference it, allowing a pending worke...

5.8AI score0.00172EPSS
SaveExploits0References7
Rows per page
Query Builder