CVE-2026-89442
Last modified
CVE-2026-89442 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
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().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 12a7d2cb811dd8a884dea088a2701fcb8d00136e, < c847ea4851ecfa3462cc711ded2c3c3dd8d08ab8; >= 12a7d2cb811dd8a884dea088a2701fcb8d00136e, < 0d90ab5f80e19cddfeb0c9fab47a1f34aa932075; >= 12a7d2cb811dd8a884dea088a2701fcb8d00136e, < 82e707eff9e3b7ef6d96ecc23ea8876d20c7d6ca; >= 12a7d2cb811dd8a884dea088a2701fcb8d00136e, < 207b4dc6eb100141b122b2602504a1429a4b6558; >= 12a7d2cb811dd8a884dea088a2701fcb8d00136e, < a89f07db0cb95c54dac4a8406c79a04e44a73c3c |
| Linux | Linux | 6.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89442?
How severe is CVE-2026-89442?
How do I fix CVE-2026-89442?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89437In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89438In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89439In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8944The Plugin for Google Analytics by IO technologies plugin fo…4.3
- CVE-2026-89440In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89441In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89443In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89444In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89445In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89446In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89447In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89448In the Linux kernel, the following vulnerability has been re…9.3
Are you affected by CVE-2026-89442?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
