Lucene search
+L

207 matches found

OSV
OSV
•added 2026/07/25 8:51 a.m.•13 views

CVE-2026-64500 iio: adc: lpc32xx: Initialize completion before requesting IRQ

In the Linux kernel, the following vulnerability has been resolved: iio: adc: lpc32xx: Initialize completion before requesting IRQ In the report from Jaeyoung Chung: "lpc32xxadcprobe in drivers/iio/adc/lpc32xxadc.c registers its interrupt handler with devmrequestirq before it initializes...

5.7AI score
SaveExploits0References11
Debian CVE
Debian CVE
•added 2026/07/25 8:51 a.m.•21 views

CVE-2026-64500

In the Linux kernel, the following vulnerability has been resolved: iio: adc: lpc32xx: Initialize completion before requesting IRQ In the report from Jaeyoung Chung: "lpc32xxadcprobe in drivers/iio/adc/lpc32xxadc.c registers its interrupt handler with devmrequestirq before it initializes...

5.7AI score0.0022EPSS
SaveExploits0
CVE
CVE
•added 2026/07/25 8:51 a.m.•49 views

CVE-2026-64500

CVE-2026-64500 concerns the Linux kernel where the interrupt handler for the LPC32XX IIO ADC could race with an uninitialized completion. The description shows that in lpc32xx_adc_probe(), the code registers the IRQ via devm_request_irq() before calling init_completion() on st->completion. If ...

5.8AI score0.0022EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2026/07/19 2:04 p.m.•23 views

CVE-2026-63862

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found In mtkpciesetupirq, the IRQ domains are allocated before the controller's IRQ is fetched. If the latter fails, the function directly returns an error, without...

5.2AI score0.00215EPSS
SaveExploits0
EUVD
EUVD
•added 2026/06/25 8:39 a.m.•18 views

EUVD-2026-39317

In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: fix generic IRQ chip leak on remove The driver allocates domain generic chips using irqallocdomaingenericchips during probe. However, on driver remove/teardown, the generic chips are not automatically freed when t...

5.7AI score0.00119EPSS
SaveExploits0References3
AstraLinux
AstraLinux
•added 2026/06/24 3:11 p.m.•17 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: Power: Supply: pm8916lbc – Fixed a use-after-free for extcon in the IRQ handler. Using the devm variant to request an IRQ before using the devm variant to allocate/register the extcon handle means that the extcon handle will be...

7.8CVSS5.7AI score0.0017EPSS
SaveExploits0References3
AstraLinux
AstraLinux
•added 2026/06/19 11:10 a.m.•18 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Stopping the IRR scan in kvmapicupdateirr even if PIR is empty The function apicfindhighestvector is used when PID.ON is set, but PIR turns out to be empty. This ensures that the highest pending interrupt from the...

5.8AI score0.0016EPSS
SaveExploits0References1
CVE
CVE
•added 2026/06/08 3:46 p.m.•70 views

CVE-2026-46295

CVE-2026-46295 involves the Linux kernel KVM/x86 interrupt handling fix. The patch ensures IRR is scanned via __kvm_apic_update_irr even when PIR is empty, falling back to apic_find_highest_vector() when PID.ON is set but PIR is empty, so the highest pending interrupt is reported from the existin...

5.5CVSS5.4AI score0.0016EPSS
SaveExploits0References3Affected Software1
OSV
OSV
•added 2026/06/08 3:46 p.m.•12 views

CVE-2026-46295 KVM: x86: Do IRR scan in __kvm_apic_update_irr even if PIR is empty

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Do IRR scan in kvmapicupdateirr even if PIR is empty Fall back to apicfindhighestvector when PID.ON is set but PIR turns out to be empty, to correctly report the highest pending interrupt from the existing IRR. In a...

5.8AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/06/08 3:46 p.m.•26 views

EUVD-2026-35161

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Do IRR scan in kvmapicupdateirr even if PIR is empty Fall back to apicfindhighestvector when PID.ON is set but PIR turns out to be empty, to correctly report the highest pending interrupt from the existing IRR. In a...

5.4AI score0.0016EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/06/08 3:46 p.m.•56 views

CVE-2026-46295 KVM: x86: Do IRR scan in __kvm_apic_update_irr even if PIR is empty

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Do IRR scan in kvmapicupdateirr even if PIR is empty Fall back to apicfindhighestvector when PID.ON is set but PIR turns out to be empty, to correctly report the highest pending interrupt from the existing IRR. In a...

0.0016EPSS
SaveExploits0References3
CVE
CVE
•added 2026/06/03 3:50 p.m.•47 views

CVE-2026-46270

In the Linux kernel, CVE-2026-46270 (rt9455) is a use-after-free race in the power_supply_changed() path of the power supply driver. The issue arises when IRQs are requested using the devm_ variant before the devm_ allocated/freed power_supply handle, causing the handle to be deallocated/unregist...

8.4CVSS5.8AI score0.0019EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
•added 2026/06/03 3:49 p.m.•19 views

EUVD-2026-34108

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.0017EPSS
SaveExploits0References4
CNNVD
CNNVD
•added 2026/06/03 12:00 a.m.•20 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the IRQ request in the rt9455 power supply driver. This request occurs before the...

8.4CVSS5.4AI score0.0019EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
•added 2026/06/03 12:00 a.m.•13 views

Linux Distros Unpatched Vulnerability : CVE-2026-45882

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - power: supply: pm8916bmsvm: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registerin...

7.8CVSS6.2AI score0.0017EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2026/05/28 3:55 a.m.•20 views

SUSE 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...

4.7CVSS5.7AI score0.0017EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2026/05/28 3:55 a.m.•19 views

SUSE CVE-2026-45954

In the Linux kernel, the following vulnerability has been resolved: fbdev: au1200fb: Fix a memory leak in au1200fbdrvprobe In au1200fbdrvprobe, when platformgetirq fails, it directly returns from the function with an error code, which causes a memory leak. Replace it with a goto label to ensure...

3.3CVSS5.8AI score0.00162EPSS
SaveExploits0References17
EUVD
EUVD
•added 2026/05/27 3:33 p.m.•19 views

EUVD-2026-32238

In the Linux kernel, the following vulnerability has been resolved: fbdev: au1200fb: Fix a memory leak in au1200fbdrvprobe In au1200fbdrvprobe, when platformgetirq fails, it directly returns from the function with an error code, which causes a memory leak. Replace it with a goto label to ensure...

5.8AI score0.00162EPSS
SaveExploits0References9
EUVD
EUVD
•added 2026/05/27 3:33 p.m.•24 views

EUVD-2026-32230

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...

5.8AI score0.00171EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/05/27 3:33 p.m.•31 views

EUVD-2026-32372

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...

5.8AI score0.00165EPSS
SaveExploits0References3
Rows per page
Query Builder