CVE-2026-80779: net/ionic: avoid OOB TX partner lookup for hwstamp RXQ

Published Sep 4, 2026
·
Updated

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

net/ionic: avoid OOB TX partner lookup for hwstamp RXQ

The dedicated hardware timestamp RX queue is allocated with q->index equal to lif->ionic->nrxqsperlif. The normal txqcqs array only contains the regular queue pairs, so using that index to set rxq->partner can read one entry past txqcqs[] and then write through the derived pointer. Only link RX/TX partners for normal queue-pair indexes. Leave the hwstamp RX queue unpaired, and make the XDPTX path abort cleanly if an RX queue has no TX partner.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 4, 2026
CVE Published
via MITRE·03:12 PM
Data Sourced
via MITRE·03:12 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel ionic network driver are exposed when the dedicated hardware timestamp RX queue is allocated. The issue is specific to the driver's handling of that hardware timestamp queue rather than normal RX/TX queue pairs.

2

What condition triggers the out-of-bounds access?

The hardware timestamp RX queue has an index equal to nrxqs_per_lif, while the txqcqs array contains only regular queue pairs. Attempting to assign a TX partner using that index reads past the end of txqcqs[] and can subsequently write through the resulting derived pointer.

3

How does the fix change behavior for the hardware timestamp RX queue?

The fix pairs RX and TX queues only for normal queue-pair indexes. It leaves the hardware timestamp RX queue without a TX partner, and XDP_TX aborts cleanly when an RX queue has no TX partner.

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