CVE-2026-97553
Received Received - Intake

XFS Health Monitor Unmount Event Locking Issue

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

Publication date: 2026-09-25

Last updated on: 2026-09-25

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-25
Last Modified
2026-09-25
Generated
2026-09-25
AI Q&A
2026-09-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

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

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 is a Linux kernel vulnerability where the XFS file system's health monitor does not properly lock when inserting an unmount event. This could lead to race conditions or improper handling of the event list during unmount operations.

Detection Guidance

This vulnerability is specific to the Linux kernel's XFS filesystem and involves a locking issue during unmount events. Detection requires checking kernel logs for XFS-related errors or warnings during filesystem unmount operations. Use commands like dmesg | grep -i xfs or journalctl -k | grep -i xfs to review kernel logs for XFS-related issues.

Impact Analysis

The impact may include potential data corruption or system instability during file system unmount operations if the health monitor's event list is improperly accessed concurrently.

Mitigation Strategies

Apply the latest kernel update provided by your Linux distribution to patch this vulnerability. Monitor kernel logs for XFS-related errors after applying updates. Ensure proper filesystem unmount procedures are followed to avoid triggering the issue.

Chat Assistant

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

EPSS Chart