Description
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().
Published: 2026-09-11
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via kernel crash
Action: Apply patch
AI Analysis

Impact

A flaw in the Linux kernel’s ISST driver for x86 platforms allows an out‑of‑bounds array reference and a NULL pointer dereference when the clos_assoc ioctl is called with an invalid socket_id. The driver validates the ID using a ‘>’ comparison that incorrectly permits socket_id equal to topology_max_packages(), causing it to reference one element past the end of the sst_inst array and use a NULL pointer for packages without an SST instance. The resulting kernel fault brings the whole system down.

Affected Systems

All Linux kernels that ship the unpatched ISST driver code are affected. This includes any distribution that contains the driver from the kernel source before the commit that added the bounds and NULL checks. No specific distribution or kernel release is enumerated, so any kernel variant—whether upstream or distribution‑patched—that contains the old driver code is at risk.

Risk and Exploitability

The CVSS score of 4.1 indicates a low severity impact, and the EPSS score of less than 1% shows a very low probability of exploitation. The vulnerability is not listed in CISA’s KEV catalog. The attack vector is likely local, requiring access to the clos_assoc ioctl, which is typically restricted to privileged users. Successful exploitation would trigger a kernel crash, causing a denial of service but not providing privilege escalation or data disclosure.

Generated by OpenCVE AI on September 13, 2026 at 07:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that includes the ISST clos_assoc bounds‑checking fixe.g., the commit that added the proper validation).
  • Restrict access to the clos_assoc ioctl so that only privileged users can invoke it, using SELinux, AppArmor, or an equivalent access‑control policy.
  • Enable kernel crash monitoring or log analysis to detect and respond to unexpected kernel panics caused by this flaw.

Generated by OpenCVE AI on September 13, 2026 at 07:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 13 Sep 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 4.1, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H'}

cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Sat, 12 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
References
Metrics threat_severity

None

cvssV3_1

{'score': 4.1, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description 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().
Title platform/x86: ISST: Validate socket ID in clos_assoc ioctl
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-13T06:29:24.643Z

Reserved: 2026-09-11T19:38:34.703Z

Link: CVE-2026-89442

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:24.613

Modified: 2026-09-13T07:17:08.810

Link: CVE-2026-89442

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:43:10Z

Links: CVE-2026-89442 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T07:30:17Z

Weaknesses