Race Condition in Linux Kernel Affecting Configurations in Subsystems
CVE-2025-68319

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
16 December 2025

What is CVE-2025-68319?

A race condition was identified in the Linux kernel when navigating over the userdata configurations. The vulnerability arises during concurrent additions or removals of userdata items in the configfs hierarchy. Specifically, the iteration over the cg_children list risks accessing it in an inconsistent state without proper locking. The fix involves acquiring the necessary mutex, ensuring that all operations that traverse the cg_children list are completed safely without conflicting modifications. Proper mutex handling prevents endless loop scenarios during system operations, enhancing the kernel's reliability and security.

Affected Version(s)

Linux df03f830d099f0811281a222aefdd9d400fa0b72

Linux df03f830d099f0811281a222aefdd9d400fa0b72

Linux 6.9

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.
CVE-2025-68319 : Race Condition in Linux Kernel Affecting Configurations in Subsystems