CVE-2023-54041
Last modified
CVE-2023-54041 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: io_uring: fix memory leak when removing provided buffers When removing provided buffers, io_buffer structs are not being disposed of, leading to a memory leak. They can't be freed individually, because they are allocated in page-sized groups. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: io_uring: fix memory leak when removing provided buffers When removing provided buffers, io_buffer structs are not being disposed of, leading to a memory leak. They can't be freed individually, because they are allocated in page-sized groups. They need to be added to some free list instead, such as io_buffers_cache. All callers already hold the lock protecting it, apart from when destroying buffers, so had to extend the lock there.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= cc3cec8367cba76a8ae4c271eba8450f3efc1ba3, < ac48787f58d1068f4e06d627c1135784d64b4c72; >= cc3cec8367cba76a8ae4c271eba8450f3efc1ba3, < c117c15927772d1624c29c092b6bd3f47c7faa48; >= cc3cec8367cba76a8ae4c271eba8450f3efc1ba3, < b4a72c0589fdea6259720375426179888969d6a2 |
| Linux | Linux | 5.18 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54041?
How severe is CVE-2023-54041?
How do I fix CVE-2023-54041?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-54036In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54037In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54038In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54039In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5404Server receiving a malformed message can cause a pointer to …8.1
- CVE-2023-54040In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2023-54042In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54043In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2023-54044In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54045In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54046In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54047In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-54041?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
