Answer in brief
CVE-2026-74708 records a Unknown severity vulnerability in xsk: validate launch-time metadata size. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=ca4419f15abd19ba8be1e109661b60f9f5b6c9f0 <af511afa1d2977f384044df78d6fbf9fba653f7a || >=ca4419f15abd19ba8be1e109661b60f9f5b6c9f0 <bc63d47611c07b0d5d655fe1a590861931527920 || >=ca4419f15abd19ba8be1e109661b60f9f5b6c9f0 <439ce2dddf3d22129b9113a7881637256a35e936 || d9d736c416c9a85f84e15435ba82a177262e745b || >=6.14.2 <6.15 | af511afa1d2977f384044df78d6fbf9fba653f7a, bc63d47611c07b0d5d655fe1a590861931527920, 439ce2dddf3d22129b9113a7881637256a35e936, 6.15 |
| Linux/Linuxgeneric | 6.15 | Not reported |
Published upstream
Aug 22, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 22, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 22, 2026
In the Linux kernel, the following vulnerability has been resolved: xsk: validate launch-time metadata size Launch-time metadata extends beyond the first 16 bytes of struct xsk_tx_metadata. Reject the request when the registered metadata area does not contain the complete field. Snapshot the validated flags for the generic transmit path and use that snapshot for request and completion processing, avoiding inconsistent decisions if user space changes the flags concurrently. Note that only xsk_skb_metadata is properly using the flags, __xsk_buff_get_metadata ignores them. Next commits address that.
Quoted source text, attributed separately from HOL analysis.