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

Published Aug 10, 2026 EPSS 0.18% (8th pctl)

Overview

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

Technical Description

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

usb: gadget: f_tcm: synchronize delayed set_alt with teardown

The f_tcm set_alt() path defers endpoint setup to a work item and

completes the delayed status response from process context. The delayed

work uses f_tcm private state and may complete the setup request after

disconnect or function teardown has already moved on.

Cancel and drain the delayed set_alt work when the function is unbound or

freed. For disable paths, which are reached under the composite device

lock, use a small state machine and a non-sleeping cancellation path

instead of cancel_work_sync(). If the work is already running, mark it

cancelled and let the worker own the cleanup; otherwise tcm_disable() can

cancel the queued work and clean up immediately.

Also serialize the final delayed-status completion with the cancellation

check while holding the composite device lock. This prevents a disconnect

from clearing delayed_status while the worker is

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

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

How severe is CVE-2026-68367?

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

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

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