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-26768

7.2 · HIGH
Published Apr 3, 2024 linux CWE-120 EPSS 0.60% (46th pctl)

Overview

CVE-2024-26768 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 3, 2024 and has a CVSS 3.1 base score of 7.2 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.2, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

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

LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]

With default config, the value of NR_CPUS is 64. When HW platform has

more then 64 cpus, system will crash on these platforms. MAX_CORE_PIC

is the maximum cpu number in MADT table (max physical number) which can

exceed the supported maximum cpu number (NR_CPUS, max logical number),

but kernel should not crash. Kernel should boot cpus with NR_CPUS, let

the remainder cpus stay in BIOS.

The potential crash reason is that the array acpi_core_pic[NR_CPUS] can

be overflowed when parsing MADT table, and it is obvious that CORE_PIC

should be corresponding to physical core rather than logical core, so it

is better to define the array as acpi_core_pic[MAX_CORE_PIC].

With the patch, system can boot up 64 vcpus with qemu parameter -smp 128,

otherwise system will crash with the following message.

[ 0.000000] CPU 0 Unable to handle kernel paging request

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 >= 5.19, < 6.6.19 Affected

Frequently Asked Questions

What is CVE-2024-26768?

CVE-2024-26768 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 3, 2024 and has a CVSS 3.1 base score of 7.2 (HIGH).

How severe is CVE-2024-26768?

This vulnerability has a CVSS 3.1 base score of 7.2, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

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

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-26768?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-26768 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.