CVE Catalog

CVE-2026-89943

HighCVSS 8.4
Published: Updated: Translated: NVD NIST

Summary

In the Linux kernel, the ASoC loongson driver's loongson_card_parse_acpi() ignores the return value of device_property_read_string() for the `codec-dai-name` property. If the property is missing or invalid, an uninitialized pointer is used later, potentially leading to undefined behavior.

Risk Assessment

Using an uninitialized pointer can lead to undefined behavior, including potential system crashes or stability issues.

Recommendation

Update the Linux kernel to a version containing the fix that checks the return value and propagates the error appropriately.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ASoC: loongson: Fix error handling in ACPI property parsing In loongson_card_parse_acpi(), the return value of device_property_read_string() for the `codec-dai-name` property was ignored. If the property is missing or invalid, an uninitialized pointer would be used later, potentially leading to undefined behavior. Fix this by checking the return value and propagating the error appropriately.

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