CVE-2024-49962

5.5 MEDIUM

📋 TL;DR

This CVE describes a NULL pointer dereference vulnerability in the Linux kernel's ACPICA subsystem. If the ACPI_ALLOCATE_ZEROED() memory allocation fails in the acpi_db_convert_to_package() function, subsequent code attempts to access the NULL pointer, causing a kernel panic or system crash. This affects systems running vulnerable Linux kernel versions with ACPI functionality enabled.

💻 Affected Systems

Products:
  • Linux kernel
Versions: Specific vulnerable kernel versions containing the flawed ACPICA commit; exact range depends on distribution backports
Operating Systems: Linux distributions using affected kernel versions
Default Config Vulnerable: ⚠️ Yes
Notes: Requires ACPI functionality to be enabled and the vulnerable code path to be triggered through specific ACPI operations.

📦 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 →

⚠️ Risk & Real-World Impact

🔴

Worst Case

Kernel panic leading to complete system crash and denial of service, potentially requiring physical access to restart affected systems.

🟠

Likely Case

System crash or kernel panic when specific ACPI operations are performed, resulting in temporary denial of service until system reboot.

🟢

If Mitigated

No impact if the vulnerable code path is not triggered or if proper memory allocation succeeds.

🌐 Internet-Facing: LOW - This is a local kernel vulnerability requiring local access or specific conditions to trigger.
🏢 Internal Only: MEDIUM - Local users or processes could potentially trigger the vulnerability, causing system instability.

🎯 Exploit Status

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

Exploitation requires triggering specific ACPI operations that cause memory allocation failure, which may be difficult to reliably achieve.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Kernel versions containing commit 4d4547cf13cca820ff7e0f859ba83e1a610b9fd0 or later

Vendor Advisory: https://git.kernel.org/stable/c/1c9b8775062f8d854a80caf186af57fc617d454c

Restart Required: Yes

Instructions:

1. Update Linux kernel to patched version from your distribution's repositories. 2. Reboot system to load new kernel. 3. Verify kernel version after reboot.

🔧 Temporary Workarounds

Disable ACPI debugging

linux

Prevent triggering of vulnerable code path by disabling ACPI debugging functionality

echo 0 > /sys/module/acpi/parameters/debug_level

🧯 If You Can't Patch

  • Restrict local user access to systems to reduce attack surface
  • Monitor system logs for kernel panic events and ACPI-related errors

🔍 How to Verify

Check if Vulnerable:

Check kernel version and compare with distribution security advisories; examine if ACPI debugging is enabled

Check Version:

uname -r

Verify Fix Applied:

Verify kernel version after update matches patched version; check that system doesn't crash during ACPI operations

📡 Detection & Monitoring

Log Indicators:

  • Kernel panic messages
  • NULL pointer dereference errors in kernel logs
  • ACPI subsystem crash logs

Network Indicators:

  • None - this is a local vulnerability

SIEM Query:

source="kernel" AND ("NULL pointer dereference" OR "kernel panic" OR "ACPI error")

🔗 References

📤 Share & Export