cve/2024/CVE-2024-36959.md
2025-09-29 21:09:30 +02:00

1.8 KiB

CVE-2024-36959

Description

In the Linux kernel, the following vulnerability has been resolved:pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map()If we fail to allocate propname buffer, we need to drop the referencecount we just took. Because the pinctrl_dt_free_maps() includes thedroping operation, here we call it directly.

POC

Reference

No PoCs from references.

Github