CVE-2026-72029: net: wwan: iosm: bound device offsets in the MUX downlink decoder

Published Aug 15, 2026
·
Updated

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

net: wwan: iosm: bound device offsets in the MUX downlink decoder

muxdladbdecode() walks a chain of aggregated datagram tables using offsets and lengths taken from the modem. firsttableindex, nexttableindex, tablelength, datagramindex and datagramlength are all device supplied le values. Only firsttableindex was checked, and only for being non zero. The decoder then formed adth = block + adthindex and read the table header and the datagram entries with no bound against the received skb. A modem that reports an index or a length past the downlink buffer makes the decoder read out of bounds.

The buffer is IPCMEMMAXDLMUXLITEBUFSIZE and skb->len is at most that, so skb->len is the real limit, but none of these in band offsets were checked against it.

The table chain is also followed with no forward progress check. The loop takes the next table from adth->nexttableindex and stops only when that reaches zero. A modem can stage two tables that point at each other, so the loop never ends. It runs in softirq and clones the skb on every pass.

Validate every device offset and length against skb->len before use. The block header must fit. Each table header, on entry and after every nexttableindex, must lie inside the skb. The datagram table must fit. Each datagram index and length must stay inside the skb. The header padding must not exceed the datagram length so the receive length does not wrap. Require each nexttableindex to move forward so the chain cannot cycle.

This was reproduced under KASAN as a slab out of bounds read on a normal downlink receive once the iosm net device is up.

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 15, 2026
CVE Published
via MITRE·05:51 AM
Data Sourced
via MITRE·05:51 AM
Description
Data Sourced
via NVD·06:21 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-72029?

CVE-2026-72029 has a risk level scored at 33.

2

What systems are affected by CVE-2026-72029?

CVE-2026-72029 affects the Linux kernel in its implementation of the net: wwan: iosm module.

3

How do I fix CVE-2026-72029?

To mitigate CVE-2026-72029, update to the latest version of the Linux kernel where the vulnerability has been resolved.

4

What does CVE-2026-72029 vulnerability entail?

CVE-2026-72029 involves bound device offsets being improperly handled in the MUX downlink decoder.

5

When was CVE-2026-72029 published?

CVE-2026-72029 was published on August 15, 2026.

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