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

7.8 · HIGH
Published Aug 15, 2026 EPSS 0.12% (2th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

kernfs: fix xattr race condition with multiple superblocks

Multiple superblocks with different namespaces can share the same

kernfs_node when kernfs_test_super() finds a matching root but

different namespace. This means multiple inodes from different

superblocks can reference the same kernfs_node->iattr->xattrs

structure.

The VFS layer only holds per-inode locks during xattr operations,

which is insufficient to serialize concurrent xattr modifications on

the shared kernfs_node. This can lead to race conditions in

simple_xattr_set() where the lookup->replace/remove sequence is not

atomic with respect to operations from other superblocks.

Fix this by protecting xattr operations with the existing hashed

kernfs_locks->open_file_mutex[] array, which is already used to

protect per-node open file data. The hashed mutex array provides

scalable per-node serialization (scaled by CPU count, up to 1024 locks

on 32+ CPU systems

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

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

How severe is CVE-2026-74343?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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

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