CVE-2026-53076
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-125
Lectura fuera de límites
Fecha de publicación:
24/06/2026
Última modificación:
21/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
bpf: Fix OOB in pcpu_init_value<br />
<br />
An out-of-bounds read occurs when copying element from a<br />
BPF_MAP_TYPE_CGROUP_STORAGE map to another pcpu map with the<br />
same value_size that is not rounded up to 8 bytes.<br />
<br />
The issue happens when:<br />
1. A CGROUP_STORAGE map is created with value_size not aligned to<br />
8 bytes (e.g., 4 bytes)<br />
2. A pcpu map is created with the same value_size (e.g., 4 bytes)<br />
3. Update element in 2 with data in 1<br />
<br />
pcpu_init_value assumes that all sources are rounded up to 8 bytes,<br />
and invokes copy_map_value_long to make a data copy, However, the<br />
assumption doesn&#39;t stand since there are some cases where the source<br />
may not be rounded up to 8 bytes, e.g., CGROUP_STORAGE, skb->data.<br />
the verifier verifies exactly the size that the source claims, not<br />
the size rounded up to 8 bytes by kernel, an OOB happens when the<br />
source has only 4 bytes while the copy size(4) is rounded up to 8.
Impacto
Puntuación base 3.x
7.10
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.4.78 (incluyendo) | 5.5 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.9.9 (incluyendo) | 5.10 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.10.1 (incluyendo) | 6.6.141 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.91 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.33 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.10 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:5.10:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:5.10:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:5.10:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:5.10:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:5.10:rc7:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/576afddfee8d1108ee299bf10f581593540d1a36
- https://git.kernel.org/stable/c/6086079e6d1c32ba4c4b422612b8aebb1129a96c
- https://git.kernel.org/stable/c/634a793d0e1c822412095d25a1338f8831ad894c
- https://git.kernel.org/stable/c/e0378419b0e20178b5d100b27c9cc7e51064202e
- https://git.kernel.org/stable/c/e19c5ed9f1922a6854073f8651a63fa7be26e9e9



