Lucene search

K
osvGoogleOSV:CVE-2024-42281
HistoryAug 17, 2024 - 9:15 a.m.

CVE-2024-42281

2024-08-1709:15:09
Google
osv.dev
linux kernel
cve-2024-42281
vulnerability
bpf
segment issue
skb
gso_size

AI Score

6.6

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved:

bpf: Fix a segment issue when downgrading gso_size

Linearize the skb when downgrading gso_size because it may trigger a
BUG_ON() later when the skb is segmented as described in [1,2].