ghsa-8rcv-4vh9-rv82
Vulnerability from github
Published
2025-05-02 18:31
Modified
2025-05-02 18:31
VLAI Severity ?
Details
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().
{ "affected": [], "aliases": [ "CVE-2023-53129" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-05-02T16:15:31Z", "severity": null }, "details": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: Fix deadlock during directory rename\n\nAs lockdep properly warns, we should not be locking i_rwsem while having\ntransactions started as the proper lock ordering used by all directory\nhandling operations is i_rwsem -\u003e transaction start. Fix the lock\nordering by moving the locking of the directory earlier in\next4_rename().", "id": "GHSA-8rcv-4vh9-rv82", "modified": "2025-05-02T18:31:37Z", "published": "2025-05-02T18:31:37Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53129" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/2ef7f829214fa8f428d953b49557b89b2b02db66" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/352c728653a1179ce7bb37a4c8aa8404d83914a2" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/3c92792da8506a295afb6d032b4476e46f979725" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/6b06c4ae64e3557a19b3bb0b6dbf641bc41fc218" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/a2bc806e95bde8de3a0d675051d9ae78dcf6c691" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/b113f90204479f55a17295bedf0cc966a60c7a56" } ], "schema_version": "1.4.0", "severity": [] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…