In the Linux kernel, the following vulnerability has been resolved:
nilfs2: fix kernel bug on rename operation of broken directory
Syzbot reported that in rename directory operation on broken directory on
nilfs2, __block_write_begin_int() called to prepare block write may fail
BUG_ON check for access exceeding the folio/page size.
This is because nilfs_dotdot(), which gets parent directory reference
entry ("..") of the directory to be moved or renamed, does not check
consistency enough, and may return location exceeding folio/page size for
broken directories.
Fix this issue by checking required directory entries ("." and "..") in
the first chunk of the directory in nilfs_dotdot().
Metrics
Affected Vendors & Products
References
History
Thu, 12 Sep 2024 20:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
Wed, 11 Sep 2024 13:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
Fri, 30 Aug 2024 10:45:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Weaknesses | CWE-99 |
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-07-29T14:31:49.043Z
Updated: 2024-11-05T09:35:23.584Z
Reserved: 2024-07-12T12:17:45.619Z
Link: CVE-2024-41034
Vulnrichment
Updated: 2024-08-02T04:39:56.078Z
NVD
Status : Awaiting Analysis
Published: 2024-07-29T15:15:11.990
Modified: 2024-07-29T16:21:52.517
Link: CVE-2024-41034
Redhat