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

5.5 · MEDIUM
Published Jun 24, 2026 linux CWE-476 EPSS 0.11% (2th pctl)

Overview

CVE-2026-53080 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

net/sched: cls_fw: fix NULL dereference of "old" filters before change()

Like pointed out by Sashiko [1], since commit ed76f5edccc9 ("net: sched:

protect filter_chain list with filter_chain_lock mutex") TC filters are

added to a shared block and published to datapath before their ->change()

function is called. This is a problem for cls_fw: an invalid filter

created with the "old" method can still classify some packets before it

is destroyed by the validation logic added by Xiang.

Therefore, insisting with repeated runs of the following script:

# ip link add dev crash0 type dummy

# ip link set dev crash0 up

# mausezahn crash0 -c 100000 -P 10 \

> -A 4.3.2.1 -B 1.2.3.4 -t udp "dp=1234" -q &

# sleep 1

# tc qdisc add dev crash0 egress_block 1 clsact

# tc filter add block 1 protocol ip prio 1 matchall \

> action skbedit mark 65536 continue

# tc filter add block 1 protocol ip prio 2 fw

# ip link del dev crash0

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.1, < 5.10.259 Affected

Frequently Asked Questions

What is CVE-2026-53080?

CVE-2026-53080 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-53080?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-53080?

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

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