Impact
In Linux kernel, the as3722 regulator driver incorrectly invoked an of_node_put on a child node reference that was then stored in pdev->dev.of_node. This caused the stored pointer to become dangling, creating a use‑after‑free condition (CWE‑825).
Affected Systems
The affected product is the Linux kernel; all kernel versions that include the as3722 regulator driver could be impacted until the patch is applied.
Risk and Exploitability
With a CVSS score of 4.1 and EPSS score of < 1%, the vulnerability is considered moderate with a very low probability of exploitation. It is not listed in the CISA KEV catalog. The vulnerability an early of_node_put; it is inferred that an attacker who can trigger the as3722 driver initialization could cause a kernel crash or denial of service. The attack vector is likely local, requiring interaction with the device during system boot or through a device tree that loads the regulator driver, but this is inferred from the description rather than explicitly documented.
OpenCVE Enrichment