AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72365

UNKNOWN · CVSS N/A

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

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel's netfs component affects the writethrough functionality, which could lead to inefficient handling of asynchronous write requests. This issue may impact systems relying on netfs for file operations, potentially resulting in degraded performance and increased latency during data writes. Linux system administrators and developers utilizing netfs should prioritize applying the fix to ensure optimal performance and reliability of their file handling processes.

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

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix writethrough to use collection offload Fix writethrough write to set NETFS_RREQ_OFFLOAD_COLLECTION on the request so that collection is processed asynchronously rather than only right at the end - and also so that asynchronous O_SYNC writes get collected at all.