VYPR
Unrated severityNVD Advisory· Published Oct 22, 2025· Updated Apr 15, 2026

CVE-2023-53695

CVE-2023-53695

Description

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

udf: Detect system inodes linked into directory hierarchy

When UDF filesystem is corrupted, hidden system inodes can be linked into directory hierarchy which is an avenue for further serious corruption of the filesystem and kernel confusion as noticed by syzbot fuzzed images. Refuse to access system inodes linked into directory hierarchy and vice versa.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A flaw in the Linux kernel's UDF filesystem allows corrupted images to link hidden system inodes into the directory tree, enabling filesystem corruption and kernel confusion.

Vulnerability

Details

CVE-2023-53695 is a security flaw in the Linux kernel's UDF (Universal Disk Format) filesystem implementation. When a corrupted UDF image is mounted, hidden system inodes can be improperly linked into the directory hierarchy. This violates the filesystem's internal structure and can lead to further serious corruption of the filesystem and kernel confusion, as observed by syzbot fuzzed images [1].

Exploitation

Exploitation requires an attacker to present a maliciously crafted UDF filesystem image to the kernel, typically by mounting it. No special privileges beyond the ability to mount a filesystem are needed; the attack can be triggered by a local user or via a removable media. The kernel does not properly validate that system inodes are not exposed in the directory tree, allowing the attacker to cause the kernel to access these hidden inodes through normal directory operations.

Impact

An attacker can cause the kernel to operate on system inodes as if they were regular files or directories, leading to memory corruption, kernel panics, or potential privilege escalation. The vulnerability was discovered through syzbot fuzzing, indicating it can be reliably triggered.

Mitigation

The fix, committed to the Linux kernel stable branches, adds checks to refuse access to system inodes linked into the directory hierarchy and vice versa [1][2][3]. Users should update their kernel to a version containing the patch. No workaround is available other than avoiding mounting untrusted UDF images.

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

7

Vulnerability mechanics

Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

7

News mentions

0

No linked articles in our index yet.