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-2026-23332

5.5 · MEDIUM
Published Mar 25, 2026 linux CWE-476 EPSS 0.12% (2th pctl)

Overview

CVE-2026-23332 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 25, 2026 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:

cpufreq: intel_pstate: Fix crash during turbo disable

When the system is booted with kernel command line argument "nosmt" or

"maxcpus" to limit the number of CPUs, disabling turbo via:

echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo

results in a crash:

PF: supervisor read access in kernel mode

PF: error_code(0x0000) - not-present page

PGD 0 P4D 0

Oops: Oops: 0000 [#1] SMP PTI

...

RIP: 0010:store_no_turbo+0x100/0x1f0

...

This occurs because for_each_possible_cpu() returns CPUs even if they

are not online. For those CPUs, all_cpu_data[] will be NULL. Since

commit 973207ae3d7c ("cpufreq: intel_pstate: Rearrange max frequency

updates handling code"), all_cpu_data[] is dereferenced even for CPUs

which are not online, causing the NULL pointer dereference.

To fix that, pass CPU number to intel_pstate_update_max_freq() and use

all_cpu_data[] for those CPUs for which there is a valid cpufreq policy.

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 >= 6.16.1, < 6.18.17 Affected

Frequently Asked Questions

What is CVE-2026-23332?

CVE-2026-23332 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 25, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-23332?

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-2026-23332?

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-2026-23332?

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