CVE-2023-53453
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/10/2025
Last modified:
16/01/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/radeon: free iio for atombios when driver shutdown<br />
<br />
Fix below kmemleak when unload radeon driver:<br />
<br />
unreferenced object 0xffff9f8608ede200 (size 512):<br />
comm "systemd-udevd", pid 326, jiffies 4294682822 (age 716.338s)<br />
hex dump (first 32 bytes):<br />
00 00 00 00 c4 aa ec aa 14 ab 00 00 00 00 00 00 ................<br />
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................<br />
backtrace:<br />
[] kmem_cache_alloc_trace+0x2f1/0x500<br />
[] atom_parse+0x117/0x230 [radeon]<br />
[] radeon_atombios_init+0xab/0x170 [radeon]<br />
[] si_init+0x57/0x750 [radeon]<br />
[] radeon_device_init+0x559/0x9c0 [radeon]<br />
[] radeon_driver_load_kms+0xc1/0x1a0 [radeon]<br />
[] drm_dev_register+0xdd/0x1d0<br />
[] radeon_pci_probe+0xbd/0x100 [radeon]<br />
[] pci_device_probe+0xe1/0x160<br />
[] really_probe.part.0+0xc1/0x2c0<br />
[] __driver_probe_device+0x96/0x130<br />
[] driver_probe_device+0x24/0xf0<br />
[] __driver_attach+0x77/0x190<br />
[] bus_for_each_dev+0x7f/0xd0<br />
[] driver_attach+0x1e/0x30<br />
[] bus_add_driver+0x12c/0x1e0<br />
<br />
iio was allocated in atom_index_iio() called by atom_parse(),<br />
but it doesn&#39;t got released when the dirver is shutdown.<br />
Fix this kmemleak by free it in radeon_atombios_fini().
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:*:*:*:*:*:*:*:* | 2.6.31 (including) | 4.14.308 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.15 (including) | 4.19.276 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.20 (including) | 5.4.235 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.5 (including) | 5.10.173 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.15.99 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.16 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.2.3 (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/107b8b542bb9dab4cbdc3276c85fbdd7f6782313
- https://git.kernel.org/stable/c/4773fadedca918faec443daaca5e4ea1c0ced144
- https://git.kernel.org/stable/c/9cdb96b55651c92fc949cfd54124406c3c912b6b
- https://git.kernel.org/stable/c/cb109cedbba11c33473e6780c256d8442a9e4460
- https://git.kernel.org/stable/c/cda2f7efbc2d857220dad32e315a54565b285c1c
- https://git.kernel.org/stable/c/ce9e9d3dcbb0d1551ffd1a7f16e7c051f3ba4140
- https://git.kernel.org/stable/c/e2791f2f4d1d804e45fa91b14295c326b64c65f1
- https://git.kernel.org/stable/c/f9f55fc64928b5e30d78f861c5fc76db9e769ebb



