CVE Catalog

CVE-2026-93126

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the remoteproc qcom_q6v5_adsp driver has a device node reference leak. The adsp_map_carveout function calls of_parse_phandle_with_args() but does not release the node reference via of_node_put().

Risk Assessment

A device node reference leak leads to gradual resource exhaustion and may cause system instability when the driver is loaded repeatedly.

Recommendation

Update the Linux kernel to a version containing the qcom_q6v5_adsp fix.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcom_q6v5_adsp: Fix reference leak for device node When calling of_parse_phandle_with_args(), the caller is responsible to call of_node_put() to release the reference of device node. In adsp_map_carveout, it does not release the reference.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS