CVE-2026-72029

Source
https://cve.org/CVERecord?id=CVE-2026-72029
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72029.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72029
Downstream
Published
2026-08-15T05:51:52.533Z
Modified
2026-08-18T03:56:18.848429574Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
net: wwan: iosm: bound device offsets in the MUX downlink decoder
Details

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 + 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 IPCMEMMAXDLMUXLITEBUF_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->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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72029.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1f52d7b622854b8bd7a1be3de095ca2e1f77098e
Fixed
155851e501d6c649cbcfcca6472dc26269b04b6b
Fixed
2b822df8e498aa6ca828e16afd8ffec27f7e4c88
Fixed
55cfea8e8d9117ad086d1e1a0ff87f306f8e3ad0
Fixed
07f5eb6d268a37bd9e131079489655cd599182e0
Fixed
77f0023f22f6a2616ae128e9c93961b24ae52611
Fixed
526b8ef54668780c8f69e0211c342763d5dcbad1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72029.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.18.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72029.json"