Lucene search
+L

21 matches found

UbuntuCve
UbuntuCve
added 2026/06/26 8:17 p.m.8 views

CVE-2026-53308

In the Linux kernel, the following vulnerability has been resolved: power: supply: max77705: Free allocated workqueue and fix removal order Use devm interface for allocating workqueue to fix two bugs at the same time: 1. Driver leaks the memory on remove, because the workqueue is not destroyed. 2...

5.5CVSS5.6AI score0.001EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/05/27 3:33 p.m.12 views

EUVD-2026-32382

In the Linux kernel, the following vulnerability has been resolved: power: supply: sbs-battery: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

5.8AI score0.0016EPSS
SaveExploits0References9
NVD
NVD
added 2026/05/27 2:17 p.m.15 views

CVE-2026-45882

In the Linux kernel, the following vulnerability has been resolved: power: supply: pm8916bmsvm: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

7.8CVSS0.00159EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/27 2:17 p.m.19 views

CVE-2026-45885

In the Linux kernel, the following vulnerability has been resolved: power: supply: cpcap-battery: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

7.8CVSS0.0016EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/05/27 2:17 p.m.17 views

CVE-2026-45946

In the Linux kernel, the following vulnerability has been resolved: power: supply: ab8500: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

7.8CVSS6.4AI score0.0016EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2026/05/27 2:17 p.m.11 views

CVE-2026-45902

In the Linux kernel, the following vulnerability has been resolved: power: supply: bq256xx: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

7.8CVSS6.4AI score0.0016EPSS
SaveExploits0References23
OSV
OSV
added 2026/05/27 2:17 p.m.14 views

UBUNTU-CVE-2026-45882

In the Linux kernel, the following vulnerability has been resolved: power: supply: pm8916bmsvm: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

7.8CVSS5.7AI score0.00159EPSS
SaveExploits0References15
OSV
OSV
added 2026/05/27 2:17 p.m.28 views

UBUNTU-CVE-2026-45906

In the Linux kernel, the following vulnerability has been resolved: power: supply: pf1550: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/27 2:17 p.m.22 views

UBUNTU-CVE-2026-45867

In the Linux kernel, the following vulnerability has been resolved: power: supply: act8945a: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0References23
OSV
OSV
added 2026/05/27 2:17 p.m.16 views

UBUNTU-CVE-2026-45938

In the Linux kernel, the following vulnerability has been resolved: power: supply: pm8916lbc: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

7.8CVSS5.7AI score0.00125EPSS
SaveExploits0References15
Cvelist
Cvelist
added 2026/05/27 12:18 p.m.49 views

CVE-2026-45946 power: supply: ab8500: Fix use-after-free in power_supply_changed()

In the Linux kernel, the following vulnerability has been resolved: power: supply: ab8500: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

0.0016EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/05/27 12:18 p.m.11 views

CVE-2026-45946

In the Linux kernel, the following vulnerability has been resolved: power: supply: ab8500: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

7.8CVSS5.7AI score0.0016EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.48 views

CVE-2026-45938 power: supply: pm8916_lbc: Fix use-after-free in power_supply_changed()

In the Linux kernel, the following vulnerability has been resolved: power: supply: pm8916lbc: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

0.00125EPSS
SaveExploits0References4
CVE
CVE
added 2026/05/27 12:17 p.m.48 views

CVE-2026-45936

The CVE-2026-45936 entry concerns a race in the Linux kernel power_supply_changed() handling for Goldfish power supplies. The issue arises when using devm_ allocations for IRQs before the power_supply handle is allocated/registered, creating a window where an interrupt fires after the power_suppl...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/05/27 12:17 p.m.3 views

CVE-2026-45916 power: supply: sbs-battery: Fix use-after-free in power_supply_changed()

In the Linux kernel, the following vulnerability has been resolved: power: supply: sbs-battery: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

7.8CVSS5.8AI score0.0016EPSS
SaveExploits0References11
CVE
CVE
added 2026/05/27 12:17 p.m.26 views

CVE-2026-45902

CVE-2026-45902 is a Linux kernel race-condition use-after-free in the bq256xx power-supply driver. The bug occurs when IRQs are requested before the power_supply handle is fully registered, allowing an interrupt after the handle is freed or before registration, leading to power_supply_changed() o...

7.8CVSS5.8AI score0.0016EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/05/27 12:16 p.m.5 views

CVE-2026-45882 power: supply: pm8916_bms_vm: Fix use-after-free in power_supply_changed()

In the Linux kernel, the following vulnerability has been resolved: power: supply: pm8916bmsvm: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

7.8CVSS6.5AI score0.00159EPSS
SaveExploits0References7
OSV
OSV
added 2026/05/27 12:16 p.m.3 views

CVE-2026-45879 power: supply: bq25980: Fix use-after-free in power_supply_changed()

In the Linux kernel, the following vulnerability has been resolved: power: supply: bq25980: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

7.8CVSS5.8AI score0.0016EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/05/27 12:15 p.m.28 views

CVE-2026-45869

In the Linux kernel, the following vulnerability has been resolved: power: supply: wm97xx: Fix NULL pointer dereference in powersupplychanged In probe, requestirq is called before allocating/registering a powersupply handle. If an interrupt is fired between the call to requestirq and...

5.5CVSS5.7AI score0.0016EPSS
SaveExploits0
CVE
CVE
added 2026/05/27 12:15 p.m.39 views

CVE-2026-45867

The CVE-2026-45867 issue affects the Linux kernel power_supply subsystem (act8945a) and is caused by a race condition: requesting the IRQ with the devm_ path before the devm_ path that registers the power_supply handle can lead to use-after-free when the IRQ fires after the power_supply object is...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder