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

platform/x86: ISST: Restore SST-PP control to all domains

The SST-PP control offset is only restored to power domain 0 after
resume. During suspend, control values are read and stored for all
power domains.

Use pd_info->sst_base instead of power_domain_info->sst_base, which
only points to power domain 0 base address.
Published: 2026-08-15
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The kernel incorrectly resets the SST-PP control offset only for power domain zero after a resume operation. During suspend, the control values for all power domains are read and stored, but the restoration process uses the pointer to power_domain_info->sst_base, which points only to the base address of power domain zero. The result is that power domain management may operate with stale or incorrect control registers, potentially destabilizing the system or causing a denial of service by improperly shutting down or powering devices. This weakness is manifested as a kernel memory handling error that compromises the integrity of power domain configuration.

Affected Systems

All Linux kernel builds are affected, because the vulnerability originates in the generic x86 ISST power management code referenced by the kernel’s vendor product image.

Risk and Exploitability

The EPSS score is <1%, indicating a very low likelihood of exploitation, and the vulnerability is not listed in CISA’s KEV catalog. The CVSS score of 7.1 indicates high severity. The defect requires privileged kernel execution because it occurs within core power management components; it is therefore considered a local, privilege-dependent flaw. An attacker with local or kernel privileges could trigger the suspend/resume cycle to provoke corruption, potentially leading to service disruption. The lack of publicly known exploits suggests that the risk to unprivileged users is low, but any system that relies on reliable power domain control is recommended to update promptly.

Generated by OpenCVE AI on August 22, 2026 at 12:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to the latest stable version that includes the recent ISST patch
  • If a patch is unavailable, verify that the kernel configuration disables ISST support or the related power domain features until an update is applied
  • After applying the patch, reboot the system to ensure that the SST‑PP control offsets are correctly restored for all domains

Generated by OpenCVE AI on August 22, 2026 at 12:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-665

Wed, 19 Aug 2026 00:15:00 +0000


Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 15 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-665

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: platform/x86: ISST: Restore SST-PP control to all domains The SST-PP control offset is only restored to power domain 0 after resume. During suspend, control values are read and stored for all power domains. Use pd_info->sst_base instead of power_domain_info->sst_base, which only points to power domain 0 base address.
Title platform/x86: ISST: Restore SST-PP control to all domains
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-08-17T05:40:51.234Z

Reserved: 2026-08-09T03:40:39.908Z

Link: CVE-2026-72143

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:31.953

Modified: 2026-08-17T06:18:14.327

Link: CVE-2026-72143

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72143 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T12:30:16Z

Weaknesses
  • CWE-628

    Function Call with Incorrectly Specified Arguments