THREAT OPS › Threat News › [NVD] CVE-2026-23137 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved:
of: unittest: Fix memory leak in unittest_data_add()
In unittest_data_add(), if of_resolve_phandles() fails, the allocated
unittest_data is not freed, leading to a memory leak.
Fix this by using scope-based cl
[NVD] CVE-2026-23137 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved: of: unittest: Fix memory leak in unittest_data_add() In unittest_data_add(), if of_resolve_phandles() fails, the allocated unittest_data is not freed, leading to a memory leak. Fix this by using scope-based cl
CVE-2026-23137 CVSS: 5.5 MEDIUM Published: 2026-02-14T16:15:53.703
In the Linux kernel, the following vulnerability has been resolved:
of: unittest: Fix memory leak in unittest_data_add()
In unittest_data_add(), if of_resolve_phandles() fails, the allocated unittest_data is not freed, leading to a memory leak.
Fix this by using scope-based cleanup helper __free(kfree) for automatic resource cl
Indicators of compromise
- CVE-2026-23137cve
Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-23137