CVE-2026-90080: octeontx2-pf: fix NULL deref of af_xdp_zc_qidx on rep setup

Published Sep 17, 2026
·
Updated

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

octeontx2-pf: fix NULL deref of afxdpzcqidx on rep setup

afxdpzcqidx tracks receive queues using AFXDP zero-copy and is allocated during PF/VF probe. Representors and other non-AFXDP paths leave the pointer NULL, but several call sites used testbit() on it unconditionally.

Switching to devlink eswitch mode creates representors and runs otx2inithwresources(), which reaches otx2poolaqinit() and oopses when dereferencing the NULL bitmap. Add NULL checks before every afxdpzcqidx testbit() use in the RSS, ethtool, XSK, and pool init paths.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:05 PM
Data Sourced
via MITRE·04:05 PM
Description

Frequently Asked Questions

1

Who is exposed to this issue?

Systems using the Linux kernel octeontx2-pf driver are exposed when they create representors or otherwise enter non-AF_XDP paths where the AF_XDP zero-copy queue bitmap was not allocated.

2

What action triggers the failure?

Switching the devlink eswitch mode creates representors and invokes hardware resource initialization. That initialization can reach the pool setup path and dereference the NULL bitmap, causing an oops.

3

Is AF_XDP zero-copy required to trigger the problem?

No. The issue occurs because representors and other non-AF_XDP paths leave af_xdp_zc_qidx NULL, while affected code called test_bit() without first checking the pointer.

4

What does the fix change?

The fix adds NULL checks before uses of af_xdp_zc_qidx in RSS, ethtool, XSK, and pool initialization paths.

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