Executive Summary

Informations
Name CVE-2024-26833 First vendor Publication 2024-04-17
Vendor Cve Last vendor Modification 2025-01-07

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Overall CVSS Score 5.5
Base Score 5.5 Environmental Score 5.5
impact SubScore 3.6 Temporal Score 5.5
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact None Availability Impact High
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

In the Linux kernel, the following vulnerability has been resolved:

drm/amd/display: Fix memory leak in dm_sw_fini()

After destroying dmub_srv, the memory associated with it is not freed, causing a memory leak:

unreferenced object 0xffff896302b45800 (size 1024):
comm "(udev-worker)", pid 222, jiffies 4294894636
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
backtrace (crc 6265fd77):
[] kmalloc_trace+0x29d/0x340
[] dm_dmub_sw_init+0xb4/0x450 [amdgpu]
[] dm_sw_init+0x15/0x2b0 [amdgpu]
[] amdgpu_device_init+0x1417/0x24e0 [amdgpu]
[] amdgpu_driver_load_kms+0x15/0x190 [amdgpu]
[] amdgpu_pci_probe+0x187/0x4e0 [amdgpu]
[] local_pci_probe+0x3e/0x90
[] pci_device_probe+0xc3/0x230
[] really_probe+0xe2/0x480
[] __driver_probe_device+0x78/0x160
[] driver_probe_device+0x1f/0x90
[] __driver_attach+0xce/0x1c0
[] bus_for_each_dev+0x70/0xc0
[] bus_add_driver+0x112/0x210
[] driver_register+0x55/0x100
[] do_one_initcall+0x41/0x300

Fix this by freeing dmub_srv after destroying it.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-26833

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-401 Failure to Release Memory Before Removing Last Reference ('Memory Leak')

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 1
Os 3655

Sources (Detail)

https://git.kernel.org/stable/c/10c6b90e975358c17856a578419dc449887899c2
https://git.kernel.org/stable/c/33f649f1b1cea39ed360e6c12bba4fac83118e6e
https://git.kernel.org/stable/c/541e79265ea7e339a7c4a462feafe9f8f996e04b
https://git.kernel.org/stable/c/58168005337eabef345a872be3f87d0215ff3b30
https://git.kernel.org/stable/c/b49b022f7dfce85eb77d0d987008fde5c01d7857
https://git.kernel.org/stable/c/bae67893578d608e35691dcdfa90c4957debf1d3
https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Date Informations
2025-07-15 02:32:11
  • Multiple Updates
2025-07-14 12:31:26
  • Multiple Updates
2025-06-26 02:29:44
  • Multiple Updates
2025-06-25 12:29:54
  • Multiple Updates
2025-06-24 02:34:13
  • Multiple Updates
2025-05-27 02:35:55
  • Multiple Updates
2025-03-29 03:35:26
  • Multiple Updates
2025-03-28 13:41:29
  • Multiple Updates
2025-03-28 03:14:30
  • Multiple Updates
2025-03-19 03:10:04
  • Multiple Updates
2025-03-18 03:22:45
  • Multiple Updates
2025-03-14 03:10:20
  • Multiple Updates
2025-02-22 03:20:13
  • Multiple Updates
2025-01-08 00:21:36
  • Multiple Updates
2025-01-07 21:21:38
  • Multiple Updates
2024-11-25 09:26:05
  • Multiple Updates
2024-11-05 13:27:59
  • Multiple Updates
2024-06-26 05:27:35
  • Multiple Updates
2024-04-17 17:28:37
  • First insertion