In the Linux kernel, the following vulnerability has been resolved:
net: tun: Fix use-after-free in tun_detach()
syzbot reported use-after-free in tun_detach() [1]. This causes call trace like below:
================================================================== BUG: KASAN: use-after-free in notifiercallchain+0x1ee/0x200 kernel/notifier.c:75 Read of size 8 at addr ffff88807324e2a8 by task syz-executor.0/3673
CPU: 0 PID: 3673 Comm: syz-executor.0 Not tainted 6.1.0-rc5-syzkaller-00044-gcc675d22e422 #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/26/2022 Call Trace: <TASK> _dumpstack lib/dumpstack.c:88 [inline] dumpstacklvl+0xd1/0x138 lib/dumpstack.c:106 printaddressdescription mm/kasan/report.c:284 [inline] printreport+0x15e/0x461 mm/kasan/report.c:395 kasanreport+0xbf/0x1f0 mm/kasan/report.c:495 notifiercallchain+0x1ee/0x200 kernel/notifier.c:75 callnetdevicenotifiersinfo+0x86/0x130 net/core/dev.c:1942 callnetdevicenotifiersextack net/core/dev.c:1983 [inline] callnetdevicenotifiers net/core/dev.c:1997 [inline] netdevwaitallrefsany net/core/dev.c:10237 [inline] netdevruntodo+0xbc6/0x1100 net/core/dev.c:10351 tundetach drivers/net/tun.c:704 [inline] tunchrclose+0xe4/0x190 drivers/net/tun.c:3467 _fput+0x27c/0xa90 fs/filetable.c:320 taskworkrun+0x16f/0x270 kernel/taskwork.c:179 exittaskwork include/linux/taskwork.h:38 [inline] doexit+0xb3d/0x2a30 kernel/exit.c:820 dogroupexit+0xd4/0x2a0 kernel/exit.c:950 getsignal+0x21b1/0x2440 kernel/signal.c:2858 archdosignalorrestart+0x86/0x2300 arch/x86/kernel/signal.c:869 exittousermodeloop kernel/entry/common.c:168 [inline] exittousermodeprepare+0x15f/0x250 kernel/entry/common.c:203 _syscallexittousermodework kernel/entry/common.c:285 [inline] syscallexittousermode+0x1d/0x50 kernel/entry/common.c:296 dosyscall64+0x46/0xb0 arch/x86/entry/common.c:86 entrySYSCALL64afterhwframe+0x63/0xcd
The cause of the issue is that sockput() from _tundetach() drops last reference count for struct net, and then notifiercallchain() from netdevstate_change() accesses that struct net.
This patch fixes the issue by calling sockput() from tundetach() after all necessary accesses for the struct net has done.
[
{
"id": "CVE-2022-49014-199b9cb7",
"signature_version": "v1",
"digest": {
"length": 240.0,
"function_hash": "50086700447552756666162154917337278740"
},
"deprecated": false,
"signature_type": "Function",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@04b995e963229501401810dab89dc73e7f12d054",
"target": {
"file": "drivers/net/tun.c",
"function": "tun_detach"
}
},
{
"id": "CVE-2022-49014-1df494b3",
"signature_version": "v1",
"digest": {
"length": 240.0,
"function_hash": "50086700447552756666162154917337278740"
},
"deprecated": false,
"signature_type": "Function",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5f442e1d403e0496bacb74a58e2be7f500695e6f",
"target": {
"file": "drivers/net/tun.c",
"function": "tun_detach"
}
},
{
"id": "CVE-2022-49014-2eeacdca",
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"87562779808442527796496170136244287731",
"106942346686428987793191294787691999185",
"174303726539605621873499571912713295085",
"313359942414308201008837720065430178008",
"35115300257031143195114972633147369067",
"44425329719177924820914436001456603539",
"222935032634156552998425668874823400867",
"118965906709010127255167363549305948001"
]
},
"deprecated": false,
"signature_type": "Line",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4cde8da2d814a3b7b176db81922d4ddaad7c0f0e",
"target": {
"file": "drivers/net/tun.c"
}
},
{
"id": "CVE-2022-49014-45e5b220",
"signature_version": "v1",
"digest": {
"length": 1236.0,
"function_hash": "269045784651931151242703331428274488380"
},
"deprecated": false,
"signature_type": "Function",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5daadc86f27ea4d691e2131c04310d0418c6cd12",
"target": {
"file": "drivers/net/tun.c",
"function": "__tun_detach"
}
},
{
"id": "CVE-2022-49014-637a2154",
"signature_version": "v1",
"digest": {
"length": 240.0,
"function_hash": "50086700447552756666162154917337278740"
},
"deprecated": false,
"signature_type": "Function",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@16c244bc65d1175775325ec0489a5a5c830e02c7",
"target": {
"file": "drivers/net/tun.c",
"function": "tun_detach"
}
},
{
"id": "CVE-2022-49014-6e910254",
"signature_version": "v1",
"digest": {
"length": 240.0,
"function_hash": "50086700447552756666162154917337278740"
},
"deprecated": false,
"signature_type": "Function",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4cde8da2d814a3b7b176db81922d4ddaad7c0f0e",
"target": {
"file": "drivers/net/tun.c",
"function": "tun_detach"
}
},
{
"id": "CVE-2022-49014-736126f1",
"signature_version": "v1",
"digest": {
"length": 1236.0,
"function_hash": "269045784651931151242703331428274488380"
},
"deprecated": false,
"signature_type": "Function",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5f442e1d403e0496bacb74a58e2be7f500695e6f",
"target": {
"file": "drivers/net/tun.c",
"function": "__tun_detach"
}
},
{
"id": "CVE-2022-49014-7e9bee9b",
"signature_version": "v1",
"digest": {
"length": 1236.0,
"function_hash": "269045784651931151242703331428274488380"
},
"deprecated": false,
"signature_type": "Function",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@4cde8da2d814a3b7b176db81922d4ddaad7c0f0e",
"target": {
"file": "drivers/net/tun.c",
"function": "__tun_detach"
}
},
{
"id": "CVE-2022-49014-7ee15329",
"signature_version": "v1",
"digest": {
"length": 240.0,
"function_hash": "50086700447552756666162154917337278740"
},
"deprecated": false,
"signature_type": "Function",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5daadc86f27ea4d691e2131c04310d0418c6cd12",
"target": {
"file": "drivers/net/tun.c",
"function": "tun_detach"
}
},
{
"id": "CVE-2022-49014-801e734c",
"signature_version": "v1",
"digest": {
"length": 240.0,
"function_hash": "50086700447552756666162154917337278740"
},
"deprecated": false,
"signature_type": "Function",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1f23f1890d91812c35d32eab1b49621b6d32dc7b",
"target": {
"file": "drivers/net/tun.c",
"function": "tun_detach"
}
},
{
"id": "CVE-2022-49014-bca06524",
"signature_version": "v1",
"digest": {
"length": 1236.0,
"function_hash": "269045784651931151242703331428274488380"
},
"deprecated": false,
"signature_type": "Function",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@16c244bc65d1175775325ec0489a5a5c830e02c7",
"target": {
"file": "drivers/net/tun.c",
"function": "__tun_detach"
}
},
{
"id": "CVE-2022-49014-c13aa528",
"signature_version": "v1",
"digest": {
"length": 1236.0,
"function_hash": "269045784651931151242703331428274488380"
},
"deprecated": false,
"signature_type": "Function",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@04b995e963229501401810dab89dc73e7f12d054",
"target": {
"file": "drivers/net/tun.c",
"function": "__tun_detach"
}
},
{
"id": "CVE-2022-49014-ccf42bc7",
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"87562779808442527796496170136244287731",
"106942346686428987793191294787691999185",
"174303726539605621873499571912713295085",
"313359942414308201008837720065430178008",
"35115300257031143195114972633147369067",
"44425329719177924820914436001456603539",
"222935032634156552998425668874823400867",
"118965906709010127255167363549305948001"
]
},
"deprecated": false,
"signature_type": "Line",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5f442e1d403e0496bacb74a58e2be7f500695e6f",
"target": {
"file": "drivers/net/tun.c"
}
},
{
"id": "CVE-2022-49014-e3a9738b",
"signature_version": "v1",
"digest": {
"length": 1236.0,
"function_hash": "269045784651931151242703331428274488380"
},
"deprecated": false,
"signature_type": "Function",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1f23f1890d91812c35d32eab1b49621b6d32dc7b",
"target": {
"file": "drivers/net/tun.c",
"function": "__tun_detach"
}
},
{
"id": "CVE-2022-49014-e5df0ef7",
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"87562779808442527796496170136244287731",
"106942346686428987793191294787691999185",
"174303726539605621873499571912713295085",
"313359942414308201008837720065430178008",
"35115300257031143195114972633147369067",
"44425329719177924820914436001456603539",
"222935032634156552998425668874823400867",
"118965906709010127255167363549305948001"
]
},
"deprecated": false,
"signature_type": "Line",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@16c244bc65d1175775325ec0489a5a5c830e02c7",
"target": {
"file": "drivers/net/tun.c"
}
},
{
"id": "CVE-2022-49014-eb015311",
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"87562779808442527796496170136244287731",
"106942346686428987793191294787691999185",
"174303726539605621873499571912713295085",
"313359942414308201008837720065430178008",
"35115300257031143195114972633147369067",
"44425329719177924820914436001456603539",
"222935032634156552998425668874823400867",
"118965906709010127255167363549305948001"
]
},
"deprecated": false,
"signature_type": "Line",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1f23f1890d91812c35d32eab1b49621b6d32dc7b",
"target": {
"file": "drivers/net/tun.c"
}
},
{
"id": "CVE-2022-49014-f0f01333",
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"87562779808442527796496170136244287731",
"106942346686428987793191294787691999185",
"174303726539605621873499571912713295085",
"313359942414308201008837720065430178008",
"35115300257031143195114972633147369067",
"44425329719177924820914436001456603539",
"222935032634156552998425668874823400867",
"118965906709010127255167363549305948001"
]
},
"deprecated": false,
"signature_type": "Line",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5daadc86f27ea4d691e2131c04310d0418c6cd12",
"target": {
"file": "drivers/net/tun.c"
}
},
{
"id": "CVE-2022-49014-f9e54247",
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"87562779808442527796496170136244287731",
"106942346686428987793191294787691999185",
"174303726539605621873499571912713295085",
"313359942414308201008837720065430178008",
"35115300257031143195114972633147369067",
"44425329719177924820914436001456603539",
"222935032634156552998425668874823400867",
"118965906709010127255167363549305948001"
]
},
"deprecated": false,
"signature_type": "Line",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@04b995e963229501401810dab89dc73e7f12d054",
"target": {
"file": "drivers/net/tun.c"
}
}
]