Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2024-49927

5.5 · MEDIUM
Published Oct 21, 2024 linux EPSS 0.24% (15th pctl)

Overview

CVE-2024-49927 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

x86/ioapic: Handle allocation failures gracefully

Breno observed panics when using failslab under certain conditions during

runtime:

can not alloc irq_pin_list (-1,0,20)

Kernel panic - not syncing: IO-APIC: failed to add irq-pin. Can not proceed

panic+0x4e9/0x590

mp_irqdomain_alloc+0x9ab/0xa80

irq_domain_alloc_irqs_locked+0x25d/0x8d0

__irq_domain_alloc_irqs+0x80/0x110

mp_map_pin_to_irq+0x645/0x890

acpi_register_gsi_ioapic+0xe6/0x150

hpet_open+0x313/0x480

That's a pointless panic which is a leftover of the historic IO/APIC code

which panic'ed during early boot when the interrupt allocation failed.

The only place which might justify panic is the PIT/HPET timer_check() code

which tries to figure out whether the timer interrupt is delivered through

the IO/APIC. But that code does not require to handle interrupt allocation

failures. If the interrupt cannot be allocated then timer delivery fa

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 0, < 5.15.168 Affected

Frequently Asked Questions

What is CVE-2024-49927?

CVE-2024-49927 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-49927?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2024-49927?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2024-49927?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-49927 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.