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-72157

8.8 · HIGH
Published Aug 15, 2026 EPSS 0.34% (27th pctl)

Overview

CVE-2026-72157 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, 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: thunderbolt: Fix frags[] overflow by bounding frame_count

tbnet_poll() assembles a multi-frame ThunderboltIP packet into one skb. The

first frame goes into the skb linear area and every further frame is added as

a page fragment.

skb_add_rx_frag(skb, skb_shinfo(skb)->nr_frags,

page, hdr_size, frame_size,

TBNET_RX_PAGE_SIZE - hdr_size);

A packet of frame_count frames therefore ends up with frame_count - 1

fragments. tbnet_check_frame() only bounds the peer supplied frame_count to

TBNET_RING_SIZE / 4 (64), which is far above MAX_SKB_FRAGS (17 by default). A

peer that sends a packet of 19 or more small frames pushes nr_frags past

MAX_SKB_FRAGS, so skb_add_rx_frag() writes past skb_shinfo()->frags[] and

corrupts memory after the shared info.

Tighten the start of packet bound to MAX_SKB_FRAGS + 1 so a packet can never

produce more fragments than frags[] can hold. This matches the recent skb

frags overflow fi

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2026-72157?

CVE-2026-72157 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2026-72157?

This vulnerability has a CVSS 3.1 base score of 8.8, 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-72157?

Check the references section for vendor advisories, patches, and mitigation guidance. 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-72157?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72157 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.