Skip to main content

Linux Kernel CVE-2026-74707

| EUVDEUVD-2026-64394 HIGH
2026-08-22 Linux GHSA-qvr7-gw3m-pmf7
7.8
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.8 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.8 HIGH

Local access with low privilege suffices to open AF_XDP sockets and exploit the TOCTOU race via attacker-controlled shared UMEM memory; full kernel-level impact from metadata validation bypass.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 25, 2026 - 07:24 vuln.today
CVSS changed
Aug 25, 2026 - 06:22 NVD
7.8 (HIGH)
Patch available
Aug 22, 2026 - 16:01 EUVD
CVE Published
Aug 22, 2026 - 15:33 cve.org
UNKNOWN (no severity yet)
CVE Published
Aug 22, 2026 - 15:33 cve.org
HIGH 7.8

DescriptionCVE.org

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

xsk: validate metadata when processing requests

The zero-copy path validates TX metadata while obtaining the descriptor context, then reads it again later when preparing the hardware request. User space can change the metadata between those operations and bypass the original validation.

Validate the metadata in xsk_tx_metadata_request() and use the resulting flags snapshot for every feature check. Read request fields once so all zero-copy drivers process only values observed after successful validation.

AnalysisAI

The AF_XDP zero-copy TX path in the Linux kernel exposes a time-of-check/time-of-use (TOCTOU) race condition that allows a local low-privileged user to bypass TX metadata validation enforced by the kernel. Metadata is validated during descriptor context acquisition but re-read without re-validation when the hardware request is prepared, creating a window during which userspace can overwrite the shared ring buffer entry with arbitrary values. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Recon
Obtain local access with AF_XDP socket capability
Delivery
Register UMEM with XDP_ZEROCOPY flag
Exploit
Submit TX descriptor with metadata passing kernel validation
Install
Race: overwrite shared ring buffer metadata before hardware request
C2
Kernel re-reads unvalidated attacker-controlled metadata
Execute
Influence zero-copy driver with arbitrary TX request fields
Impact
Achieve kernel-level memory corruption or privilege escalation

Vulnerability AssessmentAI

Exploitation Exploitation requires local code execution on a Linux system where AF_XDP zero-copy TX is in active use. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 3.1 score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) reflects a locally exploitable vulnerability with full confidentiality, integrity, and availability impact - consistent with a kernel validation bypass that could enable privilege escalation or memory corruption in zero-copy NIC drivers. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario A low-privileged local user on a multi-tenant system or container with CAP_NET_ADMIN (or equivalent) creates an AF_XDP socket with the XDP_ZEROCOPY flag and registers a UMEM ring buffer. They submit a TX descriptor with metadata that passes the kernel's initial validation check, then immediately overwrite the shared ring buffer entry with crafted values before the kernel re-reads it during hardware request preparation. …
Remediation The primary remediation is to upgrade to a patched Linux kernel version: 7.2, 7.1.9, or 6.18.45, depending on the stable branch deployed. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, inventory systems running AF_XDP and assess which host untrusted user accounts or face local access exposure (critical for telecom, container, and networking infrastructure deployments). …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-74707 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy