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

8.8 · HIGH
Published Aug 28, 2026 EPSS 0.24% (14th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

Bluetooth: SCO: give the socket its own sco_conn reference

sco_conn_del() drops a reference it does not own. It takes one transient

reference via sco_conn_hold_unless_zero() and releases it with the

sco_conn_put() that follows sco_sock_hold(); the additional put in the

!sk branch releases a second one:

conn = sco_conn_hold_unless_zero(conn);

...

sk = sco_sock_hold(conn);

sco_conn_unlock(conn);

sco_conn_put(conn);

if (!sk) {

sco_conn_put(conn);

return;

}

When close() races the controller's Disconnection Complete, sco_chan_del()

clears conn->sk and drops the socket's reference while sco_conn_del() is

running. sco_conn_del() then sees sk == NULL, its own put drops the count

to zero and frees the conn, and the second put writes to the freed kref:

BUG: KASAN: slab-use-after-free in sco_conn_put.part.0+0x1a/0x190

Write of size 4 at addr ffff8881099dec74 by tas

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

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

How severe is CVE-2026-80683?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

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

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

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