CVE-2026-43083: net: ioam6: fix OOB and missing lock

Published May 6, 2026
·
Updated

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

net: ioam6: fix OOB and missing lock

When trace->type.bit6 is set:

if (trace->type.bit6) { ... queue = skbgettxqueue(dev, skb); qdisc = rcudereference(queue->qdisc);

This code can lead to an out-of-bounds access of the dev->tx[] array when isinput is true. In such a case, the packet is on the RX path and skb->queuemapping contains the RX queue index of the ingress device. If the ingress device has more RX queues than the egress device (dev) has TX queues, skbgetqueuemapping(skb) will exceed dev->numtxqueues. Add a check to avoid this situation since skbgettxqueue() does not clamp the index. This issue has also revealed that per queue visibility cannot be accurate and will be replaced later as a new feature.

While at it, add missing lock around qdiscqstatsqlenbacklog(). The function ioam6filltracedata() is called from both softirq and process contexts, hence the use of spinlockbh() here.

Affected Software

10 affected components
Linux Linux kernel
Linux Linux kernel>=5.17<6.18.24
Linux Linux kernel>=6.19<6.19.14
Linux Linux kernel=7.0-rc1
Linux Linux kernel=7.0-rc2
Linux Linux kernel=7.0-rc3
Linux Linux kernel=7.0-rc4
Linux Linux kernel=7.0-rc5
Linux Linux kernel=7.0-rc6
Linux Linux kernel=7.0-rc7

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Add the missing lock around qdisc_qstats_qlen_backlog() because __ioam6_fill_trace_data() can run in both softirq and process contexts; use spin_lock_bh() in the net: ioam6 fix OOB and missing lock path.

    Linux kernel (ioam6 trace fill path, __ioam6_fill_trace_data) locking for qdisc_qstats_qlen_backlog() = Use spin_lock_bh() around qdisc_qstats_qlen_backlog()
  2. Compensating control

    Clamp the tx queue index derived from skb_get_queue_mapping(skb) so it cannot exceed dev->num_tx_queues (avoid out-of-bounds access to dev->_tx[] when ingress RX queue mapping is larger than the egress device’s num_tx_queues).

Event History

May 6, 2026
CVE Published
via MITRE·07:40 AM
Data Sourced
via MITRE·07:40 AM
DescriptionSeverity
Data Sourced
via NVD·10:16 AM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-43083?

CVE-2026-43083 has a critical severity rating of 9.1.

2

How do I fix CVE-2026-43083?

To fix CVE-2026-43083, update the Linux kernel to the latest patched version where this vulnerability has been addressed.

3

What impact does CVE-2026-43083 have on Linux systems?

CVE-2026-43083 can lead to out-of-bounds access, potentially causing system crashes or data corruption.

4

Is CVE-2026-43083 easily exploitable?

CVE-2026-43083 is considered critical with potential for exploitation due to the nature of the out-of-bounds access vulnerability.

5

What are the affected systems by CVE-2026-43083?

CVE-2026-43083 affects systems running vulnerable versions of the Linux kernel.

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