CVE-2025-68199
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Mitigation and workarounds

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.

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