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

9.8 · CRITICAL
Published Jul 19, 2026 EPSS 0.38% (31th pctl)

Overview

CVE-2026-64067 is a critical-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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:

netfs: Fix missing barriers when accessing stream->subrequests locklessly

The list of subrequests attached to stream->subrequests is accessed without

locks by netfs_collect_read_results() and netfs_collect_write_results(),

and then they access subreq->flags without taking a barrier after getting

the subreq pointer from the list. Relatedly, the functions that build the

list don't use any sort of write barrier when constructing the list to make

sure that the NETFS_SREQ_IN_PROGRESS flag is perceived to be set first if

no lock is taken.

Fix this by:

(1) Add a new list_add_tail_release() function that uses a release barrier

to set the pointer to the new member of the list.

(2) Add a new list_first_entry_or_null_acquire() function that uses an

acquire barrier to read the pointer to the first member in a list (or

return NULL).

(3) Use list_add_tail_release() when adding a subreq to ->subrequests.

(4

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

CVE-2026-64067 is a critical-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-64067?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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-64067?

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

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