CVE-2024-42306
Last modified
CVE-2024-42306 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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). EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.14.326, < 4.15 |
| Linux | Linux Kernel | >= 4.19.295, < 4.20 |
| Linux | Linux Kernel | >= 5.4.257, < 5.4.282 |
| Linux | Linux Kernel | >= 5.10.195, < 5.10.224 |
| Linux | Linux Kernel | >= 5.15.132, < 5.15.165 |
| Linux | Linux Kernel | >= 6.1.53, < 6.1.103 |
| Linux | Linux Kernel | >= 6.3, < 6.6.44 |
| Linux | Linux Kernel | >= 6.7, < 6.10.3 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-42306?
How severe is CVE-2024-42306?
How do I fix CVE-2024-42306?
Are you affected by CVE-2024-42306?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
