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

9.8 · CRITICAL
Published Aug 15, 2026 EPSS 0.71% (51th pctl)

Overview

CVE-2026-72251 is a critical-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

netfilter: nf_nat_sip: reload possible stale data pointer

quoting sashiko:

------------------------------------------------------------------------

[..] noticed a potential memory bug and header corruption involving the

SIP NAT helper.

In net/netfilter/nf_nat_sip.c:nf_nat_sip():

if (skb_ensure_writable(skb, skb->len)) {

nf_ct_helper_log(skb, ct, "cannot mangle packet");

return NF_DROP;

}

uh = (void *)skb->data + protoff;

uh->dest = ct_sip_info->forced_dport;

if (!nf_nat_mangle_udp_packet(skb, ct, ctinfo, protoff,

0, 0, NULL, 0)) {

If a cloned or fragmented SKB is reallocated by skb_ensure_writable(), the

old data buffer is freed. However, nf_nat_sip() fails to update *dptr to

point to the new buffer.

It also appears to use nf_nat_mangle_udp_packet() on what could be a TCP

packet, which would overwrite the sequence number with a checksum update.

-----------------------------------------

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-72251?

CVE-2026-72251 is a critical-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-72251?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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-72251?

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