AI description
CVE-2024-0582 is a memory leak flaw found in the Linux kernel's io_uring functionality. Specifically, the vulnerability lies in how a user registers a buffer ring with `IORING_REGISTER_PBUF_RING`, maps it using `mmap()`, and then frees it. The kernel allocates memory for the provided buffer ring, but it doesn't check if the memory has been unmapped in userspace before freeing it. This use-after-free vulnerability in the io_uring subsystem can be triggered when an application registers a provided buffer ring with the `IOU_PBUF_RING_MMAP` flag. When the application unregisters the buffer ring using the `IORING_UNREGISTER_PBUF_RING` opcode, the kernel frees the memory without checking if it has been unmapped in userspace.
- 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.
- Source
- secalert@redhat.com
- NVD status
- Modified
CVSS 3.1
- Type
- Primary
- Base score
- 7.8
- Impact score
- 5.9
- Exploitability score
- 1.8
- Vector string
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Severity
- HIGH
- Hype score
- Not currently trending
Exploiting a use-after-free vulnerability in Linux kernel io_uring using Dirty Pagetable method (CVE-2024-0582) https://t.co/6n3IzHLaUR Credits @kuzeyardabulut #infosec #Linux https://t.co/3fVj9wqONp
@0xor0ne
20 May 2025
4810 Impressions
30 Retweets
138 Likes
45 Bookmarks
0 Replies
0 Quotes
Analysis of io_uring pbuf Linux kernel vulnerabilities (CVE-2024-0582, CVE-2024-35880, CVE-2025-21836) https://t.co/B5uGC3XUa4 Credits @u1f383 #Linux #infosec https://t.co/z0WEHozprs
@0xor0ne
19 May 2025
6540 Impressions
44 Retweets
160 Likes
37 Bookmarks
0 Replies
0 Quotes
🚨 New Blog Post: Exploiting CVE-2024-0582 via the Dirty Page Table Method! Discover how dangling pages can corrupt Page Table Entries (PTEs) and redirect user-space memory to kernel-space. Read the full analysis: https://t.co/v0ftRqYkZB #ExploitDevelopment #KernelSecurity
@kuzeyardabulut
16 Apr 2025
3865 Impressions
19 Retweets
82 Likes
31 Bookmarks
0 Replies
0 Quotes
[
{
"nodes": [
{
"negate": false,
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"vulnerable": true,
"matchCriteriaId": "83C3EF6F-6BC0-4B1C-A90A-0947025756C0",
"versionEndExcluding": "6.6.5",
"versionStartIncluding": "6.4"
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.7:rc1:*:*:*:*:*:*",
"vulnerable": true,
"matchCriteriaId": "3A0038DE-E183-4958-A6E3-CE3821FEAFBF"
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.7:rc2:*:*:*:*:*:*",
"vulnerable": true,
"matchCriteriaId": "E31AD4FC-436C-44AB-BCAB-3A0B37F69EE0"
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.7:rc3:*:*:*:*:*:*",
"vulnerable": true,
"matchCriteriaId": "C56C6E04-4F04-44A3-8DB8-93899903CFCF"
}
],
"operator": "OR"
}
]
}
]