AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74330

UNKNOWN · CVSS N/A

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

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's configfs, where inadequate locking during traversals of the `->s_children` structure can lead to potential race conditions. This flaw allows for the possibility of cursors being moved or freed unexpectedly, which could result in data corruption or system instability. System administrators and developers utilizing affected Linux kernel versions should prioritize this issue to mitigate potential risks associated with multi-threaded operations.

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

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of ->s_children Having the parent directory locked protects entries from removal by another thread, but it does *not* protect cursors from being moved around by lseek() - or freed, for that matter.