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-2023-52831

5.5 · MEDIUM
Published May 21, 2024 linux CWE-617 EPSS 0.24% (15th pctl)

Overview

CVE-2023-52831 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 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:

cpu/hotplug: Don't offline the last non-isolated CPU

If a system has isolated CPUs via the "isolcpus=" command line parameter,

then an attempt to offline the last housekeeping CPU will result in a

WARN_ON() when rebuilding the scheduler domains and a subsequent panic due

to and unhandled empty CPU mas in partition_sched_domains_locked().

cpuset_hotplug_workfn()

rebuild_sched_domains_locked()

ndoms = generate_sched_domains(&doms, &attr);

cpumask_and(doms[0], top_cpuset.effective_cpus, housekeeping_cpumask(HK_FLAG_DOMAIN));

Thus results in an empty CPU mask which triggers the warning and then the

subsequent crash:

WARNING: CPU: 4 PID: 80 at kernel/sched/topology.c:2366 build_sched_domains+0x120c/0x1408

Call trace:

build_sched_domains+0x120c/0x1408

partition_sched_domains_locked+0x234/0x880

rebuild_sched_domains_locked+0x37c/0x798

rebuild_sched_domains+0x30/0x58

cpuset_hotplug_workfn+0x2a8/0x930

Una

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, < 6.1.64 Affected

Frequently Asked Questions

What is CVE-2023-52831?

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

How severe is CVE-2023-52831?

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-2023-52831?

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-2023-52831?

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