CVE-2026-43401

Source
https://cve.org/CVERecord?id=CVE-2026-43401
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43401.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-43401
Downstream
Published
2026-05-08T14:21:42.876Z
Modified
2026-07-15T01:49:12.484286369Z
Summary
cpufreq: intel_pstate: Fix NULL pointer dereference in update_cpu_qos_request()
Details

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

cpufreq: intelpstate: Fix NULL pointer dereference in updatecpuqosrequest()

The updatecpuqos_request() function attempts to initialize the 'freq' variable by dereferencing 'cpudata' before verifying if the 'policy' is valid.

This issue occurs on systems booted with the "nosmt" parameter, where allcpudata[cpu] is NULL for the SMT sibling threads. As a result, any call to updateqosrequests() will result in a NULL pointer dereference as the code will attempt to access pstate.turbo_freq using the NULL cpudata pointer.

Also, pstate.turbofreq may be updated by intelpstategethwpcap() after initializing the 'freq' variable, so it is better to defer the 'freq' until intelpstategethwp_cap() has been called.

Fix this by deferring the 'freq' assignment until after the policy and driver_data have been validated.

[ rjw: Added one paragraph to the changelog ]

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43401.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ae1bdd23b99f64335c69d546bff99ca39b894c18
Fixed
6bfda7ce56e7d14a677b7bcd6c7a5009cc29aa88
Fixed
42738dffb7b0766a45882dff7989401d78f66f92
Fixed
ab39cc4cb8ceecdc2b61747433e7237f1ac2b789

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43401.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.0
Fixed
6.18.19
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43401.json"