LIVE · cybersecurity feed
Live wire
cve recordcritical

CVE-2026-64067

linux · linux kernel

Published
CVSS9.8
Severitycritical
WeaknessCWE-667
ExploitedNot in CISA KEV

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

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

References

← Back to the CVE Tracker

Our coverage of CVE-2026-64067

No stories yet. This page updates automatically when we publish reporting that references CVE-2026-64067.