Skip to main content

Linux Kernel CVE-2026-72067

| EUVDEUVD-2026-59025 HIGH
2026-08-15 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-ff23-gxr2-xxhq
High
Disputed · 7.8 Vendor: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Share

Severity by source

Sources disagree (Low–High)
Vendor (416baaa9-dc9f-4396-8d5f-8c081fb06d67) PRIMARY
7.8 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
6.0 MEDIUM

CPU hotplug requires CAP_SYS_ADMIN (PR:H); triggering the specific rollback failure path is non-trivial (AC:H); no direct memory disclosure so C:L, but integrity and availability impacts are real.

3.1 AV:L/AC:H/PR:H/UI:N/S:U/C:L/I:H/A:H
4.0 AV:L/AC:H/AT:P/PR:H/UI:N/VC:L/VI:H/VA:H/SC:N/SI:N/SA:N
SUSE
3.0 MEDIUM
AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:L
Red Hat
5.5 LOW
qualitative

vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.

CVSS VectorVendor: 416baaa9-dc9f-4396-8d5f-8c081fb06d67

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 17, 2026 - 06:38 vuln.today
CVSS changed
Aug 17, 2026 - 06:22 NVD
7.8 (HIGH)
Patch available
Aug 15, 2026 - 07:20 EUVD
CVE Published
Aug 15, 2026 - 06:21 cve.org
HIGH 7.8
CVE Published
Aug 15, 2026 - 06:21 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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

cpu: hotplug: Preserve per instance callback errors

cpuhp_invoke_callback() unwinds earlier callbacks for the same hotplug state when one instance fails. The rollback path currently reuses ret, so a successful rollback can hide the original error and make the failed transition look successful.

Keep the rollback result separate from the original error.

AnalysisAI

Error-masking in the Linux kernel CPU hotplug subsystem allows a failed CPU state transition to silently appear successful to callers, spanning stable branches from 4.14 through 7.1.x. The root cause is that cpuhp_invoke_callback() reuses the ret variable in its rollback path: when one instance callback fails and the subsequent rollback succeeds, the rollback's zero return overwrites the original non-zero error, hiding the failure from higher-level consumers. No active exploitation is confirmed - EPSS sits at 0.22% (13th percentile) and there is no CISA KEV listing - but patches are available across all affected stable branches.

Technical ContextAI

The flaw lives in the Linux kernel CPU hotplug infrastructure (cpu/hotplug.c), specifically cpuhp_invoke_callback(). CPU hotplug is the kernel mechanism for dynamically bringing processor cores online or offline at runtime; each hotplug state can have multiple registered per-instance callbacks. When one instance's callback fails, the function is supposed to unwind already-completed callbacks for that state and then surface the original error to the caller. The bug is a variable-reuse defect: the rollback loop writes its own return value back into ret, so if the rollback itself succeeds (ret = 0), the original failure code is silently discarded and the transition is reported as successful. No CWE was formally assigned. The introduced commit is 724a86881d03ee5794148e65142e24ed3621be66, and the vulnerability is present across all downstream stable forks until their respective fix commits.

RemediationAI

Upgrade to a patched kernel stable release: 5.10.261 or later on the 5.10 LTS branch, 5.15.212 or later on 5.15 LTS, 6.1.178 or later on 6.1 LTS, 6.6.145 or later on 6.6 LTS, 6.12.97 or later on 6.12 LTS, 6.18.40 or later on 6.18, or 7.1.5 or later on the 7.1 branch; the 7.2-rc1 mainline tree also contains the fix. All patch commits are published at https://git.kernel.org/stable/c/. For systems that cannot be immediately patched, restricting access to CPU hotplug controls via seccomp or AppArmor profiles - specifically blocking writes to /sys/devices/system/cpu/cpuN/online - reduces exposure but disables dynamic CPU hotplug functionality entirely, which may impact power management and NUMA balancing workloads. Ensuring only processes with genuine operational need hold CAP_SYS_ADMIN further limits the attack surface. Monitoring kernel ring buffer logs (dmesg) for unexpected CPU hotplug state messages provides detection capability without preventing the error-masking condition itself.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Not-Affected

Share

CVE-2026-72067 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy