CVE-2023-53311

Source
https://cve.org/CVERecord?id=CVE-2023-53311
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-53311.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-53311
Downstream
Related
Published
2025-09-16T16:11:49.099Z
Modified
2026-07-15T01:48:55.799148002Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput
Details

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

nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput

During unmount process of nilfs2, nothing holds nilfsroot structure after nilfs2 detaches its writer in nilfsdetachlogwriter(). Previously, nilfsevictinode() could cause use-after-free read for nilfsroot if inodes are left in "garbagelist" and released by nilfsdisposelist at the end of nilfsdetachlogwriter(), and this bug was fixed by commit 9b5a04ac3ad9 ("nilfs2: fix use-after-free bug of nilfsroot in nilfsevictinode()").

However, it turned out that there is another possibility of UAF in the call path where markinodedirty_sync() is called from iput():

nilfsdetachlogwriter() nilfsdisposelist() iput() markinodedirtysync() __markinodedirty() nilfsdirtyinode() _nilfsmarkinodedirty() nilfsloadinodeblock() --> causes UAF of nilfsroot struct

This can happen after commit 0ae45f63d4ef ("vfs: add support for a lazytime mount option"), which changed iput() to call markinodedirtysync() on its final reference if istate has IDIRTYTIME flag and i_nlink is non-zero.

This issue appears after commit 28a65b49eb53 ("nilfs2: do not write dirty data after degenerating to read-only") when using the syzbot reproducer, but the issue has potentially existed before.

Fix this issue by adding a "purging flag" to the nilfs structure, setting that flag while disposing the "garbage_list" and checking it in _nilfsmarkinodedirty().

Unlike commit 9b5a04ac3ad9 ("nilfs2: fix use-after-free bug of nilfsroot in nilfsevictinode()"), this patch does not rely on nswriter to determine whether to skip operations, so as not to break recovery on mount. The nilfssalvageorphan_logs routine dirties the buffer of salvaged data before attaching the log writer, so changing __nilfsmarkinodedirty() to skip the operation when nswriter is NULL will cause recovery write to fail. The purpose of using the cleanup-only flag is to allow for narrowing of such conditions.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/53xxx/CVE-2023-53311.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0ae45f63d4ef8d8eeec49c7d8b44a1775fff13e8
Fixed
11afd67f1b3c28eb216e50a3ca8dbcb69bb71793
Fixed
a3c3b4cbf9b8554120fb230e6516e980c6277487
Fixed
d2c539c216cce74837a9cf5804eb205939b82227
Fixed
37207240872456fbab44a110bde6640445233963
Fixed
3645510cf926e6af2f4d44899370d7e5331c93bd
Fixed
7532ff6edbf5242376b24a95a2fefb59bb653e5a
Fixed
5828d5f5dc877dcfdd7b23102e978e2ecfd86d82
Fixed
f8654743a0e6909dc634cbfad6db6816f10f3399

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-53311.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.0.0
Fixed
4.14.323
Type
ECOSYSTEM
Events
Introduced
4.15.0
Fixed
4.19.292
Type
ECOSYSTEM
Events
Introduced
4.20.0
Fixed
5.4.254
Type
ECOSYSTEM
Events
Introduced
5.5.0
Fixed
5.10.191
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.127
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.46
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.4.11

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-53311.json"