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-2026-74476

9.1 · CRITICAL
Published Aug 15, 2026 EPSS 0.49% (40th pctl)

Overview

CVE-2026-74476 is a critical-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 9.1 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.1, rated CRITICAL. 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:

veth: convert frag_list skbs before running XDP

A frag_list skb can reach veth with data_len set but nr_frags zero.

veth_convert_skb_to_xdp_buff() only converts skbs that are shared,

locked, have frags[], or do not have enough headroom. It later uses

skb_is_nonlinear() to decide whether to set XDP_FLAGS_HAS_FRAGS and

xdp_frags_size.

That exposes frag_list data to XDP as if it were stored in frags[], but

frags[] is empty. AF_XDP copy mode can then trust the bogus XDP fragment

metadata, walk an empty fragment entry, and crash in memcpy() from

__xsk_rcv().

Route non-linear skbs through skb_pp_cow_data() before exposing them to

XDP, and only advertise XDP frags when the resulting skb has frags[].

skb_copy_bits() already handles frag_list input, and skb_pp_cow_data()

builds frags[] output with skb_add_rx_frag(), which is the

representation XDP multi-buffer expects.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2026-74476?

CVE-2026-74476 is a critical-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 9.1 (CRITICAL).

How severe is CVE-2026-74476?

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

How do I fix or remediate CVE-2026-74476?

Check the references section for vendor advisories, patches, and mitigation guidance. 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-2026-74476?

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