Bug 2532102 (CVE-2026-89504) - CVE-2026-89504 kernel: regulator: as3722_get_regulator_dt_data: fix premature of_node_put leaving dangling of_node pointer
Summary: CVE-2026-89504 kernel: regulator: as3722_get_regulator_dt_data: fix premature...
Keywords:
Status: NEW
Alias: CVE-2026-89504
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-11 20:36 UTC by OSIDB Bzimport
Modified: 2026-09-18 12:05 UTC (History)
17 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-11 20:36:47 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.