Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-23172

8.4 · HIGH
Published Feb 14, 2026 linux CWE-401

Overview

CVE-2026-23172 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 14, 2026 and has a CVSS 3.1 base score of 8.4 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.4, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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 t7xx_dpmaif_set_frag_to_skb() function adds

page fragments to an skb without checking if the number of

fragments has exceeded MAX_SKB_FRAGS. This could lead to a buffer overflow

in skb_shinfo(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.

Mal

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.19, < 6.1.162 Affected

Frequently Asked Questions

What is CVE-2026-23172?

CVE-2026-23172 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 14, 2026 and has a CVSS 3.1 base score of 8.4 (HIGH).

How severe is CVE-2026-23172?

This vulnerability has a CVSS 3.1 base score of 8.4, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-23172?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-23172?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-23172 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.