SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-74707

HIGH · CVSS 7.8 EPSS 0.14%

Source: NVD + CISA KEV + EPSS · Published 2026-08-22 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's zero-copy networking feature, specifically in the way it validates transmission (TX) metadata during request processing. An attacker could exploit this flaw to manipulate metadata between validation steps, potentially leading to unauthorized access or data corruption. Organizations using Linux systems, particularly those relying on zero-copy drivers for high-performance networking, should prioritize addressing this issue to mitigate potential security risks.

CVE
CVE-2026-74707
Severity
HIGH
CVSS
7.8
EPSS
0.14%
Linux

Original NVD Description

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.