SEPTEMBER 7, 2026
Live Feed
Back to database
Case File

CVE-2026-64060

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS · Published 2026-07-19 · Last synced 2026-08-18

CyberRota Analysis

AI-Generated

The vulnerability in the Linux kernel affects the netfs subsystem, specifically in the error handling of the netfs_write_begin() function, which could lead to a resource leak by failing to release a reference on the request during error conditions. This could potentially degrade system performance or lead to denial-of-service scenarios. Organizations using affected versions of the Linux kernel should prioritize applying the fix to ensure resource management integrity and system stability.

CVE
CVE-2026-64060
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix leak of request in netfs_write_begin() error handling Fix netfs_write_begin() to not leak our ref on the request in the event that we get an error from netfs_wait_for_read().