CVE-2026-43495

Source
https://cve.org/CVERecord?id=CVE-2026-43495
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-43495.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-43495
Downstream
Related
Published
2026-05-21T12:12:45.988Z
Modified
2026-06-01T03:55:39.112201660Z
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: t7xx: validate port_count against message length in t7xx_port_enum_msg_handler
Details

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

net: wwan: t7xx: validate portcount against message length in t7xxportenummsg_handler

t7xxportenummsghandler() uses the modem-supplied portcount field as a loop bound over portmsg->data[] without checking that the message buffer contains sufficient data. A modem sending port_count=65535 in a 12-byte buffer triggers a slab-out-of-bounds read of up to 262140 bytes.

Add a sizeof(*port_msg) check before accessing the port message header fields to guard against undersized messages.

Add a structsize() check after extracting portcount and before the loop.

In t7xxparsehostrtdata(), guard the rtfeature header read with a remaining-buffer check before accessing datalen, validate featdatalen against the actual remaining buffer to prevent OOB reads and signed integer overflow on offset.

Pass msglen from both call sites: skb->len at the DPMAIF path after skbpull(), and the validated featdatalen at the handshake path.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43495.json",
    "cna_assigner": "Linux"
}
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
da45d2566a1d4e260b894ff5d96be64b21c7fa79
Fixed
f94450ce5053b36002995b72d1fa1db3bb08c5bf
Fixed
9855e063e063158cc5bded576382599dc3133202
Fixed
2b56d7903ab804481f5233a259d5f341e9fd513c
Fixed
dd4f4c93c1488d7100b9964f2da4c8b3c29652f1
Fixed
0e7c074cfcd9bd93765505f9eb8b42f03ed2a744

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.19.0
Fixed
6.6.140
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.88
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.30
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.7

Database specific

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