CVE-2024-36929EPSS p56.3%
CVE-2024-36929CVE-2024-36929
linux / linux_kernel
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.
Scoring
| CVSS | 7.5 () |
| Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
| EPSS | 0.90% probability of exploitation · percentile 56.3% · 2026-08-05T12:04:55Z |
| Last modified | 2026-08-04 |