CVE-2026-64422
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
25/07/2026
Última modificación:
25/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: ipv4: bound TCP reordering sysctl writes and MTU probe sizes<br />
<br />
Reject invalid `net.ipv4.tcp_reordering` values before they reach TCP<br />
socket state. The sysctl is stored as an `int` but copied into the<br />
`u32` `tp->reordering` field for new sockets, so negative writes wrap<br />
to large values.<br />
<br />
With `tcp_mtu_probing=2`, the wrapped value can overflow the<br />
`tcp_mtu_probe()` size calculation and drive the MTU probing path into<br />
an out-of-bounds read. Route `tcp_reordering` writes through<br />
`proc_dointvec_minmax()` and require it to be at least 1. Also require<br />
`tcp_max_reordering` to be at least 1 so the configured maximum cannot<br />
become negative either.<br />
<br />
When registering the table for a non-init network namespace, relocate<br />
`extra2` pointers that refer into `init_net.ipv4` so the<br />
`tcp_reordering` upper bound follows that namespace&#39;s<br />
`tcp_max_reordering`.<br />
<br />
Harden `tcp_mtu_probe()` itself by computing `size_needed` as `u64`.<br />
This keeps the send queue and window checks from being bypassed through<br />
signed integer overflow.
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/27ddf4486c7dbf5bdd393fa8bef6b67179796d98
- https://git.kernel.org/stable/c/782708ca1ea1f68b8cbb5ea3a7f5f18d0000efae
- https://git.kernel.org/stable/c/99206ce2244f8a3ed64298d0667c9055845a5dc7
- https://git.kernel.org/stable/c/a094ac95d3b69adfa1676eb9c8eae6835d4f1671
- https://git.kernel.org/stable/c/bbae351c0f32f7c200249e4aa6561b2b419dcf69
- https://git.kernel.org/stable/c/e81f805824a8109504fce090641b17d135b48cd1
- https://git.kernel.org/stable/c/efb8763d7bbb40cff4cc55a6b62c3095a038149c
- https://git.kernel.org/stable/c/f0d88a4cd03affff6c08adf6c63964e235aede43



