Answer in brief
CVE-2026-89943 records a Unknown severity vulnerability in ASoC: loongson: Fix error handling in ACPI property parsing. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=ddb538a3004b10a04a14a0d275c5f52a8d161e80 <682c123cef455545f48ecbe74b3872fa303bf58f || >=ddb538a3004b10a04a14a0d275c5f52a8d161e80 <4e580d84a638f007b5b68d50d7633de502f325e7 || >=ddb538a3004b10a04a14a0d275c5f52a8d161e80 <bb1602908c67db7197ab001638573262bccc6ca2 || >=ddb538a3004b10a04a14a0d275c5f52a8d161e80 <0eb0e3c623ac1da8b85d518043fef7660af7805d | 682c123cef455545f48ecbe74b3872fa303bf58f, 4e580d84a638f007b5b68d50d7633de502f325e7, bb1602908c67db7197ab001638573262bccc6ca2, 0eb0e3c623ac1da8b85d518043fef7660af7805d |
| Linux/Linuxgeneric | 6.12 | Not reported |
Published upstream
Sep 16, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 16, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 16, 2026
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.
Quoted source text, attributed separately from HOL analysis.