Lucene search
+L

22 matches found

ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64154

In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: Fix a reference leak in a6xxgpuinit In a6xxgpuinit, node is obtained via ofparsephandle. While there was a manual ofnodeput at the end of the common path, several early error returns would bypass this call,...

5.3AI score0.00165EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/05/27 3:33 p.m.20 views

EUVD-2026-32391

In the Linux kernel, the following vulnerability has been resolved: thermal/of: Fix reference leak in thermalofcmlookup In thermalofcmlookup, trnp is obtained via ofparsephandle, but never released. Use the freedevicenode cleanup attribute to automatically release the node and fix the leak. rjw:...

5.8AI score0.00159EPSS
SaveExploits0References5
NVD
NVD
added 2026/05/27 2:17 p.m.16 views

CVE-2026-45925

In the Linux kernel, the following vulnerability has been resolved: thermal/of: Fix reference leak in thermalofcmlookup In thermalofcmlookup, trnp is obtained via ofparsephandle, but never released. Use the freedevicenode cleanup attribute to automatically release the node and fix the leak. rjw:...

5.5CVSS0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/27 2:17 p.m.10 views

UBUNTU-CVE-2026-46030

In the Linux kernel, the following vulnerability has been resolved: EDAC/versalnet: Fix devicenode leak in mcprobe ofparsephandle returns a devicenode reference that must be released with ofnodeput. The original code never freed r5corenode on any exit path, causing a memory leak. Fix this by usin...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/05/27 12:56 p.m.51 views

CVE-2026-46030 EDAC/versalnet: Fix device_node leak in mc_probe()

In the Linux kernel, the following vulnerability has been resolved: EDAC/versalnet: Fix devicenode leak in mcprobe ofparsephandle returns a devicenode reference that must be released with ofnodeput. The original code never freed r5corenode on any exit path, causing a memory leak. Fix this by usin...

0.00121EPSS
SaveExploits0References3
CVE
CVE
added 2026/05/27 12:56 p.m.37 views

CVE-2026-46030

CVE-2026-46030 affects the Linux kernel EDAC/versalnet path; the root cause is a memory leak in mc_probe due to a device_node reference not being freed. The fix uses the automatic cleanup attribute __free(device_node) to ensure of_node_put() is called when the local variable goes out of scope. Af...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/05/27 12:17 p.m.6 views

CVE-2026-45925 thermal/of: Fix reference leak in thermal_of_cm_lookup()

In the Linux kernel, the following vulnerability has been resolved: thermal/of: Fix reference leak in thermalofcmlookup In thermalofcmlookup, trnp is obtained via ofparsephandle, but never released. Use the freedevicenode cleanup attribute to automatically release the node and fix the leak. rjw:...

5.5CVSS5.9AI score0.00159EPSS
SaveExploits0References7
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: Staging: media: tegra-video: Fixed the use of devicenode after freeing it. At the time of testing, the following code path is followed: - tegracsiinit - tegracsichannelsalloc - foreachchildofnodenode, channel – Iterates over...

5.9AI score0.00208EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:5 p.m.6 views

CVE-2022-50745 staging: media: tegra-video: fix device_node use after free

In the Linux kernel, the following vulnerability has been resolved: staging: media: tegra-video: fix devicenode use after free At probe time this code path is followed: tegracsiinit tegracsichannelsalloc foreachchildofnodenode, channel -- iterates over channels automatically gets 'channel'...

6.5AI score0.00208EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2022-54987

Malicious code in bioql PyPI...

5.5CVSS6AI score0.00263EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/10/01 11:32 p.m.7 views

SUSE CVE-2022-50457

In the Linux kernel, the following vulnerability has been resolved: mtd: core: Fix refcount error in delmtddevice delmtddevice will call ofnodeput to mtdgetofnodemtd, which is mtd-dev.ofnode. However, memset&mtd-dev, 0 is called before ofnodeput. As the result, ofnodeput won't do anything in...

5.5CVSS6.5AI score0.00143EPSS
SaveExploits0References3
CVE
CVE
added 2025/04/18 7:1 a.m.117 views

CVE-2025-39930

The CVE-2025-39930 entry concerns the Linux kernel ASoC simple-card-utils. The root cause is the premature __free of device_node in graph_util_parse_dai(), which could free a node still in use. The correction is to stop freeing __free(device_node) in graph_util_parse_dai() and to retain freeing b...

8.4CVSS5.5AI score0.00242EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2025/02/27 3:10 a.m.5 views

SUSE CVE-2022-49188

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcomq6v5mss: Fix some leaks in q6v5allocmemoryregion The devicenode pointer is returned by ofparsephandle or ofgetchildbyname with refcount incremented. We should use ofnodeput on it when done. This function only call...

5.5CVSS6.5AI score0.00263EPSS
SaveExploits0References8
NVD
NVD
added 2025/02/26 7:1 a.m.18 views

CVE-2022-49457

In the Linux kernel, the following vulnerability has been resolved: ARM: versatile: Add missing ofnodeput in dcscbinit The devicenode pointer is returned by offindcompatiblenode with refcount incremented. We should use ofnodeput to avoid the refcount leak...

5.5CVSS0.0027EPSS
SaveExploits0References9
NVD
NVD
added 2025/02/26 7:1 a.m.14 views

CVE-2022-49431

In the Linux kernel, the following vulnerability has been resolved: powerpc/iommu: Add missing ofnodeput in iommuinitearlydart The devicenode pointer is returned by offindcompatiblenode with refcount incremented. We should use ofnodeput to avoid the refcount leak...

5.5CVSS0.00264EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/02/26 2:13 a.m.49 views

CVE-2022-49457

In the Linux kernel, the following vulnerability has been resolved: ARM: versatile: Add missing ofnodeput in dcscbinit The devicenode pointer is returned by offindcompatiblenode with refcount incremented. We should use ofnodeput to avoid the refcount leak...

5.5CVSS5.1AI score0.0027EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/26 1:56 a.m.3 views

CVE-2022-49241 ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Fix error handling in sam9x5wm8731driverprobe The devicenode pointer is returned by ofparsephandle with refcount incremented. We should use ofnodeput on it when done. This function only calls ofnodeput in the regular...

6.5AI score0.00256EPSS
SaveExploits0References5
CVE
CVE
added 2025/02/26 1:55 a.m.124 views

CVE-2022-49188

CVE-2022-49188 affects the Linux kernel remoteproc: qcom_q6v5_mss path, where leaks can occur in q6v5_alloc_memory_region due to improper device_node handling. The root cause is that the device_node pointer returned by of_parse_phandle() or of_get_child_by_name() is not always balanced with of_no...

5.5CVSS5.4AI score0.00263EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.53 views

CVE-2022-49161

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: Fix error handling in mt8183da7219max98357devprobe The devicenode pointer is returned by ofparsephandle with refcount incremented. We should use ofnodeput on it when done. This function only calls ofnodeput in the...

5.5CVSS5.4AI score0.0022EPSS
SaveExploits0
OSV
OSV
added 2023/01/17 6:23 p.m.10 views

GSD-2023-1000917 staging: media: tegra-video: fix device_node use after free

staging: media: tegra-video: fix devicenode use after free This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.87 by commit...

7.2AI score
SaveExploits0
Rows per page
Query Builder