CVE-2026-43495 Details
Description
In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: validate port_count against message length in t7xx_port_enum_msg_handler t7xx_port_enum_msg_handler() uses the modem-supplied port_count field as a loop bound over port_msg->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 struct_size() check after extracting port_count and before the loop. In t7xx_parse_host_rt_data(), guard the rt_feature header read with a remaining-buffer check before accessing data_len, validate feat_data_len against the actual remaining buffer to prevent OOB reads and signed integer overflow on offset. Pass msg_len from both call sites: skb->len at the DPMAIF path after skb_pull(), and the validated feat_data_len at the handshake path.
A vulnerability in the Linux kernel's handling of port enumeration messages in the WWAN T7XX driver can lead to a slab-out-of-bounds read. The issue arises because the function 't7xx_port_enum_msg_handler' uses the 'port_count' field provided by the modem as a loop bound, without verifying that the message buffer contains adequate data. This flaw allows a modem to send a 'port_count' value of 65535 in a 12-byte buffer, causing a read of up to 262140 bytes, which can be exploited to access out-of-bounds memory.
Users can upgrade to the patched version of the Linux kernel available in the Linux kernel stable tree to address this vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/0e7c074cfcd9bd93765505f9eb8b42f03ed2a744 | kernel.org | Patch |
| https://git.kernel.org/stable/c/2b56d7903ab804481f5233a259d5f341e9fd513c | kernel.org | Patch |
| https://git.kernel.org/stable/c/307c5d0f36a5c74042217136da5bfbd9f7504650 | kernel.org | Patch |
| https://git.kernel.org/stable/c/9855e063e063158cc5bded576382599dc3133202 | kernel.org | Patch |
| https://git.kernel.org/stable/c/dd4f4c93c1488d7100b9964f2da4c8b3c29652f1 | kernel.org | Patch |
| https://git.kernel.org/stable/c/f94450ce5053b36002995b72d1fa1db3bb08c5bf | kernel.org | Patch |
| http://www.openwall.com/lists/oss-security/2026/06/18/1 | CVE | Mailing List |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-125 | Out-of-bounds Read | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 5.19, < 6.1.176 >= 6.2, < 6.6.140 >= 6.7, < 6.12.88 >= 6.13, < 6.18.30 >= 6.19, < 7.0.7 7.1 rc1 7.1 rc2 |
CPE
Remediation
| |
Change History
7 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 23, 2026 | CVE Translated | [email protected] |
| Jun 26, 2026 | Initial Analysis | [email protected] |
| Jun 19, 2026 | CVE Modified | kernel.org |
| Jun 18, 2026 | CVE Modified | CVE |
| Jun 17, 2026 | CVE Modified | kernel.org |
| May 30, 2026 | CVE Modified | kernel.org |
| May 21, 2026 | New CVE Received | kernel.org |