First published: Fri May 02 2025(Updated: )
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().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-53129 is classified as a medium severity vulnerability in the Linux kernel.
To fix CVE-2023-53129, update your Linux kernel to the latest version that includes the patch for this vulnerability.
CVE-2023-53129 affects the Linux kernel, specifically systems that utilize the ext4 filesystem.
CVE-2023-53129 can potentially be exploited to cause deadlocks during directory rename operations in the ext4 filesystem.
Currently, the recommended approach for CVE-2023-53129 is to apply the official patch by updating the kernel.