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

7.8 · HIGH
Published Aug 15, 2026 EPSS 0.16% (6th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

netfilter: nf_queue: pin bridge device while NFQUEUE holds fake dst

The br_netfilter fake rtable is embedded in struct net_bridge and is

attached to bridged packets with skb_dst_set_noref(). If such a packet is

queued to NFQUEUE, __nf_queue() upgrades that fake dst with

skb_dst_force().

At that point the queued skb can hold a real dst reference after bridge

teardown has started. The problem is not that every bridged packet needs

its own dst reference. The problem is that NFQUEUE can keep the bridge

private fake dst alive after unregister begins.

Fix this by keeping the bridge fake dst model unchanged and pinning the

bridge master device only while the packet sits in NFQUEUE. Record the

bridge device in nf_queue_entry when the queued skb carries a bridge fake

dst, take a device reference for the queue lifetime, and drop it when the

queue entry is freed.

Also make sure queued entries are reaped when that bridge devi

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

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

How severe is CVE-2026-72255?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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

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