Answer in brief
CVE-2026-89504 records a Unknown severity vulnerability in regulator: as3722_get_regulator_dt_data: fix premature of_node_put leaving dangling of_node pointer. 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 | >=bc407334e9a6a745de5360395282beb2690adf48 <d3c1316d84e0a036890b00ae6e4c0b0b80f70c25 || >=bc407334e9a6a745de5360395282beb2690adf48 <95342d26f9c6b68a46ab57fa48428a3c4a423dd7 || >=bc407334e9a6a745de5360395282beb2690adf48 <8648e29e5c01b6b677c704049189287e27255ccb || >=bc407334e9a6a745de5360395282beb2690adf48 <f9324d670ae0b88cbfb0aa48fcaefa5baeb8da4c | d3c1316d84e0a036890b00ae6e4c0b0b80f70c25, 95342d26f9c6b68a46ab57fa48428a3c4a423dd7, 8648e29e5c01b6b677c704049189287e27255ccb, f9324d670ae0b88cbfb0aa48fcaefa5baeb8da4c |
| Linux/Linuxgeneric | 3.13 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
In the Linux kernel, the following vulnerability has been resolved: regulator: as3722_get_regulator_dt_data: fix premature of_node_put leaving dangling of_node pointer In as3722_get_regulator_dt_data(), of_get_child_by_name() acquires a reference on np, which is then assigned to pdev->dev.of_node. The function immediately calls of_node_put(np), releasing the reference and leaving pdev->dev.of_node as a dangling pointer. Remove the of_node_put(np) call to let the device hold the reference.
Quoted source text, attributed separately from HOL analysis.