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

Published Aug 10, 2026 EPSS 0.21% (11th pctl)

Overview

CVE-2026-68188 is a known-severity vulnerability. It was published on August 10, 2026.

Technical Description

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

Bluetooth: RFCOMM: Fix session UAF in set_termios

rfcomm_tty_set_termios() tests dlc->session without rfcomm_mutex and

later passes the pointer to rfcomm_send_rpn(). The latter dereferences

both session->initiator and session->sock. Meanwhile, krfcommd can

unlink the DLC and free the session while holding rfcomm_mutex.

The race can proceed as follows:

TTY ioctl task krfcommd

-------------- --------

load dlc->session

enter rfcomm_send_rpn()

lock rfcomm_mutex

clear dlc->session

free session

unlock rfcomm_mutex

read session->initiator

KASAN reported:

BUG: KASAN: slab-use-after-free in rfcomm_send_rpn+0x297/0x2a0

Read of size 4 at addr ffff88810012a850 by task poc/92

Call Trace:

rfcomm_send_rpn+0x297/0x2a0

rfcomm_tty_set_termios+0x50

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

CVE-2026-68188 is a known-severity vulnerability. It was published on August 10, 2026.

How severe is CVE-2026-68188?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

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

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

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