CVE Catalog

CVE-2026-98141

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, update_reparse_data() in the ntfs driver ignores the return value of set_reparse_index(). When index insertion fails, the code removes the just-written reparse data as cleanup but still returns 0, so symlink(2) reports success while no reparse data exists on disk.

Risk Assessment

Applications may receive false confirmation that a symlink or WSL special file was created while no corresponding data exists on disk, leading to filesystem inconsistencies.

Recommendation

Update the Linux kernel to a version containing the fix that propagates the error from set_reparse_index() to the caller.

Other vulnerabilities in Linux kernel (ntfs)

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ntfs: propagate reparse index insertion failure update_reparse_data() ignores the return value of set_reparse_index(). When index insertion fails, the code removes the just-written reparse data as cleanup but still returns 0, so symlink(2) (and WSL special file creation) reports success while no reparse data exists on disk. When there was no previous reparse data (oldsize == 0), the failure was likewise silently ignored. Propagate the error to the caller.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS