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

Published Aug 10, 2026 EPSS 0.20% (10th pctl)

Overview

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

Technical Description

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

scsi: core: wake eh reliably when using scsi_schedule_eh

Drivers which use the scsi_schedule_eh function to run the error handler

currently risk the error handler thread never waking once all commands are

timed out or inactive. There is no enforced memory order between setting

the host into error recovery state and counting busy commands. This can

result in a race with scsi_dec_host_busy where neither CPU sees both

conditions of all commands inactive and the host error state to request

waking the error handler.

To fix this, run the scsi_schedule_eh's scsi_eh_wakeup from a new work item

which will use rcu to ensure scsi_schedule_eh's call to scsi_host_busy will

occur after the error state is globally visible and will be seen by any

current scsi_dec_host_busy callers.

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

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

How severe is CVE-2026-68396?

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

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

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