CVE-2026-63925
Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
19/07/2026
Última modificación:
20/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
macsec: fix replay protection at XPN lower-PN wrap<br />
<br />
In macsec_post_decrypt(), when pn is U32_MAX, pn + 1 overflows u32 to 0<br />
and the first branch never fires. If next_pn_halves.lower is also in the<br />
upper half, pn_same_half(pn, lower) is true and the XPN else-if does not<br />
fire either, leaving next_pn_halves unchanged. An attacker that captures<br />
the legitimate frame carrying pn == 0xFFFFFFFF on an XPN association<br />
can then replay it indefinitely, since lowest_pn never rises above<br />
the captured pn and macsec_decrypt() reconstructs the same IV.<br />
<br />
Extend the XPN else-if to also fire when pn + 1 wraps to 0, so receipt<br />
of pn == U32_MAX advances next_pn_halves to (upper + 1, 0).
Impacto
Puntuación base 3.x
8.10
Gravedad 3.x
ALTA
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/23c0e230eab397d7f68be2538790ac41d3bb91fd
- https://git.kernel.org/stable/c/679e13a65e68a67c8b3c0467c02ee89157ec6f0f
- https://git.kernel.org/stable/c/6d00f5c7e5ff7ec4795b7f5f8ed88bd346641652
- https://git.kernel.org/stable/c/79495a1b0944fe31ffd54b54b00211b493590d62
- https://git.kernel.org/stable/c/d15130461df388136b62a7b0ce9f66e7e2fa9ff1
- https://git.kernel.org/stable/c/d55acbe577db892b60547b6ef1c020b359331a6d
- https://git.kernel.org/stable/c/dd7306779c6ce1238f4cdc34f3c1f2246b854457
- https://git.kernel.org/stable/c/e68842b3356471ba56c882209f324613dac47f64



