CVE-2022-49623
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-49623 affects the Linux kernel's PowerPC XIVE/sPAPR implementation. The vulnerability was discovered in the bitmap allocation size handling where KASAN detected access beyond the end of the xibm->bitmap allocation. This occurs because the allocation uses the wrong unit (bits) when it should pass (BITS_TO_LONGS(count) * sizeof(long)) or equivalent (Kernel Git).

Technical details

The vulnerability manifests as a slab-out-of-bounds read in _find_first_zero_bit+0x40/0x140. With small numbers of bits, the allocated object can be smaller than sizeof(long), which results in invalid accesses. The issue occurs during system initialization when setting up CPU IPIs (Inter-Processor Interrupts) (Kernel Git).

Impact

The vulnerability could lead to memory corruption due to out-of-bounds memory access, potentially causing system instability or crashes. The issue is particularly concerning as it occurs during system initialization when setting up critical interrupt handling infrastructure (Kernel Git).

Mitigation and workarounds

The issue has been fixed by replacing kzalloc() with bitmap_zalloc() to properly allocate and initialize the IRQ bitmap, paired with bitmap_free() for consistency. Users should update to a patched kernel version that includes this fix (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-68753HIGH7.8
  • Linux KernelLinux Kernel
  • linux-realtime
NoYesJan 05, 2026
CVE-2025-68756HIGH7.1
  • Linux KernelLinux Kernel
  • linux-oracle
NoYesJan 05, 2026
CVE-2025-68764MEDIUM5.5
  • Linux KernelLinux Kernel
  • linux-realtime
NoYesJan 05, 2026
CVE-2025-68758MEDIUM5.5
  • Linux KernelLinux Kernel
  • kernel-zfcpdump-core
NoYesJan 05, 2026
CVE-2025-68762N/AN/A
  • Linux KernelLinux Kernel
  • kernel
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