In the Linux kernel, the following vulnerability has been resolved:
f2fs: fix to do sanity check on F2FSINLINEDATA flag in inode during GC
syzbot reports a f2fs bug as below:
------------[ cut here ]------------ kernel BUG at fs/f2fs/inline.c:258! CPU: 1 PID: 34 Comm: kworker/u8:2 Not tainted 6.9.0-rc6-syzkaller-00012-g9e4bc4bcae01 #0 RIP: 0010:f2fswriteinlinedata+0x781/0x790 fs/f2fs/inline.c:258 Call Trace: f2fswritesingledatapage+0xb65/0x1d60 fs/f2fs/data.c:2834 f2fswritecachepages fs/f2fs/data.c:3133 [inline] _f2fswritedatapages fs/f2fs/data.c:3288 [inline] f2fswritedatapages+0x1efe/0x3a90 fs/f2fs/data.c:3315 dowritepages+0x35b/0x870 mm/page-writeback.c:2612 _writebacksingleinode+0x165/0x10b0 fs/fs-writeback.c:1650 writebacksbinodes+0x905/0x1260 fs/fs-writeback.c:1941 wbwriteback+0x457/0xce0 fs/fs-writeback.c:2117 wbdowriteback fs/fs-writeback.c:2264 [inline] wbworkfn+0x410/0x1090 fs/fs-writeback.c:2304 processonework kernel/workqueue.c:3254 [inline] processscheduledworks+0xa12/0x17c0 kernel/workqueue.c:3335 workerthread+0x86d/0xd70 kernel/workqueue.c:3416 kthread+0x2f2/0x390 kernel/kthread.c:388 retfromfork+0x4d/0x80 arch/x86/kernel/process.c:147 retfromforkasm+0x1a/0x30 arch/x86/entry/entry64.S:244
The root cause is: inlinedata inode can be fuzzed, so that there may be valid blkaddr in its direct node, once f2fs triggers background GC to migrate the block, it will hit f2fsbug_on() during dirty page writeback.
Let's add sanity check on F2FSINLINEDATA flag in inode during GC, so that, it can forbid migrating inline_data inode's data block for fixing.
[
{
"signature_version": "v1",
"signature_type": "Function",
"digest": {
"length": 2772.0,
"function_hash": "271553997539403540814307659003818262286"
},
"deprecated": false,
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fc01008c92f40015aeeced94750855a7111b6929",
"target": {
"file": "fs/f2fs/gc.c",
"function": "gc_data_segment"
},
"id": "CVE-2024-44942-31cba2bd"
},
{
"signature_version": "v1",
"signature_type": "Function",
"digest": {
"length": 2772.0,
"function_hash": "271553997539403540814307659003818262286"
},
"deprecated": false,
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@26c07775fb5dc74351d1c3a2bc3cdf609b03e49f",
"target": {
"file": "fs/f2fs/gc.c",
"function": "gc_data_segment"
},
"id": "CVE-2024-44942-4b177db4"
},
{
"signature_version": "v1",
"signature_type": "Line",
"digest": {
"threshold": 0.9,
"line_hashes": [
"254023411361221513994069832368314165704",
"172973594916988380623594658159369757372",
"323246276587390485463658977951320777113"
]
},
"deprecated": false,
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@26c07775fb5dc74351d1c3a2bc3cdf609b03e49f",
"target": {
"file": "fs/f2fs/gc.c"
},
"id": "CVE-2024-44942-ca977fda"
},
{
"signature_version": "v1",
"signature_type": "Function",
"digest": {
"length": 2772.0,
"function_hash": "271553997539403540814307659003818262286"
},
"deprecated": false,
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ae00e6536a2dd54b64b39e9a39548870cf835745",
"target": {
"file": "fs/f2fs/gc.c",
"function": "gc_data_segment"
},
"id": "CVE-2024-44942-cf358236"
},
{
"signature_version": "v1",
"signature_type": "Line",
"digest": {
"threshold": 0.9,
"line_hashes": [
"254023411361221513994069832368314165704",
"172973594916988380623594658159369757372",
"323246276587390485463658977951320777113"
]
},
"deprecated": false,
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ae00e6536a2dd54b64b39e9a39548870cf835745",
"target": {
"file": "fs/f2fs/gc.c"
},
"id": "CVE-2024-44942-dffac731"
},
{
"signature_version": "v1",
"signature_type": "Line",
"digest": {
"threshold": 0.9,
"line_hashes": [
"254023411361221513994069832368314165704",
"172973594916988380623594658159369757372",
"323246276587390485463658977951320777113"
]
},
"deprecated": false,
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fc01008c92f40015aeeced94750855a7111b6929",
"target": {
"file": "fs/f2fs/gc.c"
},
"id": "CVE-2024-44942-f34d7dc5"
}
]