PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-89504 Linux CVE debrief

A vulnerability in the Linux kernel has been resolved, where the regulator: as3722_get_regulator_dt_data function could potentially leave a dangling of_node pointer. This occurs because of_get_child_by_name() acquires a reference on np, which is then assigned to pdev->dev.of_node, but the function immediately calls of_node_put(np), releasing the reference.

Vendor
Linux
Product
Unknown
CVSS
HIGH 8.4
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-11
Original CVE updated
2026-09-11
Advisory published
2026-09-11
Advisory updated
2026-09-11

Who should care

Linux kernel maintainers, Linux system administrators, and users of Linux-based systems should assess exposure and verify if their systems are affected by this vulnerability. This includes reviewing Linux kernel versions and configurations, as well as checking for any existing patches or updates that address this vulnerability. Additionally, operators, platform administrators, and security teams may need to be involved in the verification and remediation过程

Why it matters

A vulnerability in the Linux kernel has been resolved, where the regulator: as3722_get_regulator_dt_data function could potentially leave a dangling of_node pointer. Linux kernel maintainers and users should assess exposure and verify if their systems hold references to the affected of_node.

  • Verification of Linux kernel versions and configurations is necessary to determine exposure.
  • Systems holding references to the affected of_node may require updates to the latest Linux kernel version.

Technical summary

The regulator: as3722_get_regulator_dt_data function in the Linux kernel could potentially leave a dangling of_node pointer due to premature of_node_put(np) call. This occurs because of_get_child_by_name() acquires a reference on np, which is then assigned to pdev->dev.of_node, but the function immediately calls of_node_put(np), releasing the reference. Linux kernel maintainers and users should assess exposure and verify if their systems hold references to the affected of_node, potentially requiring updates to the latest Linux kernel version.

Defensive priority

Linux kernel maintainers and users should assess exposure and verify if their systems hold references to the affected of_node.

Recommended defensive actions

  • Review Linux kernel versions and configurations for exposure to this vulnerability.
  • Verify if systems hold references to the affected of_node.
  • Update to the latest Linux kernel version if necessary.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.

Evidence notes

The CVE record and NVD entry provide details on the vulnerability. However, the scope of affected systems and versions requires further verification from official Linux kernel sources. Linux kernel maintainers and users should verify if their systems hold references to the affected of_node and assess exposure. This may involve reviewing Linux kernel versions and configurations, as well as checking for any existing patches or updates that address this vulnerability.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-89504 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-89504

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-89504 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89504

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/8648e29e5c01b6b677c704049189287e27255ccb

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/95342d26f9c6b68a46ab57fa48428a3c4a423dd7

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/d3c1316d84e0a036890b00ae6e4c0b0b80f70c25

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/f9324d670ae0b88cbfb0aa48fcaefa5baeb8da4c

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.