CVE-2025-68319
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-68319 is a race condition vulnerability in the Linux kernel's netconsole subsystem, specifically in the handling of the configfs userdata configuration hierarchy. The flaw arises because update_userdata() and count_extradata_entries() iterate over the cg_children list without holding the required configfs subsystem mutex (su_mutex), allowing concurrent add/remove operations to corrupt list state. It was published on December 16, 2025, and affects the Linux kernel. It carries a CVSS v3.1 base score of 5.5 (Medium) (Red Hat Advisory, Red Hat Bugzilla).

Technical details

The root cause is a race condition (CWE-362) in the Linux kernel's netconsole subsystem. The update_userdata() and count_extradata_entries() functions both iterate over nt->userdata_group.cg_children without holding the configfs subsystem mutex (su_mutex), which is required per kernel documentation whenever a subsystem navigates the configfs hierarchy. A concurrent list_del_init() call during removal sets a node's .next pointer to itself, causing list_for_each() to loop infinitely or miss the WARN_ON_ONCE guard in update_userdata(). The fix acquires su_mutex before dynamic_netconsole_mutex in all affected functions — userdatum_value_store() and all sysdata_*_enabled_store() functions — to respect lock ordering (Red Hat Bugzilla).

Impact

Successful exploitation can cause a system hang or denial of service due to an infinite loop in kernel list traversal. An attacker with local, low-privilege access could trigger this condition by concurrently manipulating netconsole userdata entries through configfs while the kernel iterates the same list. There is no confidentiality or integrity impact; the vulnerability is limited to availability (Red Hat Advisory).

Mitigation and workarounds

Apply the upstream kernel patch that introduces su_mutex locking in the affected netconsole configfs functions; the fix is tracked in the Linux stable tree commits referenced in the upstream advisory (Red Hat Bugzilla). As interim mitigations, restrict local system access to trusted users, apply the principle of least privilege, and avoid exposing configfs-based netconsole configuration to untrusted local users. Monitor vendor-specific distributions (e.g., Red Hat, SUSE, Ubuntu) for backported kernel updates and apply them promptly (Red Hat Advisory).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management