๐Ÿ” CVE Alert

CVE-2023-54033

UNKNOWN 0.0

bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Dec 24, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
20b6cc34ea74b6a84599c1f8a70f3315b56a1883 < 79ea1a12fb9a8275b6e19d4ca625dd872dedcbb9 20b6cc34ea74b6a84599c1f8a70f3315b56a1883 < 1a9e80f757bbb1562d82e350afce2bb2f712cc3d 20b6cc34ea74b6a84599c1f8a70f3315b56a1883 < 965e9cccbe6b9c7b379908cebcb5e3a47f20dd5e 20b6cc34ea74b6a84599c1f8a70f3315b56a1883 < b34ffb0c6d23583830f9327864b9c1f486003305
Linux / Linux
5.11

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/79ea1a12fb9a8275b6e19d4ca625dd872dedcbb9 git.kernel.org: https://git.kernel.org/stable/c/1a9e80f757bbb1562d82e350afce2bb2f712cc3d git.kernel.org: https://git.kernel.org/stable/c/965e9cccbe6b9c7b379908cebcb5e3a47f20dd5e git.kernel.org: https://git.kernel.org/stable/c/b34ffb0c6d23583830f9327864b9c1f486003305