6 matches found
CVE-2025-68319
In the Linux kernel, the following vulnerability has been resolved: netconsole: Acquire sumutex before navigating configs hierarchy There is a race between operations that iterate over the userdata cgchildren list and concurrent add/remove of userdata items through configfs. The updateuserdata...
CVE-2025-68319
In the Linux kernel, the following vulnerability has been resolved: netconsole: Acquire sumutex before navigating configs hierarchy There is a race between operations that iterate over the userdata cgchildren list and concurrent add/remove of userdata items through configfs. The updateuserdata...
UBUNTU-CVE-2025-68319
In the Linux kernel, the following vulnerability has been resolved: netconsole: Acquire sumutex before navigating configs hierarchy There is a race between operations that iterate over the userdata cgchildren list and concurrent add/remove of userdata items through configfs. The updateuserdata...
CVE-2025-68319
The CVE-2025-68319 entry describes a Linux kernel race in netconsole related to iterating over the userdata cg_children list via configfs. The issue arises when concurrent add/remove operations occur while update_userdata() or count_extradata_entries() traverse the same list, potentially causing ...
PT-2025-51731
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists within the netconsole component of the Linux kernel when iterating over the cg children list in conjunction with concurrent additions or removals of userdata item...
DEBIAN-CVE-2022-48931
In the Linux kernel, the following vulnerability has been resolved: configfs: fix a race in configfs,unregistersubsystem When configfsregistersubsystem or configfsunregistersubsystem is executing linkgroup or unlinkgroup, it is possible that two processes add or delete list concurrently. Some...