Security Advisory

CVE-2024-36955

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-05-30 15:35:49
Last updated 2026-05-11 20:17:43
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() The documentation for device_get_named_child_node() mentions this important point: " The caller is responsible for calling fwnode_handle_put() on the returned fwnode pointer. " Add fwnode_handle_put() to avoid a leaked reference.