CVE-2026-74709: xsk: clear metadata pointer when no timestamp is requested

Published Aug 22, 2026
·
Updated

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

xsk: clear metadata pointer when no timestamp is requested

User space can change metadata flags after request processing. Rereading them during completion can therefore make the kernel write a timestamp that was not requested when the packet was submitted.

Clear the metadata pointer during request processing unless timestamp completion is requested. Completion handling can then use the pointer itself instead of rereading the flags.

On the mlx5 multi-packet WQE path metadata is evaluated per batch: xsktxmetadatarequest() runs only for the descriptor that starts a session, just like the checksum offload that is applied once through the shared WQE. Only that descriptor's pointer is reset, so completion handling can record a timestamp for the other descriptors of the session regardless of their own XDPTXMDFLAGSTIMESTAMP bit. The write stays inside the metadata area; the single-WQE, other zero-copy, and generic paths reset the pointer per descriptor and are unaffected.

Event History

Aug 22, 2026
CVE Published
via MITRE·03:33 PM
Data Sourced
via MITRE·03:33 PM
Description
Data Sourced
via NVD·04:16 PM
Description

Frequently Asked Questions

1

Which systems are realistically exposed to the remaining issue described for the mlx5 path?

The remaining issue is limited to the mlx5 multi-packet WQE path using XSK transmission metadata. Single-WQE, other zero-copy, and generic paths reset the metadata pointer per descriptor and are described as unaffected.

2

What conditions are needed for an unintended timestamp write?

User space must be able to change metadata flags after request processing, and completion handling must subsequently treat timestamp completion as requested. On mlx5 multi-packet WQE sessions, descriptors other than the session-starting descriptor can receive a timestamp regardless of their own timestamp flag.

3

Does the unintended write extend beyond packet metadata storage?

No. The described write remains within the metadata area.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203