Security Advisory

CVE-2024-36929

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-05-30 15:29:21
Last updated 2026-05-12 11:54:16
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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