CVE-2022-50365
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
17/09/2025
Última modificación:
17/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
skbuff: Account for tail adjustment during pull operations<br />
<br />
Extending the tail can have some unexpected side effects if a program uses<br />
a helper like BPF_FUNC_skb_pull_data to read partial content beyond the<br />
head skb headlen when all the skbs in the gso frag_list are linear with no<br />
head_frag -<br />
<br />
kernel BUG at net/core/skbuff.c:4219!<br />
pc : skb_segment+0xcf4/0xd2c<br />
lr : skb_segment+0x63c/0xd2c<br />
Call trace:<br />
skb_segment+0xcf4/0xd2c<br />
__udp_gso_segment+0xa4/0x544<br />
udp4_ufo_fragment+0x184/0x1c0<br />
inet_gso_segment+0x16c/0x3a4<br />
skb_mac_gso_segment+0xd4/0x1b0<br />
__skb_gso_segment+0xcc/0x12c<br />
udp_rcv_segment+0x54/0x16c<br />
udp_queue_rcv_skb+0x78/0x144<br />
udp_unicast_rcv_skb+0x8c/0xa4<br />
__udp4_lib_rcv+0x490/0x68c<br />
udp_rcv+0x20/0x30<br />
ip_protocol_deliver_rcu+0x1b0/0x33c<br />
ip_local_deliver+0xd8/0x1f0<br />
ip_rcv+0x98/0x1a4<br />
deliver_ptype_list_skb+0x98/0x1ec<br />
__netif_receive_skb_core+0x978/0xc60<br />
<br />
Fix this by marking these skbs as GSO_DODGY so segmentation can handle<br />
the tail updates accordingly.
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/2d59f0ca153e9573ec4f140988c0ccca0eb4181b
- https://git.kernel.org/stable/c/2d7afdcbc9d32423f177ee12b7c93783aea338fb
- https://git.kernel.org/stable/c/331615d837f4979eb91a336a223a5c7f7886ecd5
- https://git.kernel.org/stable/c/668dc454bcbd1da73605201ff43f988c70848215
- https://git.kernel.org/stable/c/6ac417d71b80e74b002313fcd73f7e9008e8e457
- https://git.kernel.org/stable/c/821be5a5ab09a40ba09cb5ba354f18cf7996fea0
- https://git.kernel.org/stable/c/8fb773eed4909ef5dc1bbeb3629a337d3336df7e
- https://git.kernel.org/stable/c/946dd5dc4fcc4123cdfe3942b20012c4448cf89a
- https://git.kernel.org/stable/c/ff3743d00f41d803e6ab9334962b674f3b7fd0cb