VDB
CISA-2024-42306
CISA-2024-42306
PUBLISHED
Reported by Linux · Published August 17, 2024
In the Linux kernel, the following vulnerability has been resolved: udf: Avoid using corrupted block bitmap buffer When the filesystem block bitmap is corrupted, we detect the corruption while loading the bitmap and fail the allocation with error. However the next allocation from the same bitmap will notice the bitmap buffer is already loaded and tries to allocate from the bitmap with mixed results (depending on the exact nature of the bitmap corruption). Fix the problem by using BH_verified bit to indicate whether the bitmap is valid or not.
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 7648ea9896b31aff38830d81188f5b7a1773e4a8, 4ac54312f623c6d2ca30c36c1ef530c11f5aff64, 099bf90d7fc4622da9fd4727f6d318a0f12d10be |
| Linux | Linux | 6.3, 0, 5.4.282 |
| Linux | Linux | *, 4ac54312f623c6d2ca30c36c1ef530c11f5aff64, 099bf90d7fc4622da9fd4727f6d318a0f12d10be |
| linux | linux_kernel | 5.10.195, 6.1.53, 6.3 |
Timeline
- Aug 17, 2024 CVE Published
- May 4, 2025 CVE Updated