First published: Fri May 17 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <4.19.306 | 4.19.306 |
redhat/kernel | <5.4.268 | 5.4.268 |
redhat/kernel | <5.10.209 | 5.10.209 |
redhat/kernel | <5.15.148 | 5.15.148 |
redhat/kernel | <6.1.75 | 6.1.75 |
redhat/kernel | <6.6.14 | 6.6.14 |
redhat/kernel | <6.7.2 | 6.7.2 |
redhat/kernel | <6.8 | 6.8 |
Linux Kernel | >=4.17<4.19.306 | |
Linux Kernel | >=4.20<5.4.268 | |
Linux Kernel | >=5.5<5.10.209 | |
Linux Kernel | >=5.11<5.15.148 | |
Linux Kernel | >=5.16<6.1.75 | |
Linux Kernel | >=6.2<6.6.14 | |
Linux Kernel | >=6.7<6.7.2 | |
Debian Linux | =10.0 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.20-1 6.12.21-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52679 is classified as a medium severity vulnerability in the Linux kernel.
To fix CVE-2023-52679, you should upgrade to the recommended kernel versions such as 4.19.306, 5.4.268, or later as specified in the advisory.
CVE-2023-52679 affects various versions of the Linux kernel, including versions between 4.17 and 6.8.
CVE-2023-52679 involves a double free vulnerability in the of_parse_phandle_with_args_map function within the Linux kernel.
Yes, patches for CVE-2023-52679 are included in kernel updates that address the issue in affected versions.