CVE-2026-72066
Received Received - Intake

Hotplug State Buffer Overflow in Linux Kernel

Vulnerability report for CVE-2026-72066, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-19

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-19
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a buffer overflow in the CPU hotplug states sysfs output. The states_show() function writes CPU hotplug state names into a sysfs buffer using sprintf(), which can exceed the buffer's PAGE_SIZE limit if enough states are registered. This allows writing past the buffer's end.

Detection Guidance

This vulnerability is specific to the Linux kernel's CPU hotplug functionality and may not have direct network detection methods. Check kernel logs for CPU hotplug state errors or sysfs buffer overflow warnings. Commands like dmesg | grep -i hotplug or cat /sys/devices/system/cpu/cpu*/online may help identify issues.

Impact Analysis

This vulnerability could allow an attacker to corrupt kernel memory by triggering excessive CPU hotplug states. This might lead to system crashes, privilege escalation, or other malicious activities depending on the attacker's goals and system configuration.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a low-level kernel issue related to buffer overflow in CPU hotplug state output. No evidence suggests it impacts data protection, privacy, or security controls required by these regulations.

Mitigation Strategies

Update your Linux kernel to the latest stable version that includes the fix for this vulnerability. Monitor kernel updates from your distribution vendor and apply patches promptly. No additional configuration changes are required beyond the kernel update.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72066. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart