Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2024-49978

7.5 · HIGH
Published Oct 21, 2024 linux CWE-476 EPSS 0.66% (49th pctl)

Overview

CVE-2024-49978 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

gso: fix udp gso fraglist segmentation after pull from frag_list

Detect gso fraglist skbs with corrupted geometry (see below) and

pass these to skb_segment instead of skb_segment_list, as the first

can segment them correctly.

Valid SKB_GSO_FRAGLIST skbs

- consist of two or more segments

- the head_skb holds the protocol headers plus first gso_size

- one or more frag_list skbs hold exactly one segment

- all but the last must be gso_size

Optional datapath hooks such as NAT and BPF (bpf_skb_pull_data) can

modify these skbs, breaking these invariants.

In extreme cases they pull all data into skb linear. For UDP, this

causes a NULL ptr deref in __udpv4_gso_segment_list_csum at

udp_hdr(seg->next)->dest.

Detect invalid geometry due to pull, by checking head_skb size.

Don't just drop, as this may blackhole a destination. Convert to be

able to pass to regular skb_segment.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.6, < 6.1.113 Affected

Frequently Asked Questions

What is CVE-2024-49978?

CVE-2024-49978 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2024-49978?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2024-49978?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2024-49978?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-49978 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.