4 matches found
CVE-2026-89504
In the Linux kernel, the following vulnerability has been resolved: regulator: as3722getregulatordtdata: fix premature ofnodeput leaving dangling ofnode pointer In as3722getregulatordtdata, ofgetchildbyname acquires a reference on np, which is then assigned to pdev-dev.ofnode. The function...
EUVD-2026-76410
In the Linux kernel, the following vulnerability has been resolved: regulator: as3722getregulatordtdata: fix premature ofnodeput leaving dangling ofnode pointer In as3722getregulatordtdata, ofgetchildbyname acquires a reference on np, which is then assigned to pdev-dev.ofnode. The function...
CVE-2026-89504
CVE-2026-89504 is a memory-management bug in the Linux kernel AS3722 regulator driver. In as3722_get_regulator_dt_data(), the function of_get_child_by_name() acquires a reference on a node pointer (np) and assigns it to pdev->dev.of_node, but the subsequent immediate call to of_node_put(np) re...
PT-2026-90220
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...