Bugzilla – Bug 1223702
VUL-0: CVE-2024-27033: kernel: f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic
Last modified: 2024-05-02 11:05:16 UTC
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(). References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-27033 https://www.cve.org/CVERecord?id=CVE-2024-27033 https://git.kernel.org/stable/c/0386408036bfc8b50296d9e544ff91c4d52af2db https://git.kernel.org/stable/c/6633cdc8b2ebefcddcfcdacfd063105e60f39a49 https://git.kernel.org/stable/c/abe98a05e7162f64759bf9111108ebcb11322dec https://git.kernel.org/stable/c/b896e302f79678451a94769ddd9e52e954c64fbb https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2024/CVE-2024-27033.mbox https://bugzilla.redhat.com/show_bug.cgi?id=2278467
We don't enable f2fs on any branch, so we are not affected. Closing.