5 matches found
CVE-2024-42296
creationtimestamp| type| source ---|---|--- 2025-12-03 14:14:49+00:00| seen| https://vulnerability.circl.lu/bundle/816dcc8e-f25a-4895-9b59-1bbd9caeccb8...
Linux Distros Unpatched Vulnerability : CVE-2024-42296
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - f2fs: fix return value of f2fsconvertinlineinode If device is readonly, make f2fsconvertinlineinode return EROFS instead of zero, otherwise it may trigger panic...
BELL-CVE-2024-42296
Bulletin has no description...
CVE-2024-42296
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix return value of f2fsconvertinlineinode If device is readonly, make f2fsconvertinlineinode return EROFS instead of zero, otherwise it may trigger panic during writeback of inline inode's dirty page as below:...
CVE-2024-42296
CVE-2024-42296 refers to a Linux kernel issue in f2fs where f2fs_convert_inline_inode() could return 0 on readonly devices, triggering a panic during writeback of an inline inode’s dirty page. The fix changes the return to EROFS in readonly scenarios. The vulnerability is documented with affected...