cve/2024/CVE-2024-36929.md
2025-09-29 21:09:30 +02:00

1003 B

CVE-2024-36929

Description

In the Linux kernel, the following vulnerability has been resolved:net: core: reject skb_copy(_expand) for fraglist GSO skbsSKB_GSO_FRAGLIST skbs must not be linearized, otherwise they becomeinvalid. Return NULL if such an skb is passed to skb_copy orskb_copy_expand, in order to prevent a crash on a potential latercall to skb_gso_segment.

POC

Reference

No PoCs from references.

Github