CVE-2024-0582
Advisory lineage Upstream: 0 Downstream: 5
Modified
Published: 16 Jan 2024, 14:33
Last modified:20 Nov 2025, 07:09
Vulnerability Summary
Overall Risk (default)
medium
31/100 CVSS Score
7.8 HIGH
v3.1 (cve.org)
EPSS Score
0.76% LOW
1% probability +0.32%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected
Timeline
16 Jan 2024, 14:33
Published
Vulnerability first disclosed
20 Nov 2025, 07:09
Last Modified
Vulnerability information updated
Description
A memory leak flaw was found in the Linux kernel’s io_uring functionality in how a user registers a buffer ring with IORING_REGISTER_PBUF_RING, mmap() it, and then frees it. This flaw allows a local user to crash or potentially escalate their privileges on the system.
CVSS Metrics
- v3.1•HIGH•Score: 7.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Trends
Current EPSS score: 0.76%• Percentile: 74%
Techniques & Countermeasures
- CWE-416•Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Affected Systems
- linux•linux_kernel
≥ 6.4, < 6.6.5 | 6.7:rc1 | 6.7:rc2 | 6.7:rc3
References (5)
- https://access.redhat.com/security/cve/CVE-2024-0582
- https://bugs.chromium.org/p/project-zero/issues/detail?id=2504
- https://bugzilla.redhat.com/show_bug.cgi?id=2254050
- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c392cbecd8eca4c53f2bf508731257d9d0a21c2d
- http://www.openwall.com/lists/oss-security/2024/04/24/3