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

7.8 · HIGH
Published Aug 26, 2026 EPSS 0.12% (2th pctl)

Overview

CVE-2026-80521 is a high-severity vulnerability. It was published on August 26, 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:

af_unix: Unlink scc_entry in unix_del_edge().

Kyle Zeng reported that GC could free a dead SCC partially.

The scenario is as follows:

1) Create two SCCs:

X -. A <-> B

^--'

2) Run the following concurrently:

2-1) send() sk-B to sk-B from sk-X

2-2) close() both A and B

At 2-1), there is a small window where unix_add_edges()

publishes a new edge (B <-> B) to GC but its skb is not queued

by skb_queue_tail().

If 2-2) completes before skb_queue_tail() and GC is triggered,

it judges A <-> B as dead, but B is not freed because GC cannot

collect the not-yet-queued skb holding the B <-> B edge.

X -. A <-> B -. This edge is visible

^--' ^..' but skb is not

This itself is not a problem since the next GC run will judge

B as dead as well and free it finally.

X -. A <.> B -.

^--' ^--'

However, X's SCC forces the next GC to call unix_walk_s

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

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

How severe is CVE-2026-80521?

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

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

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