CVE-2026-46266
Gravedad CVSS v3.1:
CRÍTICA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
03/06/2026
Última modificación:
09/06/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMP<br />
<br />
Yizhou Zhao reported that simply having one RAW socket on protocol<br />
IPPROTO_RAW (255) was dangerous.<br />
<br />
socket(AF_INET, SOCK_RAW, 255);<br />
<br />
A malicious incoming ICMP packet can set the protocol field to 255<br />
and match this socket, leading to FNHE cache changes.<br />
<br />
inner = IP(src="192.168.2.1", dst="8.8.8.8", proto=255)/Raw("TEST")<br />
pkt = IP(src="192.168.1.1", dst="192.168.2.1")/ICMP(type=3, code=4, nexthopmtu=576)/inner<br />
<br />
"man 7 raw" states:<br />
<br />
A protocol of IPPROTO_RAW implies enabled IP_HDRINCL and is able<br />
to send any IP protocol that is specified in the passed header.<br />
Receiving of all IP protocols via IPPROTO_RAW is not possible<br />
using raw sockets.<br />
<br />
Make sure we drop these malicious packets.
Impacto
Puntuación base 3.x
9.10
Gravedad 3.x
CRÍTICA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 2.6.12.1 (incluyendo) | 6.6.128 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.75 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.14 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.4 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:2.6.12:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.12:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.12:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.12:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.12:rc5:*:*:*:*:*:* |
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/19e42490c89bac9a388f28179e66bebbef350f99
- https://git.kernel.org/stable/c/531c1aec81bfe19d00af13da5531fbb8209e4bd2
- https://git.kernel.org/stable/c/719d3932b8f6e3348ce2f0ac58e278301fc17575
- https://git.kernel.org/stable/c/c89477ad79446867394360b29bb801010fc3ff22
- https://git.kernel.org/stable/c/db76b75ede3810e7cf9cfea5067d4f3e0993768b



