Lucene search
K

16 matches found

AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.4 views

Astra Linux - уязвимость в linux-5.15

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: The issue of a refcount leak in imxrprocaddrinit has been fixed. Since ofparsephandle returns a node pointer with a refcount incremented, we should use ofnodeput on it when it is no longer needed. This...

5.5CVSS6AI score0.00065EPSS
Exploits0References2
Cvelist
Cvelist
added 2025/06/18 11:2 a.m.7 views

CVE-2022-50120 remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Fix refcount leak in imxrprocaddrinit ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not needed anymore. This function has two paths missing ofnodeput...

0.00065EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.5 views

CVE-2022-50120

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Fix refcount leak in imxrprocaddrinit ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not needed anymore. This function has two paths missing ofnodeput...

5.5CVSS5.3AI score0.00065EPSS
Exploits0
CVE
CVE
added 2025/06/18 11:2 a.m.80 views

CVE-2022-50120

The CVE-2022-50120 issue in the Linux kernel’s remoteproc driver (imx_rproc) is documented in multiple sources. It concerns a refcount leak in imx_rproc_addr_init caused by of_parse_phandle() returning a node pointer with an incremented refcount; the fix is to call of_node_put() on it when it is ...

5.5CVSS6.5AI score0.00065EPSS
Exploits0References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/10/14 12:0 a.m.59 views

Oracle Linux 7 / 8 : Unbreakable Enterprise kernel-container (ELSA-2024-12782)

The remote Oracle Linux 7 / 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2024-12782 advisory. - VMCI: Fix use-after-free when removing resource in vmciresourceremove David Fernandez Gonzalez Orabug: 37037205 CVE-2024-46738 - exec: Fix ToCTo...

8.4CVSS7.3AI score0.00043EPSS
Exploits4References72
RedhatCVE
RedhatCVE
added 2024/08/19 12:45 p.m.15 views

CVE-2024-43860

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Skip over memory region when node value is NULL In imxrprocaddrinit "nph = ofcountphandlewithargs" just counts number of phandles. But phandles may be empty. So ofparsephandle in the parsing loop 0 a nph may...

5.5CVSS7AI score0.00029EPSS
Exploits0References4
NVD
NVD
added 2024/08/17 10:15 a.m.16 views

CVE-2024-43860

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Skip over memory region when node value is NULL In imxrprocaddrinit "nph = ofcountphandlewithargs" just counts number of phandles. But phandles may be empty. So ofparsephandle in the parsing loop 0 a nph may...

5.5CVSS0.00029EPSS
Exploits0References10
OSV
OSV
added 2024/08/17 10:15 a.m.1 views

AZL-48015 CVE-2024-43860 affecting package kernel for versions less than 6.6.47.1-1

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Skip over memory region when node value is NULL In imxrprocaddrinit "nph = ofcountphandlewithargs" just counts number of phandles. But phandles may be empty. So ofparsephandle in the parsing loop 0 a nph may...

5.5CVSS6.3AI score0.00029EPSS
Exploits0References1
CVE
CVE
added 2024/08/17 9:24 a.m.109 views

CVE-2024-43860

CVE-2024-43860 affects the Linux kernel remoteproc component for imx_rproc. In imx_rproc_addr_init(), the code may dereference NULL during parsing because of_count_phandle_with_args() can yield empty phandles and of_parse_phandle() may return NULL. The fix adds a NULL-return check to prevent dere...

5.5CVSS6.4AI score0.00029EPSS
Exploits0References10Affected Software1
OSV
OSV
added 2024/08/17 9:24 a.m.13 views

CVE-2024-43860 remoteproc: imx_rproc: Skip over memory region when node value is NULL

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Skip over memory region when node value is NULL In imxrprocaddrinit "nph = ofcountphandlewithargs" just counts number of phandles. But phandles may be empty. So ofparsephandle in the parsing loop 0 a nph may...

5.5CVSS6AI score0.00029EPSS
Exploits0References13
Cvelist
Cvelist
added 2024/08/17 9:24 a.m.18 views

CVE-2024-43860 remoteproc: imx_rproc: Skip over memory region when node value is NULL

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Skip over memory region when node value is NULL In imxrprocaddrinit "nph = ofcountphandlewithargs" just counts number of phandles. But phandles may be empty. So ofparsephandle in the parsing loop 0 a nph may...

0.00029EPSS
Exploits0References8
Vulnrichment
Vulnrichment
added 2024/08/17 9:24 a.m.15 views

CVE-2024-43860 remoteproc: imx_rproc: Skip over memory region when node value is NULL

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Skip over memory region when node value is NULL In imxrprocaddrinit "nph = ofcountphandlewithargs" just counts number of phandles. But phandles may be empty. So ofparsephandle in the parsing loop 0 a nph may...

6.7AI score0.00029EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2024/08/17 9:24 a.m.17 views

CVE-2024-43860

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Skip over memory region when node value is NULL In imxrprocaddrinit "nph = ofcountphandlewithargs" just counts number of phandles. But phandles may be empty. So ofparsephandle in the parsing loop 0 a nph may...

5.5CVSS5.6AI score0.00029EPSS
Exploits0
CNNVD
CNNVD
added 2024/08/17 12:0 a.m.1 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 Linux kernel that stems from a problem in the handling of memory regions by the imxrproc component, which fails to skip when a node value is...

5.5CVSS6.5AI score0.00029EPSS
Exploits0References6
OSV
OSV
added 2022/09/17 12:8 a.m.6 views

GSD-2022-1005575 remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init

remoteproc: imxrproc: Fix refcount leak in imxrprocaddrinit 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.61 by commit...

7.2AI score
Exploits0
OSV
OSV
added 2022/09/16 11:40 p.m.7 views

GSD-2022-1005223 remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_init

remoteproc: imxrproc: Fix refcount leak in imxrprocaddrinit 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.19.2 by commit...

7.2AI score
Exploits0
Rows per page
Query Builder