First published: Fri Nov 08 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: pinctrl: intel: platform: fix error path in device_for_each_child_node() The device_for_each_child_node() loop requires calls to fwnode_handle_put() upon early returns to decrement the refcount of the child node and avoid leaking memory if that error path is triggered. There is one early returns within that loop in intel_platform_pinctrl_prepare_community(), but fwnode_handle_put() is missing. Instead of adding the missing call, the scoped version of the loop can be used to simplify the code and avoid mistakes in the future if new early returns are added, as the child node is only used for parsing, and it is never assigned.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.8<6.11.5 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-50197 has been classified as having a moderate severity due to its impact on resource management in the Linux kernel.
To address CVE-2024-50197, you should upgrade to a patched version of the Linux kernel that resolves the vulnerability.
CVE-2024-50197 affects Linux kernel versions 6.8 through 6.11.5, as well as 6.12-rc1, 6.12-rc2, and 6.12-rc3.
CVE-2024-50197 involves the pinctrl subsystem in the Linux kernel, specifically the device_for_each_child_node() function.
CVE-2024-50197 is not a remote exploit vulnerability; it requires escalation of privileges on the local system.