Lucene search

K
osvGoogleOSV:CVE-2024-36929
HistoryMay 30, 2024 - 4:15 p.m.

CVE-2024-36929

2024-05-3016:15:00
Google
osv.dev
6
linux kernel
vulnerability
cve-2024-36929
gso skb
linearization

AI Score

6.5

Confidence

Low

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.