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

md/md-llbitmap: fix percpu_ref not resurrected on suspend timeout

When llbitmap_suspend_timeout() times out waiting for percpu_ref to
become zero, it returns -ETIMEDOUT without resurrecting the percpu_ref.
The caller (md_llbitmap_daemon_fn) then continues to the next page
without calling llbitmap_resume(), leaving the percpu_ref in a killed
state permanently.

Fix this by resurrecting the percpu_ref before returning the error,
ensuring the page control structure remains usable for subsequent
operations.
Published: 2026-05-27
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The bug in the Linux kernel causes a per‑CPU reference counter for page control structures to remain in a killed state when a suspend timeout occurs, because the timeout path returns an error without resurrecting the reference. This leaves the page control structure permanently unusable for future operations, which can prevent later kernel components that depend on that structure from functioning correctly. The result is a loss of kernel functionality that may manifest as failed operations, kernel warnings, or potentially a panic if critical code relies on the structure.

Affected Systems

The vulnerability applies to any Linux kernel that includes the llbitmap module before the patch was applied. No specific version range is listed, so all kernel builds that contain the llbitmap_daemon implementation and the suspend timeout path are potentially affected.

Risk and Exploitability

The CVSS score of 5.5 indicates a medium severity. EPSS data is not available and the vulnerability is not listed in the CISA KEV catalog, so there are no published exploits. The attack vector would require interaction with the kernel’s suspend handling path, typically available only to privileged users or system processes. While no active exploits have been reported, repeated triggering of the suspend timeout could degrade kernel stability, so the risk is considered moderate but could lead to denial of service if the bug is exploited or repeatedly triggered.

Generated by OpenCVE AI on May 28, 2026 at 01:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel version that includes the llbitmap fix for CVE‑2026‑45955.
  • If a newer kernel is not available, apply the patch from commit 095417d6b669c2dec39a5842ccb94df915f97f54 to the kernel source tree and rebuild the kernel.
  • If immediate patching is not possible, disable kernel autosuspend for the affected devices to avoid triggering the suspend timeout until a fix is available.

Generated by OpenCVE AI on May 28, 2026 at 01:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 28 May 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-911
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

Low


Wed, 27 May 2026 21:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: md/md-llbitmap: fix percpu_ref not resurrected on suspend timeout When llbitmap_suspend_timeout() times out waiting for percpu_ref to become zero, it returns -ETIMEDOUT without resurrecting the percpu_ref. The caller (md_llbitmap_daemon_fn) then continues to the next page without calling llbitmap_resume(), leaving the percpu_ref in a killed state permanently. Fix this by resurrecting the percpu_ref before returning the error, ensuring the page control structure remains usable for subsequent operations.
Title md/md-llbitmap: fix percpu_ref not resurrected on suspend timeout
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-05-27T12:18:10.951Z

Reserved: 2026-05-13T15:03:33.088Z

Link: CVE-2026-45955

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-27T14:17:12.050

Modified: 2026-05-27T14:48:03.013

Link: CVE-2026-45955

cve-icon Redhat

Severity : Low

Publid Date: 2026-05-27T00:00:00Z

Links: CVE-2026-45955 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-28T02:00:04Z

Weaknesses