First published: Wed May 01 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic verify_blkaddr() will trigger panic once we inject fault into f2fs_is_valid_blkaddr(), fix to remove this unnecessary f2fs_bug_on().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.2<6.6.23 | |
Linux Kernel | >=6.7<6.7.11 | |
Linux Kernel | >=6.8<6.8.2 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.10-1 6.12.11-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-27033 is classified as a low severity vulnerability in the Linux kernel.
To fix CVE-2024-27033, update to a patched version of the Linux kernel, such as 5.10.223-1, 5.10.226-1, or later versions.
CVE-2024-27033 affects Linux kernel versions between 6.2 and 6.6.23, 6.7 and 6.7.11, as well as 6.8 and 6.8.2.
CVE-2024-27033 is a bug in the f2fs file system handling within the Linux kernel.
Yes, CVE-2024-27033 can trigger a panic in the system under certain fault injection conditions.