CVE-2022-50327
📋 TL;DR
This CVE describes a NULL pointer dereference vulnerability in the Linux kernel's ACPI processor idle driver. If exploited, it could cause a kernel panic leading to denial of service. This affects Linux systems with ACPI support enabled.
💻 Affected Systems
- Linux kernel
📦 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 →⚠️ Risk & Real-World Impact
Worst Case
Kernel panic resulting in system crash and denial of service, potentially requiring physical access to restart the system.
Likely Case
System crash or kernel panic causing temporary denial of service until system reboot.
If Mitigated
No impact if proper kernel hardening and privilege separation are in place, as this requires kernel-level access.
🎯 Exploit Status
Exploitation requires local access and ability to trigger specific ACPI processor idle operations. No known public exploits available.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Patched in stable kernel versions referenced in the CVE links
Vendor Advisory: https://git.kernel.org/stable/c/2437513a814b3e93bd02879740a8a06e52e2cf7d
Restart Required: Yes
Instructions:
1. Update to a patched kernel version from your distribution's repositories. 2. Reboot the system to load the new kernel. 3. Verify the kernel version after reboot.
🔧 Temporary Workarounds
Disable ACPI processor idle states
LinuxTemporarily disable ACPI processor idle states to prevent triggering the vulnerable code path
echo 0 > /sys/devices/system/cpu/cpuidle/current_driver
🧯 If You Can't Patch
- Implement strict access controls to limit local user privileges
- Monitor system logs for kernel panic events and implement automated alerting
🔍 How to Verify
Check if Vulnerable:
Check kernel version against patched versions in your distribution's security advisories
Check Version:
uname -r
Verify Fix Applied:
Verify kernel version after update matches patched version and monitor for system stability
📡 Detection & Monitoring
Log Indicators:
- Kernel panic messages in /var/log/kern.log or dmesg output
- System crash/reboot events in system logs
Network Indicators:
- None - this is a local vulnerability
SIEM Query:
source="kernel" AND ("panic" OR "Oops" OR "NULL pointer dereference")
🔗 References
- https://git.kernel.org/stable/c/2437513a814b3e93bd02879740a8a06e52e2cf7d
- https://git.kernel.org/stable/c/2ecd629c788bbfb96be058edade2e934d3763eaf
- https://git.kernel.org/stable/c/8e8b5f12ee4ab6f5d252c9ca062a4ada9554e6d9
- https://git.kernel.org/stable/c/ad1190744da9d812da55b76f2afce750afb0a3bd
- https://git.kernel.org/stable/c/b85f0e292f73f353eea915499604fbf50c8238b4
- https://git.kernel.org/stable/c/fdee7a0acc566c4194d40a501b8a1584e86cc208
- https://lists.debian.org/debian-lts-announce/2025/10/msg00007.html