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

xfs: lock the healthmon when inserting unmount event

LOLLM complains that xfs_healthmon_unmount does an unlocked insert of
the unmount event into the health monitor's event list. Fix that.
Published: 2026-09-25
Score: n/a
EPSS: n/a
KEV: No
Impact: Data Corruption and Potential Denial of Service on the XFS Health Monitor
Action: Apply Patch
AI Analysis

Impact

The flaw stems from an absence of locking around the insertion of unmount events into the XFS health monitor’s event list. Because the insertion occurs without acquiring the monitor’s mutex, concurrent operations can corrupt the list or otherwise disrupt health monitoring. The resulting data corruption can degrade file system integrity and may lead to a system-wide denial of service if the health monitor’s state becomes inconsistent during ongoing operations.

Affected Systems

All Linux kernel releases that include the XFS health monitor and lack the applied fix are affected. The advisory does not enumerate explicit version ranges, so any distribution kernel containing the unpatched code is potentially vulnerable.

Risk and Exploitability

No CVSS or EPSS score is available, and the vulnerability is not listed in CISA KEV. The bug is a race condition involving privileged kernel code; successful exploitation would require local root access or an ability to trigger multiple unmounts simultaneously. While exploitation complexity is high, the impact on data integrity and availability is significant enough that operating systems should treat it as a high‑severity issue.

Generated by OpenCVE AI on September 25, 2026 at 13:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that includes the XFS health monitor race‑condition fix.
  • If an immediate kernel update is not possible, restrict unmount operations and avoid concurrent unmounts until the patch is applied.
  • Verify that the health monitor is functioning correctly after the kernel upgrade, ensuring that event lists remain stable during normal system operation.

Generated by OpenCVE AI on September 25, 2026 at 13:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Fri, 25 Sep 2026 10:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: xfs: lock the healthmon when inserting unmount event LOLLM complains that xfs_healthmon_unmount does an unlocked insert of the unmount event into the health monitor's event list. Fix that.
Title xfs: lock the healthmon when inserting unmount event
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-09-25T10:21:45.260Z

Reserved: 2026-09-24T16:01:01.154Z

Link: CVE-2026-97553

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T11:17:05.757

Modified: 2026-09-25T11:17:05.757

Link: CVE-2026-97553

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T13:15:07Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')