VDB
DEBIAN-CVE-2024-40972
DEBIAN-CVE-2024-40972
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: ext4: do not create EA inode under buffer lock ext4_xattr_set_entry() creates new EA inodes while holding buffer lock on the external xattr block. This is problematic as it nests all the allocation locking (which acquires locks on other buffers) under the buffer lock. This can even deadlock when the filesystem is corrupted and e.g. quota file is setup to contain xattr block as data block. Move the allocation of EA inode out of ext4_xattr_set_entry() into the callers.
Risk Scores
CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux | 6.12.22-1, 6.4, 6.4 |
| Debian:14 | linux | 0, 0 |
| Debian:11 | linux-6.1 | 6.1.106-3, 6.1.112-1, 0 |
| Debian:13 | linux | 0, 0 |
| Debian:12 | linux | 6.1.64-1, 6.1.66-1, 6.1.67-1 |
Timeline
- Jul 12, 2024 CVE Published
- Apr 28, 2026 CVE Updated