CVE-2023-52679
HIGHLinux Kernel 4.17-4.19.306 - Use-After-Free in of_parse_phandle_with_args_map
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: of: Fix double free in of_parse_phandle_with_args_map In of_parse_phandle_with_args_map() the inner loop that iterates through the map entries calls of_node_put(new) to free the reference acquired by the previous iteration of the inner loop. This assumes that the value of "new" is NULL on the first iteration of the inner loop. Make sure that this is true in all iterations of the outer loop by setting "new" to NULL after its value is assigned to "cur". Extend the unittest to detect the double free and add an additional test case that actually triggers this path.
References (10)
Core 10
Core References
Scores
CVSS v3
7.8
EPSS
0.0001
EPSS Percentile
1.4%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
CWE
CWE-415
Status
published
Products (20)
debian/debian_linux
10.0
Linux/Linux
< 4.17
Linux/Linux
4.17
Linux/Linux
4.19.306 - 4.19.*
Linux/Linux
5.10.209 - 5.10.*
Linux/Linux
5.15.148 - 5.15.*
Linux/Linux
5.4.268 - 5.4.*
Linux/Linux
6.1.75 - 6.1.*
Linux/Linux
6.6.14 - 6.6.*
Linux/Linux
6.7.2 - 6.7.*
... and 10 more
Published
May 17, 2024
Tracked Since
Feb 18, 2026