cvelist/2023/52xxx/CVE-2023-52577.json
2024-11-04 13:01:00 +00:00

172 lines
11 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-52577",
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndccp: fix dccp_v4_err()/dccp_v6_err() again\n\ndh->dccph_x is the 9th byte (offset 8) in \"struct dccp_hdr\",\nnot in the \"byte 7\" as Jann claimed.\n\nWe need to make sure the ICMP messages are big enough,\nusing more standard ways (no more assumptions).\n\nsyzbot reported:\nBUG: KMSAN: uninit-value in pskb_may_pull_reason include/linux/skbuff.h:2667 [inline]\nBUG: KMSAN: uninit-value in pskb_may_pull include/linux/skbuff.h:2681 [inline]\nBUG: KMSAN: uninit-value in dccp_v6_err+0x426/0x1aa0 net/dccp/ipv6.c:94\npskb_may_pull_reason include/linux/skbuff.h:2667 [inline]\npskb_may_pull include/linux/skbuff.h:2681 [inline]\ndccp_v6_err+0x426/0x1aa0 net/dccp/ipv6.c:94\nicmpv6_notify+0x4c7/0x880 net/ipv6/icmp.c:867\nicmpv6_rcv+0x19d5/0x30d0\nip6_protocol_deliver_rcu+0xda6/0x2a60 net/ipv6/ip6_input.c:438\nip6_input_finish net/ipv6/ip6_input.c:483 [inline]\nNF_HOOK include/linux/netfilter.h:304 [inline]\nip6_input+0x15d/0x430 net/ipv6/ip6_input.c:492\nip6_mc_input+0xa7e/0xc80 net/ipv6/ip6_input.c:586\ndst_input include/net/dst.h:468 [inline]\nip6_rcv_finish+0x5db/0x870 net/ipv6/ip6_input.c:79\nNF_HOOK include/linux/netfilter.h:304 [inline]\nipv6_rcv+0xda/0x390 net/ipv6/ip6_input.c:310\n__netif_receive_skb_one_core net/core/dev.c:5523 [inline]\n__netif_receive_skb+0x1a6/0x5a0 net/core/dev.c:5637\nnetif_receive_skb_internal net/core/dev.c:5723 [inline]\nnetif_receive_skb+0x58/0x660 net/core/dev.c:5782\ntun_rx_batched+0x83b/0x920\ntun_get_user+0x564c/0x6940 drivers/net/tun.c:2002\ntun_chr_write_iter+0x3af/0x5d0 drivers/net/tun.c:2048\ncall_write_iter include/linux/fs.h:1985 [inline]\nnew_sync_write fs/read_write.c:491 [inline]\nvfs_write+0x8ef/0x15c0 fs/read_write.c:584\nksys_write+0x20f/0x4c0 fs/read_write.c:637\n__do_sys_write fs/read_write.c:649 [inline]\n__se_sys_write fs/read_write.c:646 [inline]\n__x64_sys_write+0x93/0xd0 fs/read_write.c:646\ndo_syscall_x64 arch/x86/entry/common.c:50 [inline]\ndo_syscall_64+0x41/0xc0 arch/x86/entry/common.c:80\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nUninit was created at:\nslab_post_alloc_hook+0x12f/0xb70 mm/slab.h:767\nslab_alloc_node mm/slub.c:3478 [inline]\nkmem_cache_alloc_node+0x577/0xa80 mm/slub.c:3523\nkmalloc_reserve+0x13d/0x4a0 net/core/skbuff.c:559\n__alloc_skb+0x318/0x740 net/core/skbuff.c:650\nalloc_skb include/linux/skbuff.h:1286 [inline]\nalloc_skb_with_frags+0xc8/0xbd0 net/core/skbuff.c:6313\nsock_alloc_send_pskb+0xa80/0xbf0 net/core/sock.c:2795\ntun_alloc_skb drivers/net/tun.c:1531 [inline]\ntun_get_user+0x23cf/0x6940 drivers/net/tun.c:1846\ntun_chr_write_iter+0x3af/0x5d0 drivers/net/tun.c:2048\ncall_write_iter include/linux/fs.h:1985 [inline]\nnew_sync_write fs/read_write.c:491 [inline]\nvfs_write+0x8ef/0x15c0 fs/read_write.c:584\nksys_write+0x20f/0x4c0 fs/read_write.c:637\n__do_sys_write fs/read_write.c:649 [inline]\n__se_sys_write fs/read_write.c:646 [inline]\n__x64_sys_write+0x93/0xd0 fs/read_write.c:646\ndo_syscall_x64 arch/x86/entry/common.c:50 [inline]\ndo_syscall_64+0x41/0xc0 arch/x86/entry/common.c:80\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nCPU: 0 PID: 4995 Comm: syz-executor153 Not tainted 6.6.0-rc1-syzkaller-00014-ga747acc0b752 #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/04/2023"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Linux",
"product": {
"product_data": [
{
"product_name": "Linux",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "3533e1027255",
"version_value": "4600beae416d"
},
{
"version_affected": "<",
"version_name": "177212bf6dc1",
"version_value": "62c218124fe5"
},
{
"version_affected": "<",
"version_name": "7a7dd70cb954",
"version_value": "a6f4d582e25d"
},
{
"version_affected": "<",
"version_name": "4b8a938e329a",
"version_value": "60d73c62e3e4"
},
{
"version_affected": "<",
"version_name": "6ecf09699eb1",
"version_value": "26df9ab5de30"
},
{
"version_affected": "<",
"version_name": "f8a7f10a1dcc",
"version_value": "73be49248a04"
},
{
"version_affected": "<",
"version_name": "ec620c34f5fa",
"version_value": "1512d8f45d3c"
},
{
"version_affected": "<",
"version_name": "977ad86c2a1b",
"version_value": "6af289746a63"
},
{
"version_affected": "<",
"version_name": "4.14.326",
"version_value": "4.14.327"
},
{
"version_affected": "<",
"version_name": "4.19.295",
"version_value": "4.19.296"
},
{
"version_affected": "<",
"version_name": "5.4.257",
"version_value": "5.4.258"
},
{
"version_affected": "<",
"version_name": "5.10.195",
"version_value": "5.10.198"
},
{
"version_affected": "<",
"version_name": "5.15.132",
"version_value": "5.15.134"
},
{
"version_affected": "<",
"version_name": "6.1.53",
"version_value": "6.1.56"
},
{
"version_affected": "<",
"version_name": "6.5.3",
"version_value": "6.5.6"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/4600beae416d754a3cedbb1ecea8181ec05073b6",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/4600beae416d754a3cedbb1ecea8181ec05073b6"
},
{
"url": "https://git.kernel.org/stable/c/62c218124fe58372e0e1f60d5b634d21c264b337",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/62c218124fe58372e0e1f60d5b634d21c264b337"
},
{
"url": "https://git.kernel.org/stable/c/a6f4d582e25d512c9b492670b6608436694357b3",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/a6f4d582e25d512c9b492670b6608436694357b3"
},
{
"url": "https://git.kernel.org/stable/c/60d73c62e3e4464f375758b6f2459c13d46465b6",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/60d73c62e3e4464f375758b6f2459c13d46465b6"
},
{
"url": "https://git.kernel.org/stable/c/26df9ab5de308caa1503d937533c56c35793018d",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/26df9ab5de308caa1503d937533c56c35793018d"
},
{
"url": "https://git.kernel.org/stable/c/73be49248a04746096339a48a33fa2f03bd85969",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/73be49248a04746096339a48a33fa2f03bd85969"
},
{
"url": "https://git.kernel.org/stable/c/1512d8f45d3c5d0b5baa00bd8e600492fa569f40",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/1512d8f45d3c5d0b5baa00bd8e600492fa569f40"
},
{
"url": "https://git.kernel.org/stable/c/6af289746a636f71f4c0535a9801774118486c7a",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/6af289746a636f71f4c0535a9801774118486c7a"
}
]
},
"generator": {
"engine": "bippy-9e1c9544281a"
}
}