Lucene search
+L

281 matches found

SUSE CVE
SUSE CVE
added 2026/07/25 12:13 a.m.9 views

SUSE CVE-2026-64241

In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: teardown bugs and resource leaks Address several teardown issues and resource leaks in the driver's remove path and error handling: 1. Debounce clock reference leak: The debounce clock bank-dbclk is obtained using...

5.9AI score0.00114EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/24 4:16 p.m.10 views

CVE-2026-64241

In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: teardown bugs and resource leaks Address several teardown issues and resource leaks in the driver's remove path and error handling: 1. Debounce clock reference leak: The debounce clock bank-dbclk is obtained using...

5.5CVSS0.00114EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/24 4:16 p.m.7 views

DEBIAN-CVE-2026-64230

In the Linux kernel, the following vulnerability has been resolved: regulator: tps65219: fix irqdata.rdev not being assigned Commit 64a6b577490c "regulator: tps65219: Remove debugging helper function" removed the tps65219getrdevbyname helper along with the irqdata.rdev assignment that depended on...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/24 3:27 p.m.40 views

CVE-2026-64241 gpio: rockchip: teardown bugs and resource leaks

In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: teardown bugs and resource leaks Address several teardown issues and resource leaks in the driver's remove path and error handling: 1. Debounce clock reference leak: The debounce clock bank-dbclk is obtained using...

0.00114EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/24 3:27 p.m.9 views

CVE-2026-64241 gpio: rockchip: teardown bugs and resource leaks

In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: teardown bugs and resource leaks Address several teardown issues and resource leaks in the driver's remove path and error handling: 1. Debounce clock reference leak: The debounce clock bank-dbclk is obtained using...

5.9AI score
SaveExploits0References7
EUVD
EUVD
added 2026/07/24 3:27 p.m.10 views

EUVD-2026-48650

In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: teardown bugs and resource leaks Address several teardown issues and resource leaks in the driver's remove path and error handling: 1. Debounce clock reference leak: The debounce clock bank-dbclk is obtained using...

5.9AI score0.00114EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:27 p.m.10 views

CVE-2026-64241

In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: teardown bugs and resource leaks Address several teardown issues and resource leaks in the driver's remove path and error handling: 1. Debounce clock reference leak: The debounce clock bank-dbclk is obtained using...

5.8AI score0.00114EPSS
SaveExploits0References5Affected Software1
SUSE CVE
SUSE CVE
added 2026/07/21 1:0 p.m.8 views

SUSE CVE-2026-64038

In the Linux kernel, the following vulnerability has been resolved: hwmon: lm90 Stop work before releasing hwmon device Sashiko reports: In lm90probe, the devm action to cancel the alertwork and reportwork lm90restoreconf is registered in lm90initclient before devmhwmondeviceregisterwithinfo is...

5.3AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.34 views

CVE-2026-64038 hwmon: (lm90) Stop work before releasing hwmon device

In the Linux kernel, the following vulnerability has been resolved: hwmon: lm90 Stop work before releasing hwmon device Sashiko reports: In lm90probe, the devm action to cancel the alertwork and reportwork lm90restoreconf is registered in lm90initclient before devmhwmondeviceregisterwithinfo is...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 3:39 p.m.15 views

EUVD-2026-45611

In the Linux kernel, the following vulnerability has been resolved: hwmon: lm90 Stop work before releasing hwmon device Sashiko reports: In lm90probe, the devm action to cancel the alertwork and reportwork lm90restoreconf is registered in lm90initclient before devmhwmondeviceregisterwithinfo is...

5.4AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/06/26 7:41 p.m.32 views

CVE-2026-53308

The CVE-2026-53308 issue concerns the Linux kernel max77705 power supply driver. The root cause is improper management of a workqueue and interrupt handlers during device removal, which could lead to use-after-free of memory after the workqueue is destroyed but before the interrupt is freed via t...

5.5CVSS5.8AI score0.001EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/06/08 5:16 p.m.10 views

UBUNTU-CVE-2026-46298

In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: Fix race with interrupt handler While executing -ioctl handler or -release handler, if an interrupt fires on the same cpu, then we can enter into a deadlock. This patch fixes both these handlers to take...

4.7CVSS5.3AI score0.00074EPSS
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/06/08 3:46 p.m.10 views

CVE-2026-46298

In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: Fix race with interrupt handler While executing -ioctl handler or -release handler, if an interrupt fires on the same cpu, then we can enter into a deadlock. This patch fixes both these handlers to take...

5.4AI score0.00074EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/06/03 3:49 p.m.10 views

CVE-2026-46246 power: supply: pm8916_lbc: Fix use-after-free for extcon in IRQ handler

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

6.5AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/06/03 3:49 p.m.12 views

CVE-2026-46246

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

5.8AI score0.00125EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/06/03 3:49 p.m.51 views

CVE-2026-46246

The CVE-2026-46246 issue affects the Linux kernel driver power: supply: pm8916_lbc. It describes a use-after-free race: when requesting IRQs with the devm_ helper before the extcon handle is allocated/registered, the extcon resource can be freed while an IRQ handler is still active, leading to ex...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2026/05/29 1:14 a.m.16 views

SUSE CVE-2026-46219

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: fix use-after-free on unbind The state machine work is scheduled by the interrupt handler and therefore needs to be cancelled after disabling interrupts to avoid a potential use-after-free...

7CVSS5.7AI score0.00135EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2026/05/28 8:5 a.m.10 views

net: ks8851: Reinstate disabling of BHs around IRQ handler

...

7.5CVSS5.4AI score0.0037EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/05/28 3:22 a.m.21 views

CVE-2026-45882

A flaw was found in the Linux kernel's power supply subsystem, specifically in the pm8916bmsvm driver. A race condition during the deallocation and unregistration of the powersupply handle and its interrupt handler can lead to a use-after-free vulnerability. This allows an interrupt to be process...

7.8CVSS5.8AI score0.00159EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/28 3:0 a.m.15 views

CVE-2026-45902

A flaw was found in the Linux kernel's bq256xx power supply driver. A race condition during device removal or probing can lead to a use-after-free vulnerability. This occurs when an interrupt handler attempts to access a power supply handle that has already been freed or is uninitialized. A local...

7.8CVSS5.8AI score0.0016EPSS
SaveExploits0References4
Rows per page
Query Builder