CVE-2026-72029
Last modified
CVE-2026-72029 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: bound device offsets in the MUX downlink decoder mux_dl_adb_decode() walks a chain of aggregated datagram tables using offsets and lengths taken from the modem. first_table_index, next_table_index, table_length, datagram_index and datagram_length are all device supplied le values. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: bound device offsets in the MUX downlink decoder mux_dl_adb_decode() walks a chain of aggregated datagram tables using offsets and lengths taken from the modem. first_table_index, next_table_index, table_length, datagram_index and datagram_length are all device supplied le values. Only first_table_index was checked, and only for being non zero. The decoder then formed adth = block + adth_index 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 IPC_MEM_MAX_DL_MUX_LITE_BUF_SIZE 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->next_table_index 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 next_table_index, 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 next_table_index 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.
Metrics
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1f52d7b622854b8bd7a1be3de095ca2e1f77098e, < 155851e501d6c649cbcfcca6472dc26269b04b6b; >= 1f52d7b622854b8bd7a1be3de095ca2e1f77098e, < 2b822df8e498aa6ca828e16afd8ffec27f7e4c88; >= 1f52d7b622854b8bd7a1be3de095ca2e1f77098e, < 55cfea8e8d9117ad086d1e1a0ff87f306f8e3ad0; >= 1f52d7b622854b8bd7a1be3de095ca2e1f77098e, < 07f5eb6d268a37bd9e131079489655cd599182e0; >= 1f52d7b622854b8bd7a1be3de095ca2e1f77098e, < 77f0023f22f6a2616ae128e9c93961b24ae52611; >= 1f52d7b622854b8bd7a1be3de095ca2e1f77098e, < 526b8ef54668780c8f69e0211c342763d5dcbad1 |
| Linux | Linux | 5.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72029?
How severe is CVE-2026-72029?
How do I fix CVE-2026-72029?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72023In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72024In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72025In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72026In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72027In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72028In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7203A vulnerability was found in Totolink A8000RU 7.1cu.643_b202…9.8
- CVE-2026-72030In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72031In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72032In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72033In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72034In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-72029?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
