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

cpu: hotplug: Bound hotplug states sysfs output

states_show() adds CPU hotplug state names into a single sysfs buffer
using sprintf(). With enough registered states, this can write past the
end of the PAGE_SIZE buffer.

Use sysfs_emit_at() so output is bounded.
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

states_show() uses an unbounded sprintf to write CPU hotplug state names into a single kernel buffer. When the number of registered states grows, the sprintf may write beyond the PAGE_SIZE boundary, corrupting adjacent kernel memory. Such corruption could lead to arbitrary code execution or a denial of service. The flaw falls under buffer overrun weaknesses (CWE-120).

Affected Systems

All Linux kernel releases prior to the commit that replaces states_show() with the safe sysfs_emit_at() implementation are affected. The entry does not list specific version numbers, so any kernel version that has not incorporated the fix through the referenced patch commits is considered vulnerable.

Risk and Exploitability

The CVSS score is 7.8, and the EPSS score is < 1%. The vulnerability is not listed in CISA’s KEV catalog, indicating no known public exploitation. However, because it occurs in kernel code, the flaw carries high potential severity: an attacker with ability to trigger the sysfs interface could execute arbitrary code or crash the system. The lack of public exploits does not diminish the risk, so the flaw should be treated as a high‑risk kernel bug until mitigation is applied.

Generated by OpenCVE AI on August 18, 2026 at 05:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes the sysfs_emit_at() fix for CPU hotplug states.
  • If using a custom kernel, cherry‑pick the commit that replaces states_show() with sysfs_emit_at() and recompile the kernel.
  • Disable the hotplug sysfs interface to remove the attack surface if a patch cannot be applied immediately.

Generated by OpenCVE AI on August 18, 2026 at 05:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 16:45:00 +0000


Tue, 18 Aug 2026 04:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Tue, 18 Aug 2026 00:15:00 +0000

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

None

threat_severity

Moderate


Mon, 17 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

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

Type Values Removed Values Added
Metrics 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, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: cpu: hotplug: Bound hotplug states sysfs output states_show() adds CPU hotplug state names into a single sysfs buffer using sprintf(). With enough registered states, this can write past the end of the PAGE_SIZE buffer. Use sysfs_emit_at() so output is bounded.
Title cpu: hotplug: Bound hotplug states sysfs output
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-19T16:35:55.630Z

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

Link: CVE-2026-72066

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-19T17:20:57.343

Link: CVE-2026-72066

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72066 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T05:45:03Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')