CVE-2026-43264
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
06/05/2026
Last modified:
08/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
fbdev: of: display_timing: fix refcount leak in of_get_display_timings()<br />
<br />
of_parse_phandle() returns a device_node with refcount incremented,<br />
which is stored in &#39;entry&#39; and then copied to &#39;native_mode&#39;. When the<br />
error paths at lines 184 or 192 jump to &#39;entryfail&#39;, native_mode&#39;s<br />
refcount is not decremented, causing a refcount leak.<br />
<br />
Fix this by changing the goto target from &#39;entryfail&#39; to &#39;timingfail&#39;,<br />
which properly calls of_node_put(native_mode) before cleanup.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 3.9 (including) | 5.10.252 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.15.202 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.165 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.128 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.75 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.16 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.6 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/20881ad42e651c69d89eb38a2042838187900fd6
- https://git.kernel.org/stable/c/2b22e4fe1273c24f405ed7903349c4bbd82b6368
- https://git.kernel.org/stable/c/3ed019654234edb8625c05d05e15d40f74e64f70
- https://git.kernel.org/stable/c/69290f2d3999c5fa1a7f5d5593cfc5461fa3ee64
- https://git.kernel.org/stable/c/b5bdcc5afbff845834d04d651773cb6b47db5dd3
- https://git.kernel.org/stable/c/c5734f9030a8b1e13868d1641b5163d8e659306e
- https://git.kernel.org/stable/c/d6f34bbff07476c6abb8672c89d217824871c5ed
- https://git.kernel.org/stable/c/eacf9840ae1285a1ef47eb0ce16d786e542bd4d7



