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

x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC enabled

The architecture updates the cpu_mask in a domain's header to track which
online CPUs are associated with the domain. When this mask becomes empty
the architecture initiates offline of the domain that includes calling
on resctrl fs to offline the domain. If it is a monitoring domain in
which LLC occupancy is tracked resctrl fs forces the limbo handler to
clear all busy RMID state associated with the domain.

The limbo handler always reads the current event value associated with a
busy RMID irrespective of it being checked as part of regular "is it still
busy" check or whether it will be forced released anyway. When reading an
RMID on a system with SNC enabled the "logical RMID" is converted to the
"physical RMID" and this conversion requires the NUMA node ID of the
resctrl monitoring domain that is in turn determined by querying the NUMA
node ID of any CPU belonging to the monitoring domain.

When the monitoring domain is going offline its cpu_mask is empty causing
the NUMA node ID query via cpu_to_node() to be done with "nr_cpu_ids" as
argument resulting in an out-of-bounds access.

Refactor the limbo handler to skip reading the RMID when the RMID will
just be forced to no longer be dirty in the domain anyway. Add a safety
check to the architecture's RMID reader to protect against this scenario.
Published: 2026-07-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability arises in the Linux kernel’s resctrl subsystem. When a monitoring domain with System‑Node‑Cores (SNC) enabled is offlined, the architecture updates its cpu_mask to empty and calls the limbo handler. The handler then reads the RMID array for a logical RMID that has been converted to a physical RMID using a NUMA node lookup. Because the domain’s cpu_mask is empty, the cpu_to_node() call receives an index equal to nr_cpu_ids, which is outside the valid range and causes an out‑of‑bounds read in the RMID array. The overflow can corrupt kernel data or result in a crash. This flaw is a classic out‑of‑bounds array read (CWE‑125).

Affected Systems

All kernel builds that implement the resctrl filesystem and enable SNC support are susceptible. The CVE does not list specific kernel releases, so any distribution kernel containing this code is considered vulnerable until the fix is applied.

Risk and Exploitability

The CVSS score of 5.5 indicates medium severity, while the EPSS score of less than 1 % reflects a low likelihood of exploitation. The flaw is not listed in the CISA KEV catalog, suggesting no widespread exploitation has been observed. Exploitation would require an actor able to trigger offlining of a CPU in a monitoring domain, a privileged operation. No evidence of remote exploitation is present, and the primary consequence is a kernel crash leading to denial of service.

Generated by OpenCVE AI on August 3, 2026 at 18:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that contains the resctrl offlining fix, such as the patch added in commit 58c5ec23 or later
  • Disable SNC support or prevent offlining of monitoring domains when SNC is active, for example by using kernel boot parameters or by removing CPUs from the domain before offlining
  • Monitor kernel logs for OOPS or BUG messages that indicate an out‑of‑bounds access and apply the update if such events occur

Generated by OpenCVE AI on August 3, 2026 at 18:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
History

Tue, 28 Jul 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC enabled The architecture updates the cpu_mask in a domain's header to track which online CPUs are associated with the domain. When this mask becomes empty the architecture initiates offline of the domain that includes calling on resctrl fs to offline the domain. If it is a monitoring domain in which LLC occupancy is tracked resctrl fs forces the limbo handler to clear all busy RMID state associated with the domain. The limbo handler always reads the current event value associated with a busy RMID irrespective of it being checked as part of regular "is it still busy" check or whether it will be forced released anyway. When reading an RMID on a system with SNC enabled the "logical RMID" is converted to the "physical RMID" and this conversion requires the NUMA node ID of the resctrl monitoring domain that is in turn determined by querying the NUMA node ID of any CPU belonging to the monitoring domain. When the monitoring domain is going offline its cpu_mask is empty causing the NUMA node ID query via cpu_to_node() to be done with "nr_cpu_ids" as argument resulting in an out-of-bounds access. Refactor the limbo handler to skip reading the RMID when the RMID will just be forced to no longer be dirty in the domain anyway. Add a safety check to the architecture's RMID reader to protect against this scenario.
Title x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC enabled
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-07-25T08:51:39.558Z

Reserved: 2026-07-19T15:36:31.791Z

Link: CVE-2026-64477

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-07-25T10:17:33.243

Modified: 2026-07-25T10:17:33.243

Link: CVE-2026-64477

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64477 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T18:45:17Z

Weaknesses