Bug 2363783 (CVE-2023-53129) - CVE-2023-53129 kernel: ext4: Fix deadlock during directory rename
Summary: CVE-2023-53129 kernel: ext4: Fix deadlock during directory rename
Keywords:
Status: NEW
Alias: CVE-2023-53129
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-05-02 16:05 UTC by OSIDB Bzimport
Modified: 2025-05-13 07:22 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-05-02 16:05:34 UTC
In the Linux kernel, the following vulnerability has been resolved:

ext4: Fix deadlock during directory rename

As lockdep properly warns, we should not be locking i_rwsem while having
transactions started as the proper lock ordering used by all directory
handling operations is i_rwsem -> transaction start. Fix the lock
ordering by moving the locking of the directory earlier in
ext4_rename().

Comment 1 Avinash Hanwate 2025-05-05 05:52:02 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025050234-CVE-2023-53129-038a@gregkh/T

Comment 4 TEJ RATHI 2025-05-13 07:22:43 UTC
This CVE has been rejected upstream: https://lore.kernel.org/linux-cve-announce/2025050841-REJECTED-accf@gregkh/


Note You need to log in before you can comment on or make changes to this bug.