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

7.5 · HIGH
Published Aug 10, 2026 EPSS 0.54% (43th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

audit: fix recursive locking deadlock in audit_dupe_exe()

A deadlock occurs in the audit subsystem when duplicating

executable-related rules.

When a file is moved (e.g., via do_renameat2()), the VFS layer locks

the parent directory (I_MUTEX_PARENT), which synchronously triggers an

fsnotify_move event. If an existing executable audit rule matches the

file being moved, the audit subsystem catches this event and calls

audit_dupe_exe() to duplicate the watch and update the rule. Then,

audit_alloc_mark() would call kern_path_parent() to resolve the path,

leading to a blind attempt to acquire the exact same I_MUTEX_PARENT lock

already held by the task, resulting in the following recursive locking

deadlock:

============================================

WARNING: possible recursive locking detected

6.12.0-55.27.1.el10_0.x86_64+debug #1 Not tainted

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

mv/5099 is trying to acquire

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

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

How severe is CVE-2026-68096?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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