CVE & CISA-KEV Catalog

CVE-2026-64067

CRITICAL
9.8
CVSS v3
NVD

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) Use list_first_entry_or_null_acquire() when initially accessing the front of the list (when an item is removed, the pointer to the new front iterm is obtained under the same lock).

How to fix

Remediation Available
linuxDebian
Fixed in:7.0.12-1CVE-2026-64067
linux-gcp-7.0Ubuntu
Fixed in:7.0.0-1011.11~24.04.1USN-8728-1
linux-image-7.0.0-1011-gcpUbuntu
Fixed in:7.0.0-1011.11~24.04.1USN-8728-1
linux-image-7.0.0-1011-gcp-64kUbuntu
Fixed in:7.0.0-1011.11~24.04.1USN-8728-1
linux-image-7.0.0-1016-nvidiaUbuntu
Fixed in:7.0.0-1016.16~24.04.1USN-8663-1
linux-image-7.0.0-1016-nvidia-64kUbuntu
Fixed in:7.0.0-1016.16~24.04.1USN-8663-1
linux-image-gcpUbuntu
Fixed in:7.0.0-1011.11~24.04.1USN-8728-1
linux-image-gcp-64kUbuntu
Fixed in:7.0.0-1011.11~24.04.1USN-8728-1
linux-image-gcp-64k-7.0Ubuntu
Fixed in:7.0.0-1011.11~24.04.1USN-8728-1
linux-image-gcp-7.0Ubuntu
Fixed in:7.0.0-1011.11~24.04.1USN-8728-1
linux-image-nvidia-64k-7.0Ubuntu
Fixed in:7.0.0-1016.16~24.04.1USN-8663-1
linux-image-nvidia-7.0Ubuntu
Fixed in:7.0.0-1016.16~24.04.1USN-8663-1
linux-nvidia-7.0Ubuntu
Fixed in:7.0.0-1016.16~24.04.1USN-8663-1

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Exploit Intelligence

0.29%probability of exploitation in 30 days
22ndpercentile

Low risk: more likely to be exploited than 22% of all known CVEs.

References

Related Vulnerabilities

Other CWE-667 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-10072High7.573%-Fix
CVE-2002-1850High7.517%-Fix
CVE-2009-2699High7.514%-Fix
CVE-2004-0174High7.512%--
CVE-2009-4272High7.511%--
CVE-2020-24606High8.65.2%-Fix

Common questions

How do I fix CVE-2026-64067?

Published advisories record a fix for 13 affected products. The "How to fix" section on this page lists the fixed version and source advisory for each one, so apply the entry matching what you actually run.

Is CVE-2026-64067 being actively exploited?

Not that we know of. CVE-2026-64067 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.29% is the estimated probability that it will be exploited in the next 30 days. That is higher than 22% of all scored CVEs.

How severe is CVE-2026-64067?

CVE-2026-64067 has a CVSS v3 base score of 9.8, rated critical. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-64067 affect?

Published advisories record a fix for linux (Debian), linux-gcp-7.0 (Ubuntu), linux-image-7.0.0-1011-gcp (Ubuntu), linux-image-7.0.0-1011-gcp-64k (Ubuntu), and 9 more. Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-64067
CVE-2026-64067 severity badge

Markdown

[![CVE-2026-64067](https://tridentstack.com/cve/badge/CVE-2026-64067.svg)](https://tridentstack.com/cve/CVE-2026-64067)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-64067"><img src="https://tridentstack.com/cve/badge/CVE-2026-64067.svg" alt="CVE-2026-64067"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

See how it worksStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-09-03.