CVE-2026-53250
Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
25/06/2026
Última modificación:
08/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()<br />
<br />
The TX metadata area resides in the UMEM buffer which is memory-mapped<br />
and concurrently writable by userspace. In xsk_skb_metadata(),<br />
csum_start and csum_offset are read from shared memory for bounds<br />
validation, then read again for skb assignment. A malicious userspace<br />
application can race to overwrite these values between the two reads,<br />
bypassing the bounds check and causing out-of-bounds memory access<br />
during checksum computation in the transmit path.<br />
<br />
Fix this by reading csum_start and csum_offset into local variables<br />
once, then using the local copies for both validation and assignment.<br />
<br />
Note that other metadata fields (flags, launch_time) and the cached<br />
csum fields may be mutually inconsistent due to concurrent userspace<br />
writes, but this is benign: the only security-critical invariant is<br />
that each field&#39;s validated value is the same one used, which local<br />
caching guarantees.
Impacto
Puntuación base 3.x
7.80
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.8 (incluyendo) | 6.18.36 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.13 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



