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-43897

7.8 · HIGH
Published Aug 26, 2024 linux EPSS 0.22% (12th pctl)

Overview

CVE-2024-43897 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 26, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

net: drop bad gso csum_start and offset in virtio_net_hdr

Tighten csum_start and csum_offset checks in virtio_net_hdr_to_skb

for GSO packets.

The function already checks that a checksum requested with

VIRTIO_NET_HDR_F_NEEDS_CSUM is in skb linear. But for GSO packets

this might not hold for segs after segmentation.

Syzkaller demonstrated to reach this warning in skb_checksum_help

offset = skb_checksum_start_offset(skb);

ret = -EINVAL;

if (WARN_ON_ONCE(offset >= skb_headlen(skb)))

By injecting a TSO packet:

WARNING: CPU: 1 PID: 3539 at net/core/dev.c:3284 skb_checksum_help+0x3d0/0x5b0

ip_do_fragment+0x209/0x1b20 net/ipv4/ip_output.c:774

ip_finish_output_gso net/ipv4/ip_output.c:279 [inline]

__ip_finish_output+0x2bd/0x4b0 net/ipv4/ip_output.c:301

iptunnel_xmit+0x50c/0x930 net/ipv4/ip_tunnel_core.c:82

ip_tunnel_xmit+0x2296/0x2c70 net/ipv4/ip_tunnel.c:813

__gre_xmit net/ipv4/ip_gre.c:469 [inline]

ipgre_xmit

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.15.165, < 6.1.107 Affected

Frequently Asked Questions

What is CVE-2024-43897?

CVE-2024-43897 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 26, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-43897?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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-43897?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-43897 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.