CVE-2026-31684
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
25/04/2026
Última modificación:
06/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: sched: act_csum: validate nested VLAN headers<br />
<br />
tcf_csum_act() walks nested VLAN headers directly from skb->data when an<br />
skb still carries in-payload VLAN tags. The current code reads<br />
vlan->h_vlan_encapsulated_proto and then pulls VLAN_HLEN bytes without<br />
first ensuring that the full VLAN header is present in the linear area.<br />
<br />
If only part of an inner VLAN header is linearized, accessing<br />
h_vlan_encapsulated_proto reads past the linear area, and the following<br />
skb_pull(VLAN_HLEN) may violate skb invariants.<br />
<br />
Fix this by requiring pskb_may_pull(skb, VLAN_HLEN) before accessing and<br />
pulling each nested VLAN header. If the header still is not fully<br />
available, drop the packet through the existing error path.
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.19.99 (incluyendo) | 4.20 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.1 (incluyendo) | 6.6.136 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.83 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.24 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.14 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0: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/3d165d975305cf76ff0b10a3c798fb31e5f5f9a5
- https://git.kernel.org/stable/c/a69738efea0996d05a3c7d2178551b891744df1b
- https://git.kernel.org/stable/c/c842743d073bdd683606cb414eb0ca84465dd834
- https://git.kernel.org/stable/c/eb3765b90eb8f2a3d6310a80c14a9e57ec4267a2
- https://git.kernel.org/stable/c/ec4930979b3f7bbeb7af5744599fc6603a4dba62



