CVE Database
/

CVE-2026-45838

Back to search

CVE-2026-45838

Published: May 27, 2026

Modified: Jun 1, 2026

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: bpf: fix end-of-list detection in cgroup_storage_get_next_key() list_next_entry() never returns NULL -- when the current element is the last entry it wraps to the list head via container_of(). The subsequent NULL check is therefore dead code and get_next_key() never returns -ENOENT for the last element, instead reading storage->key from a bogus pointer that aliases internal map fields and copying the result to userspace. Replace it with list_entry_is_head() so the function correctly returns -ENOENT when there are no more entries.

VendorProductVersions

Linux

Linux

affected
de9cbbaadba5adf88a19e46df61f7054000838f6 - < 0f3d9dd5e1fd52b39e25328307c6a694e994ffe3
affected
de9cbbaadba5adf88a19e46df61f7054000838f6 - < 26d3339e465e54107bd85884341d1609c5300d6a
affected
de9cbbaadba5adf88a19e46df61f7054000838f6 - < 2c88b2d96e1d4d0c7c4589a4593d4cdee6d332d6
affected
de9cbbaadba5adf88a19e46df61f7054000838f6 - < b4b5a20bed82130da2f2818f04d52378952fbd0b
affected
de9cbbaadba5adf88a19e46df61f7054000838f6 - < 85a2f30e40f7468db732f55659bc6318874f49af

+3 more versions

Linux

Linux

affected
4.19
unaffected
0 - < 4.19
unaffected
5.10.258 - <= 5.10.*
unaffected
5.15.209 - <= 5.15.*
unaffected
6.1.175 - <= 6.1.*

+5 more versions

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now