CVE-2022-49145

7.1 HIGH

📋 TL;DR

This CVE-2022-49145 is an out-of-bounds memory access vulnerability in the Linux kernel's ACPI CPPC (Collaborative Processor Performance Control) subsystem. When parsing _CPC data, the kernel fails to properly validate the NumEntries field, potentially allowing attackers to read kernel memory beyond allocated bounds. This affects all Linux systems using ACPI CPPC for CPU performance management.

💻 Affected Systems

Products:
  • Linux kernel
Versions: Versions before the fix commits (specific versions vary by distribution)
Operating Systems: Linux distributions using affected kernel versions
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects systems using ACPI CPPC (common on modern x86 systems). ARM systems and systems without ACPI are not affected.

📦 What is this software?

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

⚠️ Risk & Real-World Impact

🔴

Worst Case

Kernel memory disclosure leading to information leakage, potential privilege escalation if combined with other vulnerabilities, or system crash/instability.

🟠

Likely Case

Information disclosure of kernel memory contents, potentially exposing sensitive data or system information to local attackers.

🟢

If Mitigated

Minimal impact with proper kernel hardening, SELinux/AppArmor, and restricted user access to /sys and /proc interfaces.

🌐 Internet-Facing: LOW - This is a local kernel vulnerability requiring local access to exploit.
🏢 Internal Only: MEDIUM - Local users or compromised services could exploit this to gain information about kernel memory layout or sensitive data.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Requires local access to trigger the vulnerable code path through ACPI CPPC interfaces. No public exploits known as of knowledge cutoff.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Fixed in kernel commits: 28d5387c1994f5e1e0d41b30a1f3dd6e1f609252, 40d8abf364bcab23bc715a9221a3c8623956257b, 97b5593fd1b182b3fdb180b6bbe64ec09669988b, b3f15609ffa521de12244cd6af24002030dda3f5, b80b19b32a432c9eee1cd200ef7aaddf608f54d1

Vendor Advisory: https://git.kernel.org/stable/c/28d5387c1994f5e1e0d41b30a1f3dd6e1f609252

Restart Required: Yes

Instructions:

1. Update Linux kernel to version containing the fix commits. 2. Check your distribution's security advisories for specific patched versions. 3. Reboot system after kernel update.

🔧 Temporary Workarounds

Disable ACPI CPPC

linux

Disable the ACPI CPPC subsystem if not needed (may impact CPU power management)

Add 'acpi=no-cpc' to kernel boot parameters in GRUB configuration

🧯 If You Can't Patch

  • Restrict local user access and implement strict privilege separation
  • Enable kernel hardening features like KASLR and restrict /sys and /proc access

🔍 How to Verify

Check if Vulnerable:

Check kernel version and if ACPI CPPC is enabled: 'uname -r' and 'dmesg | grep -i cpc'

Check Version:

uname -r

Verify Fix Applied:

Verify kernel version is patched and check for the specific fix commits in kernel source

📡 Detection & Monitoring

Log Indicators:

  • Kernel oops messages, ACPI-related errors in dmesg or journalctl

Network Indicators:

  • None - this is a local vulnerability

SIEM Query:

Search for kernel panic or oops events related to ACPI or CPPC in system logs

🔗 References

📤 Share & Export