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

platform/x86: ISST: Add a NULL check for sst_inst[]

To be consistent with other places, add a NULL check for failed socket
loading by checking isst_common.sst_inst[].
Published: 2026-09-11
Score: 4.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch
AI Analysis

Impact

The vulnerability is a null pointer dereference in the Linux kernel ISST driver, affecting the sst_inst[] array when loading a socket fails. If the null pointer is dereferenced, the kernel can crash, resulting in a loss of system availability and forcing a reboot. This weakness is identified as CWE‑476, a classic null‑pointer dereference scenario.

Affected Systems

All Linux kernel implementations prior to the inclusion of the NULL check are affected. The affected module is the ISST driver in the platform/x86 subsystem. Any kernel that has not been updated to a version containing the 3de2776e9d7… commit (or later equivalent) remains vulnerable.

Risk and Exploitability

The CVSS score of 4.4 indicates a moderate severity. The EPSS score is below 1% and the vulnerability is not listed in the CISA KEV catalog, suggesting low exploitation likelihood and no known active use in the wild. Exploitation requires local or privileged access and the ability to cause a socket load failure, making it a local denial of service vector rather than a remote exploit.

Generated by OpenCVE AI on September 13, 2026 at 03:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that includes the sst_inst null check (e.g., the latest stable release or the patch containing commit 3de2776e9d7…).
  • Reboot the system so the updated kernel and driver are in operation.
  • Add the system to an automated kernel update or security patching process to receive future fixes promptly.

Generated by OpenCVE AI on September 13, 2026 at 03:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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.4, 'vector': 'CVSS:3.1/AV:L/AC:L/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: Add a NULL check for sst_inst[] To be consistent with other places, add a NULL check for failed socket loading by checking isst_common.sst_inst[].
Title platform/x86: ISST: Add a NULL check for sst_inst[]
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-11T19:43:08.745Z

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

Link: CVE-2026-89439

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-09-11T20:19:24.203

Link: CVE-2026-89439

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-89439 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T04:00:08Z

Weaknesses