Security Advisory

CVE-2026-74330

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-15 05:58:23
Last updated 2026-08-15 05:58:23
Assigner Linux
CVSS score not scored
State PUBLISHED

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.