CVE-2026-74320
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
fbdev: sm501fb: Fix buffer errors in OF binding code
The code that gets the frame buffer mode from OF has 'use after free', 'buffer overrun' and memory leaks.
info->edid_data isn't free if the probe functions fail or if pd->def_mode is set.
If both the CRT and PANEL are enabled info->edid_data is used after being freed and is freed twice.
The string returned by of_get_property(np, "mode", &len) is just written over either the static "640x480-16@60" or the module parameter string without any regard for the length (which is most likely longer).
Use kstrump() for the OF mode and free everything before freeing 'info.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 4295f9bf74a885da390abc49a3b42a011c1bb890 < 0bc3d909a49e1fd8b8c3f2160d526e672c40621d | affected |
| Linux | Linux | 4295f9bf74a885da390abc49a3b42a011c1bb890 < 47008d59c60ed896085da95f8d4dd40e1677dd3a | affected |
| Linux | Linux | 4295f9bf74a885da390abc49a3b42a011c1bb890 < d374f76e1257ecc5d691a765c512ed2c29a44741 | affected |
| Linux | Linux | 4295f9bf74a885da390abc49a3b42a011c1bb890 < b2ff450f7f5cfc7143cab57c3ad70293ba8b822a | affected |
| Linux | Linux | 4295f9bf74a885da390abc49a3b42a011c1bb890 < 9057e3f5db39f0ef0dac2f59f2bc59bf17e36c31 | affected |
| Linux | Linux | 4295f9bf74a885da390abc49a3b42a011c1bb890 < de590cdf7efec8a0b6da90ae2ab5fc5df26810b9 | affected |
| Linux | Linux | 4295f9bf74a885da390abc49a3b42a011c1bb890 < 48cf0f4c6581ec90104cec9c5bf794a8bf347e30 | affected |
| Linux | Linux | 4295f9bf74a885da390abc49a3b42a011c1bb890 < d8421e09382cfe0bd2a044c8b0a822f64855dd4e | affected |
| Linux | Linux | 2.6.39 | affected |
| Linux | Linux | 0 < 2.6.39 | unaffected |
| Linux | Linux | 5.10.261 <= 5.10.* | unaffected |
| Linux | Linux | 5.15.212 <= 5.15.* | unaffected |
| Linux | Linux | 6.1.178 <= 6.1.* | unaffected |
| Linux | Linux | 6.6.145 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.97 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.40 <= 6.18.* | unaffected |
| Linux | Linux | 7.1.5 <= 7.1.* | unaffected |
| Linux | Linux | 7.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/0bc3d909a49e1fd8b8c3f2160d526e672c40621d
- https://git.kernel.org/stable/c/47008d59c60ed896085da95f8d4dd40e1677dd3a
- https://git.kernel.org/stable/c/d374f76e1257ecc5d691a765c512ed2c29a44741
- https://git.kernel.org/stable/c/b2ff450f7f5cfc7143cab57c3ad70293ba8b822a
- https://git.kernel.org/stable/c/9057e3f5db39f0ef0dac2f59f2bc59bf17e36c31
- https://git.kernel.org/stable/c/de590cdf7efec8a0b6da90ae2ab5fc5df26810b9
- https://git.kernel.org/stable/c/48cf0f4c6581ec90104cec9c5bf794a8bf347e30
- https://git.kernel.org/stable/c/d8421e09382cfe0bd2a044c8b0a822f64855dd4e
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.