In the Linux kernel, the following vulnerability has been resolved:
jfs: fix invalid free of JFSIP(ipimap)->iimap in diUnmount
syzbot found an invalid-free in diUnmount:
BUG: KASAN: double-free in slab_free mm/slub.c:3661 [inline] BUG: KASAN: double-free in __kmemcachefree+0x71/0x110 mm/slub.c:3674 Free of addr ffff88806f410000 by task syz-executor131/3632
CPU: 0 PID: 3632 Comm: syz-executor131 Not tainted 6.1.0-rc7-syzkaller-00012-gca57f02295f1 #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/26/2022 Call Trace: <TASK> __dumpstack lib/dumpstack.c:88 [inline] dump_stacklvl+0x1b1/0x28e lib/dumpstack.c:106 printaddressdescription+0x74/0x340 mm/kasan/report.c:284 printreport+0x107/0x1f0 mm/kasan/report.c:395 kasanreportinvalidfree+0xac/0xd0 mm/kasan/report.c:460 ____kasanslabfree+0xfb/0x120 kasanslabfree include/linux/kasan.h:177 [inline] slabfreehook mm/slub.c:1724 [inline] slabfreefreelisthook+0x12e/0x1a0 mm/slub.c:1750 slabfree mm/slub.c:3661 [inline] __kmemcachefree+0x71/0x110 mm/slub.c:3674 diUnmount+0xef/0x100 fs/jfs/jfsimap.c:195 jfsumount+0x108/0x370 fs/jfs/jfsumount.c:63 jfsputsuper+0x86/0x190 fs/jfs/super.c:194 genericshutdownsuper+0x130/0x310 fs/super.c:492 killblocksuper+0x79/0xd0 fs/super.c:1428 deactivatelockedsuper+0xa7/0xf0 fs/super.c:332 cleanupmnt+0x494/0x520 fs/namespace.c:1186 taskworkrun+0x243/0x300 kernel/taskwork.c:179 exittaskwork include/linux/taskwork.h:38 [inline] doexit+0x664/0x2070 kernel/exit.c:820 dogroup_exit+0x1fd/0x2b0 kernel/exit.c:950 __dosysexit_group kernel/exit.c:961 [inline] __sesysexit_group kernel/exit.c:959 [inline] _x64sysexitgroup+0x3b/0x40 kernel/exit.c:959 dosyscallx64 arch/x86/entry/common.c:50 [inline] dosyscall64+0x3d/0xb0 arch/x86/entry/common.c:80 entrySYSCALL64afterhwframe+0x63/0xcd [...]
JFSIP(ipimap)->iimap is not setting to NULL after free in diUnmount. If jfsremount() free JFSIP(ipimap)->iimap but then failed at diMount(). JFSIP(ipimap)->iimap will be freed once again. Fix this problem by setting JFSIP(ipimap)->i_imap to NULL after free.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/53xxx/CVE-2023-53616.json"
}[
{
"digest": {
"line_hashes": [
"133827746147234068881298674199358937925",
"68598259990182550787446577866965705887",
"94713990360657289986748788560017519819",
"77036855989587928354064859561168053927"
],
"threshold": 0.9
},
"deprecated": false,
"signature_type": "Line",
"signature_version": "v1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4de3a603010e0ca334487de24c6aab0777b7f808",
"id": "CVE-2023-53616-12145ab1",
"target": {
"file": "fs/jfs/jfs_imap.c"
}
},
{
"digest": {
"line_hashes": [
"133827746147234068881298674199358937925",
"68598259990182550787446577866965705887",
"94713990360657289986748788560017519819",
"77036855989587928354064859561168053927"
],
"threshold": 0.9
},
"deprecated": false,
"signature_type": "Line",
"signature_version": "v1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5873df0195124be2f357de11bfd473ead4f90ed8",
"id": "CVE-2023-53616-1b82f49b",
"target": {
"file": "fs/jfs/jfs_imap.c"
}
},
{
"digest": {
"function_hash": "254752542954871222526575068731836585246",
"length": 229.0
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4de3a603010e0ca334487de24c6aab0777b7f808",
"id": "CVE-2023-53616-5da4d1c8",
"target": {
"function": "diUnmount",
"file": "fs/jfs/jfs_imap.c"
}
},
{
"digest": {
"line_hashes": [
"133827746147234068881298674199358937925",
"68598259990182550787446577866965705887",
"94713990360657289986748788560017519819",
"77036855989587928354064859561168053927"
],
"threshold": 0.9
},
"deprecated": false,
"signature_type": "Line",
"signature_version": "v1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@756747d4b439e3e1159282ae89f17eefebbe9b25",
"id": "CVE-2023-53616-6ba54141",
"target": {
"file": "fs/jfs/jfs_imap.c"
}
},
{
"digest": {
"function_hash": "254752542954871222526575068731836585246",
"length": 229.0
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@88484bde6f12126616b38e43b6c00edcd941f615",
"id": "CVE-2023-53616-75c75fa6",
"target": {
"function": "diUnmount",
"file": "fs/jfs/jfs_imap.c"
}
},
{
"digest": {
"line_hashes": [
"133827746147234068881298674199358937925",
"68598259990182550787446577866965705887",
"94713990360657289986748788560017519819",
"77036855989587928354064859561168053927"
],
"threshold": 0.9
},
"deprecated": false,
"signature_type": "Line",
"signature_version": "v1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c3c0f0ddd851b3fa3e9d3450bbcd561f4f850469",
"id": "CVE-2023-53616-765fc332",
"target": {
"file": "fs/jfs/jfs_imap.c"
}
},
{
"digest": {
"function_hash": "254752542954871222526575068731836585246",
"length": 229.0
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5873df0195124be2f357de11bfd473ead4f90ed8",
"id": "CVE-2023-53616-810a5c35",
"target": {
"function": "diUnmount",
"file": "fs/jfs/jfs_imap.c"
}
},
{
"digest": {
"function_hash": "254752542954871222526575068731836585246",
"length": 229.0
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@756747d4b439e3e1159282ae89f17eefebbe9b25",
"id": "CVE-2023-53616-91861bd3",
"target": {
"function": "diUnmount",
"file": "fs/jfs/jfs_imap.c"
}
},
{
"digest": {
"line_hashes": [
"133827746147234068881298674199358937925",
"68598259990182550787446577866965705887",
"94713990360657289986748788560017519819",
"77036855989587928354064859561168053927"
],
"threshold": 0.9
},
"deprecated": false,
"signature_type": "Line",
"signature_version": "v1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ef7311101ca43dd73b45bca7a30ac72d9535ff87",
"id": "CVE-2023-53616-b7bb248c",
"target": {
"file": "fs/jfs/jfs_imap.c"
}
},
{
"digest": {
"function_hash": "254752542954871222526575068731836585246",
"length": 229.0
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c3c0f0ddd851b3fa3e9d3450bbcd561f4f850469",
"id": "CVE-2023-53616-c65f7471",
"target": {
"function": "diUnmount",
"file": "fs/jfs/jfs_imap.c"
}
},
{
"digest": {
"line_hashes": [
"133827746147234068881298674199358937925",
"68598259990182550787446577866965705887",
"94713990360657289986748788560017519819",
"77036855989587928354064859561168053927"
],
"threshold": 0.9
},
"deprecated": false,
"signature_type": "Line",
"signature_version": "v1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6e2bda2c192d0244b5a78b787ef20aa10cb319b7",
"id": "CVE-2023-53616-cca3dd80",
"target": {
"file": "fs/jfs/jfs_imap.c"
}
},
{
"digest": {
"function_hash": "254752542954871222526575068731836585246",
"length": 229.0
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@114ea3cb13ab25f7178cb60283adb93d2f96dad7",
"id": "CVE-2023-53616-d6f2e7ae",
"target": {
"function": "diUnmount",
"file": "fs/jfs/jfs_imap.c"
}
},
{
"digest": {
"function_hash": "254752542954871222526575068731836585246",
"length": 229.0
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ef7311101ca43dd73b45bca7a30ac72d9535ff87",
"id": "CVE-2023-53616-d9b845f7",
"target": {
"function": "diUnmount",
"file": "fs/jfs/jfs_imap.c"
}
},
{
"digest": {
"line_hashes": [
"133827746147234068881298674199358937925",
"68598259990182550787446577866965705887",
"94713990360657289986748788560017519819",
"77036855989587928354064859561168053927"
],
"threshold": 0.9
},
"deprecated": false,
"signature_type": "Line",
"signature_version": "v1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@88484bde6f12126616b38e43b6c00edcd941f615",
"id": "CVE-2023-53616-e6b7d2db",
"target": {
"file": "fs/jfs/jfs_imap.c"
}
},
{
"digest": {
"function_hash": "254752542954871222526575068731836585246",
"length": 229.0
},
"deprecated": false,
"signature_type": "Function",
"signature_version": "v1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6e2bda2c192d0244b5a78b787ef20aa10cb319b7",
"id": "CVE-2023-53616-ea7c6703",
"target": {
"function": "diUnmount",
"file": "fs/jfs/jfs_imap.c"
}
},
{
"digest": {
"line_hashes": [
"133827746147234068881298674199358937925",
"68598259990182550787446577866965705887",
"94713990360657289986748788560017519819",
"77036855989587928354064859561168053927"
],
"threshold": 0.9
},
"deprecated": false,
"signature_type": "Line",
"signature_version": "v1",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@114ea3cb13ab25f7178cb60283adb93d2f96dad7",
"id": "CVE-2023-53616-f7f17ba4",
"target": {
"file": "fs/jfs/jfs_imap.c"
}
}
]
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-53616.json"