CVE-2026-89442: platform/x86: ISST: Validate socket ID in clos_assoc ioctl

Published Sep 11, 2026
·
Updated

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

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

isstifclosassoc() validates the user-supplied socketid with 'socketid > topologymaxpackages()', but isstcommon.sstinst[] is allocated with topologymaxpackages() entries, so the valid index range is [0, topologymaxpackages()). The '>' comparison lets socketid == topologymaxpackages() pass and index one entry past the array.

In addition, isstcommon.sstinst[socketid] 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 mappartitionpowerdomainid() and the following powerdomaininfo access.

Reject socketid >= topologymaxpackages() and a NULL sstinst, matching the checks already performed by getinstance().

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:43 PM
Data Sourced
via MITRE·07:43 PM
Description

Frequently Asked Questions

1

What systems are exposed to the faulty paths?

The affected paths are reached through the ISST clos_assoc ioctl when it processes a user-supplied socket_id. Exposure includes systems where a caller can submit that ioctl with socket_id equal to topology_max_packages(), or with an in-range socket ID that has no bound TPMI SST instance.

2

What input conditions can trigger the problem?

A socket_id equal to topology_max_packages() passes the incorrect bounds check and indexes one entry beyond the allocated sst_inst array. An otherwise in-range socket_id can also trigger a NULL-pointer dereference if its corresponding sst_inst entry has no bound TPMI SST instance.

3

How can I determine whether a kernel contains the vulnerable logic?

Inspect isst_if_clos_assoc() for a bounds check using socket_id > topology_max_packages() and for use of isst_common.sst_inst[socket_id] without rejecting a NULL entry. The corrected logic rejects socket_id values greater than or equal to topology_max_packages() and rejects NULL sst_inst entries.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203