SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-80535

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS · Published 2026-08-26 · Last synced 2026-09-20

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's handling of self-referential directories within the XFS file system, where improper locking could lead to potential deadlocks during directory deletion. This flaw could impact system stability and performance, particularly in environments with complex directory structures. Administrators of Linux systems utilizing XFS should prioritize applying the patch to mitigate risks associated with this issue.

CVE
CVE-2026-80535
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: xfs: don't double-lock when deleting a self-referential directory LOLLM notices that the dirtree scrubber can detect a directory that refers to itself. In this case, it's not correct for the directory tree repair code to try to iolock/ilock both sc->ip and dp, because they're the same inode. Fix this by detecting that corner case and handling it appropriately.