Lucene search
K

19 matches found

EUVD
EUVD
added 2026/05/27 3:33 p.m.8 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.00023EPSS
Exploits0References5
NVD
NVD
added 2026/05/27 2:17 p.m.3 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:...

0.00023EPSS
Exploits0References4
Cvelist
Cvelist
added 2026/05/27 12:56 p.m.31 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.00022EPSS
Exploits0References3
CVE
CVE
added 2026/05/27 12:56 p.m.6 views

CVE-2026-46030

The CVE-2026-46030 issue affects the Linux kernel’s EDAC/versalnet path, specifically in mc_probe(), where of_parse_phandle() returns a device_node reference that was not freed on exit, causing a memory leak for r5_core_node. The fix introduces automatic cleanup using __free(device_node), ensurin...

5.8AI score0.00022EPSS
Exploits0References3
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.2 views

Astra Linux - уязвимость в 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.00022EPSS
Exploits0References1
OSV
OSV
added 2025/12/24 1:5 p.m.1 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.00022EPSS
Exploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2022-54987

Malicious code in bioql PyPI...

5.5CVSS6AI score0.00024EPSS
Exploits0References6
SUSE CVE
SUSE CVE
added 2025/10/01 11:32 p.m.1 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.00013EPSS
Exploits0References3
CVE
CVE
added 2025/04/18 7:1 a.m.88 views

CVE-2025-39930

CVE-2025-39930 affects the Linux kernel ASoC simple-card-utils component. The issue arises from graph_util_parse_dai() freeing a device_node with __free(), which was kept alive by the driver during use. A patch (commit 419d1918105e) changes handling to not free device_node in graph_util_parse_dai...

5.5CVSS5.5AI score0.00036EPSS
Exploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2025/02/27 3:10 a.m.1 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.00082EPSS
Exploits0References8
NVD
NVD
added 2025/02/26 7:1 a.m.7 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.00052EPSS
Exploits0References9
NVD
NVD
added 2025/02/26 7:1 a.m.8 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.00076EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2025/02/26 2:13 a.m.7 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.00052EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2025/02/26 1:56 a.m.1 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.00136EPSS
Exploits0References5
CVE
CVE
added 2025/02/26 1:55 a.m.107 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.00082EPSS
Exploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.9 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.00091EPSS
Exploits0
OSV
OSV
added 2023/01/17 6:23 p.m.6 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
Exploits0
Cvelist
Cvelist
added 2018/11/27 6:0 p.m.12 views

CVE-2018-11907

In all android releasesAndroid for MSM, Firefox OS for MSM, QRD Android from CAF using the linux kernel, improper access control can lead to device node and executable to be run from /firmware/ which presents a potential issue...

7.5AI score0.00014EPSS
Exploits0References2
Prion
Prion
added 2018/11/27 4:29 p.m.11 views

Design/Logic Flaw

In all android releasesAndroid for MSM, Firefox OS for MSM, QRD Android from CAF using the linux kernel, improper mounting lead to device node and executable to be run from /dsp/ which presents a potential security issue...

7.2CVSS7.4AI score0.00015EPSS
Exploits0References2
Rows per page
Query Builder