CVE-2026-89442

Source
https://cve.org/CVERecord?id=CVE-2026-89442
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89442.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89442
Downstream
Published
2026-09-11T19:43:10Z
Modified
2026-09-13T03:47:18Z
Summary
platform/x86: ISST: Validate socket ID in clos_assoc ioctl
Details

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

platform/x86: ISST: Validate socket ID in clos_assoc ioctl

isst_if_clos_assoc() validates the user-supplied socket_id with 'socket_id > topology_max_packages()', but isst_common.sst_inst[] is allocated with topology_max_packages() entries, so the valid index range is [0, topology_max_packages()). The '>' comparison lets socket_id == topology_max_packages() pass and index one entry past the array.

In addition, isst_common.sst_inst[socket_id] is NULL for an in-range package that has no bound TPMI SST instance, and the pointer is used without a NULL check. Both the out-of-bounds entry and the NULL pointer are then dereferenced by map_partition_power_domain_id() and the following power_domain_info access.

Reject socket_id >= topology_max_packages() and a NULL sst_inst, matching the checks already performed by get_instance().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89442.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
12a7d2cb811dd8a884dea088a2701fcb8d00136e
Fixed
0d90ab5f80e19cddfeb0c9fab47a1f34aa932075
Fixed
82e707eff9e3b7ef6d96ecc23ea8876d20c7d6ca
Fixed
207b4dc6eb100141b122b2602504a1429a4b6558
Fixed
a89f07db0cb95c54dac4a8406c79a04e44a73c3c

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.4.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

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