Tracker / CVE-2026-43264
CVE-2026-43264
Medium 5.5
In the Linux kernel, the following vulnerability has been resolved: fbdev: of: display_timing: fix refcount leak in of_get_display_timings() of_parse_phandle() returns a device_node with refcount incremented, which is stored in 'entry' and then copied to 'native_mode'. When the error paths at lines 184 or 192 jump to 'entryfail', native_mode's refcount is not decremented, causing a refcount leak. Fix this by changing the goto target from 'entryfail' to 'timingfail', which properly calls of_node_put(native_mode) before cleanup.
Affected products and versions
| linux | linux_kernel · 3.9 → 5.10.252 |
|---|---|
| linux | linux_kernel · 5.11 → 5.15.202 |
| linux | linux_kernel · 5.16 → 6.1.165 |
| linux | linux_kernel · 6.13 → 6.18.16 |
| linux | linux_kernel · 6.19 → 6.19.6 |
| linux | linux_kernel · 6.2 → 6.6.128 |
| linux | linux_kernel · 6.7 → 6.12.75 |
Analysis
This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.