CVE-2022-49700
Linux Kernel vulnerability analysis and mitigation

Overview

In the Linux kernel, a vulnerability (CVE-2022-49700) was discovered in the SLUB memory allocator's slab deactivation process. The issue stems from missing Transaction ID (TID) updates when deactivating CPU slabs in the __slab_alloc() function. This vulnerability affects the Linux kernel's memory management subsystem, specifically the SLUB allocator component (Kernel Git).

Technical details

The vulnerability occurs in the fastpath of slab_alloc_node() which assumes c->slab stability based on TID consistency. However, two locations in __slab_alloc() fail to update the TID when deactivating the CPU slab. The issue involves a race condition between multiple operations on the same CPU and kmem_cache, where task preemption can lead to state inconsistency. The vulnerability has been assigned a CVSS v3.1 Base Score of 7.8 (HIGH) with vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H (NVD).

Impact

The vulnerability can result in two types of corruption: objects getting lost in memory, or more severely, objects being freed onto the wrong slab's freelist. This latter case can corrupt the 'inuse' counter and potentially cause a page to be freed to the page allocator while it still contains slab objects, leading to use-after-free conditions (Kernel Git).

Mitigation and workarounds

The issue has been fixed by adding proper TID updates during slab deactivation. The fix involves adding c->tid = next_tid(c->tid) calls at appropriate points in the code where the CPU slab is deactivated. This patch has been merged into the mainline kernel and backported to stable kernel versions (Kernel Git).

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-2025-68764N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k-debug-modules
NoYesJan 05, 2026
CVE-2025-68762N/AN/A
  • Linux KernelLinux Kernel
  • kernel-debug
NoYesJan 05, 2026
CVE-2025-68758N/AN/A
  • Linux KernelLinux Kernel
  • linux-riscv
NoYesJan 05, 2026
CVE-2025-68756N/AN/A
  • Linux KernelLinux Kernel
  • linux-fips
NoYesJan 05, 2026
CVE-2025-68753N/AN/A
  • Linux KernelLinux Kernel
  • python3-perf
NoYesJan 05, 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