
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68199 is a Linux kernel vulnerability in the memory management subsystem, specifically in the codetag debug handling for slab object extensions (slabobj_ext). The flaw involves improper handling of the CODETAG_EMPTY sentinel value in mark_objexts_empty(), which can trigger a kernel BUG/WARN condition during slab memory operations. It was published on December 16, 2025, and affects the Linux kernel across multiple stable branches. The CVSS score has not been publicly assigned at this time, and the CVE status is listed as Unknown (Feedly).
The root cause is a logic error (CWE-754: Improper Check for Unusual or Exceptional Conditions) in the mark_objexts_empty() function within mm/slub.c. When alloc_slab_obj_exts() fails and then later succeeds, handle_failed_objexts_alloc() marks all objects in the slab extension vector as CODETAG_EMPTY (a non-NULL sentinel). If that slab is subsequently reused to allocate a slabobj_ext vector for another slab, the new slab's obj_exts vector contains entries already set to CODETAG_EMPTY. When the second slab is freed, free_slab_obj_exts() calls mark_objexts_empty(), which expects NULL entries and triggers a WARN_ON (or BUG_ON in debug builds) at mm/slub.c:2050. The fix modifies mark_objexts_empty() to skip the warning and avoid overwriting entries already set to CODETAG_EMPTY (Feedly).
Successful triggering of this vulnerability causes a kernel warning or BUG panic (Oops - BUG: 00000000f2000800) in the Linux kernel's SLUB memory allocator, resulting in a system crash and denial of service. The impact is limited to availability — there is no evidence of confidentiality or integrity compromise. The vulnerability is triggered in kernel memory management code paths, meaning any process that causes the specific slab allocation/deallocation sequence could crash the system (Feedly).
The Linux kernel maintainers have issued patches across multiple stable branches, referenced by commits 1abbdf3d57aa, 3f56c407feb9, and fc6acd4cddf7 on kernel.org. Users should update to a patched kernel version that includes the fix to mark_objexts_empty() in mm/slub.c. Distribution vendors such as Red Hat and Google Cloud have also been tracking this issue for their respective platforms (Feedly). No configuration-based workaround is known; upgrading the kernel is the recommended remediation.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."