You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net: core: reject skb_copy(_expand) for fraglist GSO skbs
jira LE-1907
cve CVE-2024-36929
Rebuild_History Non-Buildable kernel-4.18.0-553.16.1.el8_10
commit-author Felix Fietkau <[email protected]>
commit d091e57
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.
Fixes: 3a1296a ("net: Support GRO/GSO fraglist chaining.")
Signed-off-by: Felix Fietkau <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
(cherry picked from commit d091e57)
Signed-off-by: Jonathan Maple <[email protected]>
0 commit comments