AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72355

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

A vulnerability exists in the Linux kernel's netfs component, specifically related to the handling of subrequest lists during retries, which could allow an application thread to interfere with the processing of these requests. This could lead to inconsistent states or potential data corruption. Linux system administrators and developers utilizing affected kernel versions should prioritize applying the fix to mitigate any risks associated with this issue.

CVE
CVE-2026-72355
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix barriering when walking subrequest list Fix the barriering used when walking the subrequest list in retry as there's a possibility of seeing a subreq that's just been added by the application thread.