CVE-2026-74708

Published: Ago 22, 2026 Last Modified: Ago 22, 2026
ExploitDB:
Other exploit source:
Google Dorks:

Description

AI Translation Available

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.

https://git.kernel.org/stable/c/439ce2dddf3d22129b9113a7881637256a35e936
https://git.kernel.org/stable/c/af511afa1d2977f384044df78d6fbf9fba653f7a
https://git.kernel.org/stable/c/bc63d47611c07b0d5d655fe1a590861931527920