THREATOPS
THREAT OPSThreat News › [NVD] CVE-2024-58056 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved: remoteproc: core: Fix ida_free call while not allocated In the rproc_alloc() function, on error, put_device(&rproc->dev) is called, leading to the call of the rproc_type_release() function. An error can occurs

[NVD] CVE-2024-58056 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved: remoteproc: core: Fix ida_free call while not allocated In the rproc_alloc() function, on error, put_device(&rproc->dev) is called, leading to the call of the rproc_type_release() function. An error can occurs

lownvdPublished 2025-03-06

CVE-2024-58056 CVSS: 5.5 MEDIUM Published: 2025-03-06T16:15:51.837

In the Linux kernel, the following vulnerability has been resolved:

remoteproc: core: Fix ida_free call while not allocated

In the rproc_alloc() function, on error, put_device(&rproc->dev) is called, leading to the call of the rproc_type_release() function. An error can occurs before ida_alloc is called.

In such case in rproc_t

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2024-58056