CVE-2026-53076 Details
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix OOB in pcpu_init_value An out-of-bounds read occurs when copying element from a BPF_MAP_TYPE_CGROUP_STORAGE map to another pcpu map with the same value_size that is not rounded up to 8 bytes. The issue happens when: 1. A CGROUP_STORAGE map is created with value_size not aligned to 8 bytes (e.g., 4 bytes) 2. A pcpu map is created with the same value_size (e.g., 4 bytes) 3. Update element in 2 with data in 1 pcpu_init_value assumes that all sources are rounded up to 8 bytes, and invokes copy_map_value_long to make a data copy, However, the assumption doesn't stand since there are some cases where the source may not be rounded up to 8 bytes, e.g., CGROUP_STORAGE, skb->data. the verifier verifies exactly the size that the source claims, not the size rounded up to 8 bytes by kernel, an OOB happens when the source has only 4 bytes while the copy size(4) is rounded up to 8.
A vulnerability has been identified in the Linux kernel's handling of per-CPU maps in the Berkeley Packet Filter (BPF) subsystem. This issue arises when elements are copied from a BPF_MAP_TYPE_CGROUP_STORAGE map to another per-CPU map with a value size that is not properly aligned to 8 bytes. The vulnerability leads to an out-of-bounds read condition.
Users can upgrade to the latest version of the Linux kernel where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/576afddfee8d1108ee299bf10f581593540d1a36 | kernel.org | Patch |
| https://git.kernel.org/stable/c/6086079e6d1c32ba4c4b422612b8aebb1129a96c | kernel.org | Patch |
| https://git.kernel.org/stable/c/634a793d0e1c822412095d25a1338f8831ad894c | kernel.org | Patch |
| https://git.kernel.org/stable/c/e0378419b0e20178b5d100b27c9cc7e51064202e | kernel.org | Patch |
| https://git.kernel.org/stable/c/e19c5ed9f1922a6854073f8651a63fa7be26e9e9 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-125 | Out-of-bounds Read | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 5.4.78, < 5.5 >= 5.9.9, < 5.10 >= 5.10.1, < 6.6.141 >= 6.7, < 6.12.91 >= 6.13, < 6.18.33 >= 6.19, < 7.0.10 5.10 - 5.10 rc4 5.10 rc5 5.10 rc6 5.10 rc7 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 21, 2026 | Initial Analysis | [email protected] |
| Jun 28, 2026 | CVE Modified | kernel.org |
| Jun 24, 2026 | New CVE Received | kernel.org |