CVE-2023-54140

Linux Kernel - Denial of Service via NilFS2 Discarded Buffer Reuse

Title source: llm
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse A syzbot stress test using a corrupted disk image reported that mark_buffer_dirty() called from __nilfs_mark_inode_dirty() or nilfs_palloc_commit_alloc_entry() may output a kernel warning, and can panic if the kernel is booted with panic_on_warn. This is because nilfs2 keeps buffer pointers in local structures for some metadata and reuses them, but such buffers may be forcibly discarded by nilfs_clear_dirty_page() in some critical situations. This issue is reported to appear after commit 28a65b49eb53 ("nilfs2: do not write dirty data after degenerating to read-only"), but the issue has potentially existed before. Fix this issue by checking the uptodate flag when attempting to reuse an internally held buffer, and reloading the metadata instead of reusing the buffer if the flag was lost.

Scores

EPSS 0.0020
EPSS Percentile 10.4%

Details

Status published
Products (28)
linux/Kernel 3.10.0 - 4.14.326linux
linux/Kernel 4.15.0 - 4.19.295linux
linux/Kernel 4.20.0 - 5.4.257linux
linux/Kernel 5.11.0 - 5.15.131linux
linux/Kernel 5.16.0 - 6.1.52linux
linux/Kernel 5.5.0 - 5.10.195linux
linux/Kernel 6.2.0 - 6.4.15linux
linux/Kernel 6.5.0 - 6.5.2linux
Linux/Linux < 3.10
Linux/Linux 3.10
... and 18 more
Published Dec 24, 2025
Tracked Since Feb 18, 2026