CVE-2026-23172: net: wwan: t7xx: fix potential skb->frags overflow in RX path

Published Feb 14, 2026
·
Updated

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

net: wwan: t7xx: fix potential skb->frags overflow in RX path

When receiving data in the DPMAIF RX path, the t7xxdpmaifsetfragtoskb() function adds page fragments to an skb without checking if the number of fragments has exceeded MAXSKBFRAGS. This could lead to a buffer overflow in skbshinfo(skb)->frags[] array, corrupting adjacent memory and potentially causing kernel crashes or other undefined behavior.

This issue was identified through static code analysis by comparing with a similar vulnerability fixed in the mt76 driver commit b102f0c522cf ("mt76: fix array overflow on receiving too many fragments for a packet").

The vulnerability could be triggered if the modem firmware sends packets with excessive fragments. While under normal protocol conditions (MTU 3080 bytes, BAT buffer 3584 bytes), a single packet should not require additional fragments, the kernel should not blindly trust firmware behavior. Malicious, buggy, or compromised firmware could potentially craft packets with more fragments than the kernel expects.

Fix this by adding a bounds check before calling skbaddrxfrag() to ensure nrfrags does not exceed MAXSKBFRAGS.

The check must be performed before unmapping to avoid a page leak and double DMA unmap during device teardown.

Affected Software

12 affected components
Linux Linux kernel
Linux Linux kernel>=5.19<6.1.162
Linux Linux kernel>=6.2<6.6.123
Linux Linux kernel>=6.7<6.12.69
Linux Linux kernel>=6.13<6.18.9
Linux Linux kernel=6.19-rc1
Linux Linux kernel=6.19-rc2
Linux Linux kernel=6.19-rc3
Linux Linux kernel=6.19-rc4
Linux Linux kernel=6.19-rc5
Linux Linux kernel=6.19-rc6
Linux Linux kernel=6.19-rc7

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    In the DPMAIF RX path, before calling skb_add_rx_frag(), add a bounds check to ensure nr_frags does not exceed MAX_SKB_FRAGS. Perform the check before unmapping to avoid a page leak, so the kernel does not blindly trust modem firmware that may send packets with too many fragments (overflowing skb_shinfo(skb)->frags[]).

    Linux kernel (net: wwan: t7xx DPMAIF RX path) nr_frags <= MAX_SKB_FRAGS check before calling skb_add_rx_frag() = add bounds check; if nr_frags would exceed MAX_SKB_FRAGS, do not call skb_add_rx_frag() and avoid populating skb_shinfo(skb)->frags[] beyond MAX_SKB_FRAGS

Event History

Feb 14, 2026
CVE Published
via MITRE·04:01 PM
Data Sourced
via MITRE·04:01 PM
DescriptionSeverity
Data Sourced
via NVD·04:15 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-23172?

CVE-2026-23172 has been classified as a medium severity vulnerability.

2

How do I fix CVE-2026-23172?

To fix CVE-2026-23172, update your Linux kernel to the latest patched version that addresses this vulnerability.

3

What is affected by CVE-2026-23172?

CVE-2026-23172 affects the Linux kernel, particularly in the net: wwan t7xx component.

4

What kind of vulnerability is CVE-2026-23172?

CVE-2026-23172 is a potential overflow vulnerability that can occur in the RX path of the Linux kernel's t7xx driver.

5

Is CVE-2026-23172 a remote code execution vulnerability?

No, CVE-2026-23172 is not classified as a remote code execution vulnerability, but it could lead to denial of service.

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