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

7.8 · HIGH
Published Aug 28, 2026 EPSS 0.13% (3th pctl)

Overview

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

ALSA: seq: oss: Serialize readq reset state with q->lock

snd_seq_oss_readq_clear() resets qlen, head, and tail without

q->lock even though the normal reader and producer paths serialize the

same ring state under that spinlock. A reset can therefore race

snd_seq_oss_readq_free() or snd_seq_oss_readq_put_event() and leave

stale records in the queue, drop freshly queued ones, or report the

wrong readiness after wakeup. KCSAN reports a data race between

snd_seq_oss_readq_clear() and snd_seq_oss_readq_free().

Take q->lock while clearing the ring and resetting input_time. Factor

the enqueue logic into a caller-locked helper so

snd_seq_oss_readq_put_timestamp() updates its suppression state under

the same lock instead of racing the reset path.

The buggy scenario involves two paths, with each column showing the

order within that path:

reset path: locked readq updater:

1. snd_seq_oss_reset() or

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

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

How severe is CVE-2026-80628?

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

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

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