Lucene search
+L

85 matches found

NVD
NVD
added 2026/05/06 12:16 p.m.13 views

CVE-2026-43189

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-async: Fix error handling on steps after finding a match Once an async connection is found to be matching with an fwnode, a sub-device may be registered in case it wasn't already, its bound operation is called,...

5.5CVSS0.00127EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/05/06 11:27 a.m.10 views

CVE-2026-43189

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-async: Fix error handling on steps after finding a match Once an async connection is found to be matching with an fwnode, a sub-device may be registered in case it wasn't already, its bound operation is called,...

5.7AI score0.00127EPSS
SaveExploits0References6Affected Software1
RedHat Linux
RedHat Linux
added 2026/02/09 2:40 a.m.8 views

kernel: Linux kernel: irqchip/gic-v2m use-after-free vulnerability

A flaw was found in the Linux kernel's irqchip/gic-v2m component. This vulnerability allows a use-after-free condition via gicv2mgetfwnode being wrongly marked as init, causing it to be freed while still registered with the PCI Peripheral Component Interconnect subsystem during a PCI host bridge...

7.8CVSS5.7AI score0.00197EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/02/04 7:13 p.m.6 views

CVE-2026-23081

A flaw was found in the Linux kernel's intel-xway PHY Physical Layer driver. This vulnerability involves an improper management of Open Firmware OF node reference counts. A local attacker could exploit this by repeatedly triggering a specific condition, leading to resource exhaustion and ultimate...

5.5CVSS5.4AI score0.00107EPSS
SaveExploits0References4
NVD
NVD
added 2026/02/04 5:16 p.m.56 views

CVE-2026-23081

In the Linux kernel, the following vulnerability has been resolved: net: phy: intel-xway: fix OF node refcount leakage Automated review spotted am OF node reference count leakage when checking if the 'leds' child node exists. Call ofputnode to correctly maintain the refcount...

5.5CVSS0.00107EPSS
SaveExploits0References2
CVE
CVE
added 2026/02/04 4:08 p.m.35 views

CVE-2026-23081

Summary: CVE-2026-23081 affects the Linux kernel intel-xway PHY driver, where an OF node reference-count leakage could occur. The root cause is improper management of Open Firmware (OF) node refcounts when checking the presence of the 'leds' child node. The fix adds a correct refcount maintenance...

5.5CVSS5.2AI score0.00107EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/02/04 4:08 p.m.27 views

CVE-2026-23081 net: phy: intel-xway: fix OF node refcount leakage

In the Linux kernel, the following vulnerability has been resolved: net: phy: intel-xway: fix OF node refcount leakage Automated review spotted am OF node reference count leakage when checking if the 'leds' child node exists. Call ofputnode to correctly maintain the refcount...

5.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/02/04 4:08 p.m.78 views

CVE-2026-23081 net: phy: intel-xway: fix OF node refcount leakage

In the Linux kernel, the following vulnerability has been resolved: net: phy: intel-xway: fix OF node refcount leakage Automated review spotted am OF node reference count leakage when checking if the 'leds' child node exists. Call ofputnode to correctly maintain the refcount...

0.00107EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/02/02 9:17 a.m.11 views

CVE-2025-71189

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw: dmamux: fix OF node leak on route allocation failure Make sure to drop the reference taken to the DMA master OF node also on late route allocation failures...

5.5CVSS5AI score0.00183EPSS
SaveExploits0References4
CVE
CVE
added 2026/01/31 11:42 a.m.53 views

CVE-2025-71189

Technical details for CVE-2025-71189 are not provided in the connected documents; the available sources only reference the vulnerability and fix at a high level. Monitor for updates.

5.5CVSS5.8AI score0.00183EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2026/01/31 11:42 a.m.16 views

CVE-2025-71189

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw: dmamux: fix OF node leak on route allocation failure Make sure to drop the reference taken to the DMA master OF node also on late route allocation failures...

5.5CVSS5.1AI score0.00183EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/01/26 4:39 p.m.11 views

kernel: Linux kernel: irqchip/gic-v2m use-after-free vulnerability

A flaw was found in the Linux kernel's irqchip/gic-v2m component. This vulnerability allows a use-after-free condition via gicv2mgetfwnode being wrongly marked as init, causing it to be freed while still registered with the PCI Peripheral Component Interconnect subsystem during a PCI host bridge...

7.8CVSS5.7AI score0.00197EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2026/01/15 9:06 a.m.7 views

ASoC: stm32: sai: fix OF node leak on probe

...

5.5CVSS5.4AI score0.00115EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/01/14 12:25 a.m.8 views

SUSE CVE-2025-71081

In the Linux kernel, the following vulnerability has been resolved: ASoC: stm32: sai: fix OF node leak on probe The reference taken to the sync provider OF node when probing the platform device is currently only dropped if the setsync callback fails during DAI probe. Make sure to drop the referen...

6.4CVSS6.5AI score0.00115EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2026/01/13 4:16 p.m.9 views

CVE-2025-71081

In the Linux kernel, the following vulnerability has been resolved: ASoC: stm32: sai: fix OF node leak on probe The reference taken to the sync provider OF node when probing the platform device is currently only dropped if the setsync callback fails during DAI probe. Make sure to drop the referen...

5.5CVSS5.7AI score0.00115EPSS
SaveExploits0References37
CVE
CVE
added 2026/01/13 3:34 p.m.39 views

CVE-2025-71081

The CVE-2025-71081 affects the Linux kernel ASoC: stm32 component (SAI) where the OF sync provider node reference was only dropped on a failed set_sync() during DAI probe. The fix ensures the reference is dropped on platform probe failures (e.g., probe deferral) and on driver unbind, preventing a...

5.5CVSS6.1AI score0.00115EPSS
SaveExploits0References6Affected Software1
AstraLinux
AstraLinux
added 2026/01/13 2:01 p.m.6 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: fixed the potential use of OF nodes after their references are dropped. The foreachchildofnode helper function drops the reference it takes to each node while iterating over its children. The explicit ofnodeput call...

8.4CVSS5.9AI score0.00152EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/01/13 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an unreleased OF node reference during probing, which could lead to a node leak...

5.5CVSS5.8AI score0.00115EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:00 a.m.3 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992794)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992794 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpci: fix of node refcount leak in tcpciregisterport I got the following report whil...

5.5CVSS6.4AI score0.00156EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.8 views

PT-2025-53943

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A resource leak exists in the Linux kernel related to the wusb3801 probe function. Specifically, a reference count leak can occur within wusb3801 probe if wusb3801 hw init fails. This le...

6.1AI score0.00236EPSS
SaveExploits0References5
Rows per page
Query Builder