CVE-2024-42104

Source
https://cve.org/CVERecord?id=CVE-2024-42104
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-42104.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-42104
Downstream
Related
Published
2024-07-30T07:46:00.180Z
Modified
2026-03-13T07:57:19.030381Z
Summary
nilfs2: add missing check for inode numbers on directory entries
Details

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

nilfs2: add missing check for inode numbers on directory entries

Syzbot reported that mounting and unmounting a specific pattern of corrupted nilfs2 filesystem images causes a use-after-free of metadata file inodes, which triggers a kernel bug in lruaddfn().

As Jan Kara pointed out, this is because the link count of a metadata file gets corrupted to 0, and nilfsevictinode(), which is called from iput(), tries to delete that inode (ifile inode in this case).

The inconsistency occurs because directories containing the inode numbers of these metadata files that should not be visible in the namespace are read without checking.

Fix this issue by treating the inode numbers of these internal files as errors in the sanity check helper when reading directory folios/pages.

Also thanks to Hillf Danton and Matthew Wilcox for their initial mm-layer analysis.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/42xxx/CVE-2024-42104.json"
}
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
2ba466d74ed74f073257f86e61519cb8f8f46184
Fixed
c33c2b0d92aa1c2262d999b2598ad6fbd53bd479
Fixed
07c176e7acc5579c133bb923ab21316d192d0a95
Fixed
2f2fa9cf7c3537958a82fbe8c8595a5eb0861ad7
Fixed
b11e8fb93ea5eefb2e4e719497ea177a58ff6131
Fixed
1b7d549ed2c1fa202c751b69423a0d3a6bd5a180
Fixed
3ab40870edb883b9633dc5cd55f5a2a11afa618d
Fixed
265fff1a01cdc083aeaf0d934c929db5cc64aebf
Fixed
bb76c6c274683c8570ad788f79d4b875bde0e458

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-42104.json"