CVE-2023-54033
Last modified
CVE-2023-54033 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps The LRU and LRU_PERCPU maps allocate a new element on update before locking the target hash table bucket. Right after that the maps try to lock the bucket. If this fails, then maps return -EBUSY to the caller without releasing the allocated element. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps The LRU and LRU_PERCPU maps allocate a new element on update before locking the target hash table bucket. Right after that the maps try to lock the bucket. If this fails, then maps return -EBUSY to the caller without releasing the allocated element. This makes the element untracked: it doesn't belong to either of free lists, and it doesn't belong to the hash table, so can't be re-used; this eventually leads to the permanent -ENOMEM on LRU map updates, which is unexpected. Fix this by returning the element to the local free list if bucket locking fails.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 20b6cc34ea74b6a84599c1f8a70f3315b56a1883, < 79ea1a12fb9a8275b6e19d4ca625dd872dedcbb9; >= 20b6cc34ea74b6a84599c1f8a70f3315b56a1883, < 1a9e80f757bbb1562d82e350afce2bb2f712cc3d; >= 20b6cc34ea74b6a84599c1f8a70f3315b56a1883, < 965e9cccbe6b9c7b379908cebcb5e3a47f20dd5e; >= 20b6cc34ea74b6a84599c1f8a70f3315b56a1883, < b34ffb0c6d23583830f9327864b9c1f486003305 |
| Linux | Linux | 5.11 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54033?
How severe is CVE-2023-54033?
How do I fix CVE-2023-54033?
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-54028In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54029Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-5403Server hostname translation to IP address manipulation which…8.1
- CVE-2023-54030In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54031In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54032In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54034In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54035In the Linux kernel, the following vulnerability has been re…7.8
- 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…
Are you affected by CVE-2023-54033?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
