{"id":"CVE-2024-26633","summary":"ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()\n\nsyzbot pointed out [1] that NEXTHDR_FRAGMENT handling is broken.\n\nReading frag_off can only be done if we pulled enough bytes\nto skb-\u003ehead. Currently we might access garbage.\n\n[1]\nBUG: KMSAN: uninit-value in ip6_tnl_parse_tlv_enc_lim+0x94f/0xbb0\nip6_tnl_parse_tlv_enc_lim+0x94f/0xbb0\nipxip6_tnl_xmit net/ipv6/ip6_tunnel.c:1326 [inline]\nip6_tnl_start_xmit+0xab2/0x1a70 net/ipv6/ip6_tunnel.c:1432\n__netdev_start_xmit include/linux/netdevice.h:4940 [inline]\nnetdev_start_xmit include/linux/netdevice.h:4954 [inline]\nxmit_one net/core/dev.c:3548 [inline]\ndev_hard_start_xmit+0x247/0xa10 net/core/dev.c:3564\n__dev_queue_xmit+0x33b8/0x5130 net/core/dev.c:4349\ndev_queue_xmit include/linux/netdevice.h:3134 [inline]\nneigh_connected_output+0x569/0x660 net/core/neighbour.c:1592\nneigh_output include/net/neighbour.h:542 [inline]\nip6_finish_output2+0x23a9/0x2b30 net/ipv6/ip6_output.c:137\nip6_finish_output+0x855/0x12b0 net/ipv6/ip6_output.c:222\nNF_HOOK_COND include/linux/netfilter.h:303 [inline]\nip6_output+0x323/0x610 net/ipv6/ip6_output.c:243\ndst_output include/net/dst.h:451 [inline]\nip6_local_out+0xe9/0x140 net/ipv6/output_core.c:155\nip6_send_skb net/ipv6/ip6_output.c:1952 [inline]\nip6_push_pending_frames+0x1f9/0x560 net/ipv6/ip6_output.c:1972\nrawv6_push_pending_frames+0xbe8/0xdf0 net/ipv6/raw.c:582\nrawv6_sendmsg+0x2b66/0x2e70 net/ipv6/raw.c:920\ninet_sendmsg+0x105/0x190 net/ipv4/af_inet.c:847\nsock_sendmsg_nosec net/socket.c:730 [inline]\n__sock_sendmsg net/socket.c:745 [inline]\n____sys_sendmsg+0x9c2/0xd60 net/socket.c:2584\n___sys_sendmsg+0x28d/0x3c0 net/socket.c:2638\n__sys_sendmsg net/socket.c:2667 [inline]\n__do_sys_sendmsg net/socket.c:2676 [inline]\n__se_sys_sendmsg net/socket.c:2674 [inline]\n__x64_sys_sendmsg+0x307/0x490 net/socket.c:2674\ndo_syscall_x64 arch/x86/entry/common.c:52 [inline]\ndo_syscall_64+0x44/0x110 arch/x86/entry/common.c:83\nentry_SYSCALL_64_after_hwframe+0x63/0x6b\n\nUninit was created at:\nslab_post_alloc_hook+0x129/0xa70 mm/slab.h:768\nslab_alloc_node mm/slub.c:3478 [inline]\n__kmem_cache_alloc_node+0x5c9/0x970 mm/slub.c:3517\n__do_kmalloc_node mm/slab_common.c:1006 [inline]\n__kmalloc_node_track_caller+0x118/0x3c0 mm/slab_common.c:1027\nkmalloc_reserve+0x249/0x4a0 net/core/skbuff.c:582\npskb_expand_head+0x226/0x1a00 net/core/skbuff.c:2098\n__pskb_pull_tail+0x13b/0x2310 net/core/skbuff.c:2655\npskb_may_pull_reason include/linux/skbuff.h:2673 [inline]\npskb_may_pull include/linux/skbuff.h:2681 [inline]\nip6_tnl_parse_tlv_enc_lim+0x901/0xbb0 net/ipv6/ip6_tunnel.c:408\nipxip6_tnl_xmit net/ipv6/ip6_tunnel.c:1326 [inline]\nip6_tnl_start_xmit+0xab2/0x1a70 net/ipv6/ip6_tunnel.c:1432\n__netdev_start_xmit include/linux/netdevice.h:4940 [inline]\nnetdev_start_xmit include/linux/netdevice.h:4954 [inline]\nxmit_one net/core/dev.c:3548 [inline]\ndev_hard_start_xmit+0x247/0xa10 net/core/dev.c:3564\n__dev_queue_xmit+0x33b8/0x5130 net/core/dev.c:4349\ndev_queue_xmit include/linux/netdevice.h:3134 [inline]\nneigh_connected_output+0x569/0x660 net/core/neighbour.c:1592\nneigh_output include/net/neighbour.h:542 [inline]\nip6_finish_output2+0x23a9/0x2b30 net/ipv6/ip6_output.c:137\nip6_finish_output+0x855/0x12b0 net/ipv6/ip6_output.c:222\nNF_HOOK_COND include/linux/netfilter.h:303 [inline]\nip6_output+0x323/0x610 net/ipv6/ip6_output.c:243\ndst_output include/net/dst.h:451 [inline]\nip6_local_out+0xe9/0x140 net/ipv6/output_core.c:155\nip6_send_skb net/ipv6/ip6_output.c:1952 [inline]\nip6_push_pending_frames+0x1f9/0x560 net/ipv6/ip6_output.c:1972\nrawv6_push_pending_frames+0xbe8/0xdf0 net/ipv6/raw.c:582\nrawv6_sendmsg+0x2b66/0x2e70 net/ipv6/raw.c:920\ninet_sendmsg+0x105/0x190 net/ipv4/af_inet.c:847\nsock_sendmsg_nosec net/socket.c:730 [inline]\n__sock_sendmsg net/socket.c:745 [inline]\n____sys_sendmsg+0x9c2/0xd60 net/socket.c:2584\n___sys_sendmsg+0x28d/0x3c0 net/socket.c:2638\n__sys_sendmsg net/socket.c:2667 [inline]\n__do_sys_sendms\n---truncated---","modified":"2026-05-18T05:56:02.818016120Z","published":"2024-03-18T10:07:49.468Z","related":["ALSA-2024:2394","SUSE-SU-2024:2360-1","SUSE-SU-2024:2381-1","SUSE-SU-2024:2561-1","SUSE-SU-2024:2802-1","SUSE-SU-2024:2894-1","SUSE-SU-2024:2896-1","SUSE-SU-2024:2939-1","SUSE-SU-2024:2947-1","SUSE-SU-2024:2973-1","SUSE-SU-2025:20008-1","SUSE-SU-2025:20028-1","USN-6818-2","USN-6819-2"],"database_specific":{"cna_assigner":"Linux","osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/26xxx/CVE-2024-26633.json"},"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/135414f300c5db995e2a2f3bf0f455de9d014aee"},{"type":"WEB","url":"https://git.kernel.org/stable/c/3f15ba3dc14e6ee002ea01b4faddc3d49200377c"},{"type":"WEB","url":"https://git.kernel.org/stable/c/4329426cf6b8e22b798db2331c7ef1dd2a9c748d"},{"type":"WEB","url":"https://git.kernel.org/stable/c/62a1fedeb14c7ac0947ef33fadbabd35ed2400a2"},{"type":"WEB","url":"https://git.kernel.org/stable/c/687c5d52fe53e602e76826dbd4d7af412747e183"},{"type":"WEB","url":"https://git.kernel.org/stable/c/ba8d904c274268b18ef3dc11d3ca7b24a96cb087"},{"type":"WEB","url":"https://git.kernel.org/stable/c/d375b98e0248980681e5e56b712026174d617198"},{"type":"WEB","url":"https://git.kernel.org/stable/c/da23bd709b46168f7dfc36055801011222b076cd"},{"type":"WEB","url":"https://lists.debian.org/debian-lts-announce/2024/06/msg00016.html"},{"type":"WEB","url":"https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/26xxx/CVE-2024-26633.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2024-26633"},{"type":"ADVISORY","url":"https://security.netapp.com/advisory/ntap-20241220-0001/"},{"type":"PACKAGE","url":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"}],"affected":[{"ranges":[{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"fbfa743a9d2a0ffa24251764f10afc13eb21e739"},{"fixed":"135414f300c5db995e2a2f3bf0f455de9d014aee"},{"fixed":"3f15ba3dc14e6ee002ea01b4faddc3d49200377c"},{"fixed":"da23bd709b46168f7dfc36055801011222b076cd"},{"fixed":"4329426cf6b8e22b798db2331c7ef1dd2a9c748d"},{"fixed":"62a1fedeb14c7ac0947ef33fadbabd35ed2400a2"},{"fixed":"687c5d52fe53e602e76826dbd4d7af412747e183"},{"fixed":"ba8d904c274268b18ef3dc11d3ca7b24a96cb087"},{"fixed":"d375b98e0248980681e5e56b712026174d617198"}]},{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"0"},{"last_affected":"a6f6bb6bc04a5f88a31f47a6123d3fbf5ee8d694"},{"last_affected":"72bbf335e7aad09c88c50dbdd238f4faabd12174"},{"last_affected":"decccc92ee0a978a1c268b5df16824cb6384ed3c"},{"last_affected":"d3d9b59ab32160e3cc4edcf7e5fa7cecb53a7d25"},{"last_affected":"d397f7035d2c754781bbe93b07b94d8cd898620c"},{"last_affected":"41e07a7e01d951cfd4c9a7dac90c921269d89513"},{"last_affected":"a7fe4e5d06338e1a82b1977eca37400951f99730"}]}],"versions":["v3.10.105","v3.18.48","v3.16.41","v3.2.86","v4.9","v3.16.40","v3.2.85","v3.16.39","v3.2.84","v4.4.49","v4.9.10","v4.9.9","v4.4.48","v4.9.8","v4.4.47","v3.18.47","v3.10.104","v4.9.7","v4.4.46","v4.9.6","v4.4.45","v3.12.70","v4.9.5","v4.4.44","v4.9.4","v4.4.43","v4.9.3","v4.4.42","v3.18.46","v4.9.2","v4.4.41","v4.9.1","v4.4.40","v4.4.39","v4.9-rc7","v4.9-rc6","v4.9-rc8","v4.4.38","v3.12.69","v4.9-rc1","v4.4.37","v4.9-rc5","v4.4.36","v4.9-rc3","v3.18.45","v4.4.35","v4.9-rc4","v3.12.68","v4.4.34","v4.9-rc2","v4.4.33","v3.16.38","v3.2.83","v3.18.44","v4.4.32","v4.4.31","v4.4.30","v3.12.67","v4.8","v4.4.29","v4.4.28","v4.4.27","v3.12.66","v3.18.43","v4.4.26","v3.16.37","v3.2.82","v3.12.65","v4.4.25","v3.10.103","v4.4.24","v4.4.23","v4.8-rc8","v4.8-rc2","v4.8-rc1","v4.8-rc7","v4.4.22","v3.12.64","v4.8-rc6","v4.8-rc5","v4.4.21","v3.12.63","v3.18.42","v4.8-rc4","v4.4.20","v3.18.41","v4.8-rc3","v4.7","v4.4.19","v3.18.40","v3.16.36","v3.2.81","v3.18.39","v3.10.102","v4.4.18","v4.4.17","v4.4.16","v4.7-rc4","v4.7-rc2","v3.18.38","v4.4.15","v4.7-rc1","v4.7-rc7","v3.12.62","v4.7-rc6","v3.18.37","v4.7-rc3","v4.4.14","v3.18.36","v4.7-rc5","v4.4.13","v3.12.61","v3.18.35","v4.6","v4.6-rc1","v3.16.35","v3.2.80","v4.4.12","v3.10.101","v4.4.11","v3.18.34","v3.12.60","v4.6-rc6","v4.6-rc4","v4.6-rc7","v4.4.10","v4.6-rc5","v4.5-rc4","v3.18.33","v4.6-rc2","v4.4.9","v4.6-rc3","v3.18.32","v4.4.8","v3.12.59","v3.2.79","v4.5","v4.4.7","v3.18.31","v3.12.58","v4.4.6","v3.18.30","v3.2.78","v3.12.57","v4.4","v4.5-rc1","v3.18.29","v4.5-rc6","v4.4.5","v3.10.100","v4.5-rc2","v4.5-rc7","v4.5-rc5","v4.4.4","v3.10.99","v4.5-rc3","v3.12.56","v3.18.28","v4.4.3","v3.10.98","v3.12.55","v3.2.77","v4.4.2","v3.10.97","v3.18.27","v3.10.96","v4.4.1","v3.2.76","v3.12.54","v3.18.26","v3.10.95","v3.12.53","v3.10.94","v3.2.75","v4.4-rc1","v4.4-rc2","v4.4-rc8","v3.18.25","v4.4-rc3","v4.4-rc7","v4.4-rc5","v3.12.52","v4.4-rc6","v4.4-rc4","v3.2.74","v4.3","v3.10.93","v3.12.51","v3.2.73","v3.2.72","v3.18.24","v4.3-rc1","v3.10.92","v4.3-rc6","v3.12.50","v4.3-rc4","v4.3-rc2","v4.3-rc7","v3.18.23","v4.3-rc5","v4.3-rc3","v3.10.91","v3.10.90","v4.2","v3.2.71","v3.18.22","v3.12.49","v3.10.89","v3.10.88","v3.12.48","v3.10.87","v4.2-rc2","v4.2-rc1","v4.2-rc8","v3.18.21","v4.2-rc4","v3.12.47","v4.2-rc6","v4.2-rc7","v3.18.20","v4.0-rc5","v3.10.86","v3.2.70","v4.2-rc5","v3.10.85","v3.2.69","v4.2-rc3","v3.12.46","v3.18.19","v3.10.84","v3.12.45","v4.1-rc2","v4.1","v3.18.18","v3.10.83","v4.1-rc1","v3.10.82","v3.10.81","v3.18.17","v3.12.44","v3.10.80","v4.1-rc8","v4.1-rc7","v4.1-rc6","v3.18.16","v3.18.15","v4.1-rc3","v4.1-rc4","v3.10.79","v4.0","v4.1-rc5","v3.18.14","v3.12.43","v3.10.78","v3.10.77","v3.18.13","v3.2.68","v3.10.76","v3.12.42","v3.12.41","v3.10.75","v4.0-rc1","v3.18.12","v3.10.74","v4.0-rc2","v3.12.40","v3.10.73","v4.0-rc7","v3.18.11","v3.12.39","v4.0-rc3","v4.0-rc6","v4.0-rc4","v3.10.72","v3.19","v3.18.10","v3.10.71","v3.18.9","v3.18.8","v3.10.70","v3.2.67","v3.12.38","v3.18.7","v3.10.69","v3.2.66","v3.19-rc7","v3.19-rc5","v3.19-rc1","v3.18.6","v3.10.68","v3.18.5","v3.10.67","v3.19-rc6","v3.19-rc4","v3.12.37","v3.10.66","v3.18.4","v3.18.3","v3.10.65","v3.18-rc1","v3.19-rc3","v3.19-rc2","v3.18.2","v3.10.64","v3.12.36","v3.18.1","v3.10.63","v3.18","v3.12.35","v3.2.65","v3.10.62","v3.2.64","v3.18-rc7","v3.10.61","v3.12.34","v3.18-rc6","v3.18-rc2","v3.18-rc3","v3.18-rc4","v3.18-rc5","v3.10.60","v3.12.33","v3.17","v3.10.59","v3.2.63","v3.16.7","v3.12.32","v3.16.6","v3.10.58","v3.17-rc1","v3.12.31","v3.16.5","v3.10.57","v3.17-rc7","v3.16.4","v3.10.56","v3.17-rc2","v3.10.55","v3.16.3","v3.17-rc4","v3.16","v3.17-rc5","v3.17-rc6","v3.12.30","v3.12.29","v3.16.2","v3.10.54","v3.17-rc3","v3.2.62","v3.12.28","v3.16.1","v3.10.53","v3.12.27","v3.16-rc7","v3.10.52","v3.10.51","v3.2.61","v3.16-rc1","v3.16-rc3","v3.10.50","v3.12.26","v3.16-rc5","v3.16-rc6","v3.10.49","v3.16-rc2","v3.16-rc4","v3.12.25","v3.10.48","v3.12.24","v3.13","v3.2.60","v3.10.47","v3.15","v3.10.46","v3.10.45","v3.10.44","v3.12.23","v3.12.22","v3.10.43","v3.10.42","v3.15-rc5","v3.2.59","v3.10.41","v3.15-rc8","v3.15-rc1","v3.15-rc6","v3.12.21","v3.15-rc3","v3.10.40","v3.15-rc7","v3.15-rc2","v3.15-rc4","v3.2.58","v3.14","v3.12.20","v3.10.39","v3.10.38","v3.12.19","v3.14-rc4","v3.2.57","v3.10.37","v3.12.18","v3.14-rc8","v3.10.36","v3.12.17","v3.14-rc7","v3.2.56","v3.14-rc6","v3.14-rc1","v3.14-rc2","v3.10.35","v3.2.55","v3.12.16","v3.10.34","v3.14-rc5","v3.12.15","v3.10.33","v3.14-rc3","v3.12.14","v3.10.32","v3.12.13","v3.12.12","v3.10.31","v3.12.11","v3.10.30","v3.2.54","v3.12.10","v3.10.29","v3.13-rc6","v3.12.9","v3.10.28","v3.12.8","v3.10.27","v3.13-rc8","v3.12","v3.13-rc7","v3.13-rc1","v3.12.7","v3.10.26","v3.13-rc4","v3.13-rc3","v3.12.6","v3.10.25","v3.13-rc5","v3.2.53","v3.13-rc2","v3.12.5","v3.10.24","v3.12.4","v3.10.23","v3.10.22","v3.12.3","v3.12.2","v3.10.21","v3.12.1","v3.10.20","v3.2.52","v3.10.19","v3.12-rc7","v3.12-rc3","v3.12-rc6","v3.10.18","v3.12-rc1","v3.12-rc5","v3.11","v3.10.17","v3.12-rc2","v3.12-rc4","v3.2.51","v3.10.16","v3.10.15","v3.10.14","v3.10.13","v3.10.12","v3.10.11","v3.2.50","v3.11-rc7","v3.10.10","v3.11-rc2","v3.11-rc5","v3.11-rc1","v3.11-rc3","v3.11-rc4","v3.10.9","v3.11-rc6","v3.10.8","v3.10.7","v3.10.6","v3.10.5","v3.10-rc2","v3.10.4","v3.2.49","v3.10.3","v3.2.48","v3.10.2","v3.10","v3.10.1","v3.10-rc7","v3.2.47","v3.10-rc6","v3.10-rc1","v3.10-rc5","v3.10-rc3","v3.2.46","v3.10-rc4","v3.2.45","v3.9","v3.2.44","v3.9-rc2","v3.9-rc7","v3.9-rc8","v3.2.43","v3.9-rc3","v3.9-rc6","v3.9-rc5","v3.9-rc4","v3.9-rc1","v3.2.42","v3.8","v3.2.41","v3.2.40","v3.2.39","v3.8-rc7","v3.8-rc6","v3.2.38","v3.8-rc5","v3.8-rc2","v3.2.37","v3.8-rc1","v3.8-rc3","v3.8-rc4","v3.2.36","v3.7","v3.2.35","v3.7-rc1","v3.6","v3.7-rc6","v3.7-rc7","v3.7-rc3","v3.7-rc8","v3.2.34","v3.7-rc2","v3.7-rc4","v3.7-rc5","v3.2.33","v3.2.32","v3.2.31","v3.2.30","v3.6-rc7","v3.6-rc1","v3.5-rc3","v3.6-rc6","v3.6-rc5","v3.5","v3.6-rc3","v3.6-rc4","v3.2.29","v3.6-rc2","v3.2.28","v3.4-rc4","v3.2.27","v3.2.26","v3.2.25","v3.2.24","v3.5-rc7","v3.2.23","v3.5-rc5","v3.5-rc6","v3.5-rc2","v3.2.22","v3.5-rc1","v3.5-rc4","v3.2.21","v3.4","v3.2.20","v3.2.19","v3.2.18","v3.4-rc2","v3.4-rc1","v3.2.17","v3.4-rc7","v3.4-rc6","v3.4-rc3","v3.4-rc5","v3.2.16","v3.2.15","v3.3","v3.2.14","v3.2.13","v3.3-rc6","v3.3-rc3","v3.2.12","v3.3-rc7","v3.2.11","v3.3-rc2","v3.3-rc5","v3.2","v3.2.10","v3.3-rc4","v3.2.9","v3.3-rc1","v3.2.8","v3.2.7","v3.2.6","v3.2.5","v3.2.4","v3.2.3","v3.2.2","v3.2.1","v3.2-rc4","v3.2-rc7","v3.2-rc6","v3.2-rc5","v3.2-rc3","v3.1","v3.2-rc2","v3.2-rc1","v3.1-rc1","v3.1-rc9","v3.1-rc8","v3.1-rc10","v3.1-rc7","v3.1-rc3","v3.1-rc2","v3.1-rc4","v3.1-rc5","v3.0","v3.1-rc6","v3.0-rc7","v3.0-rc4","v3.0-rc6","v3.0-rc5","v3.0-rc3","v3.0-rc1","v2.6.39","v3.0-rc2","v2.6.38","v2.6.39-rc2","v2.6.39-rc7","v2.6.39-rc5","v2.6.39-rc1","v2.6.38-rc7","v2.6.39-rc6","v2.6.39-rc4","v2.6.39-rc3","v2.6.37","v2.6.38-rc1","v2.6.38-rc8","v2.6.38-rc2","v2.6.38-rc6","v2.6.38-rc5","v2.6.38-rc4","v2.6.38-rc3","v2.6.37-rc4","v2.6.37-rc2","v2.6.36","v2.6.37-rc5","v2.6.37-rc8","v2.6.37-rc7","v2.6.37-rc6","v2.6.37-rc1","v2.6.37-rc3","v2.6.36-rc6","v2.6.35-rc4","v2.6.36-rc8","v2.6.35","v2.6.36-rc7","v2.6.36-rc3","v2.6.36-rc5","v2.6.36-rc4","v2.6.36-rc2","v2.6.36-rc1","v2.6.35-rc5","v2.6.35-rc6","v2.6.34","v2.6.35-rc3","v2.6.35-rc1","v2.6.35-rc2","v2.6.34-rc7","v2.6.34-rc6","v2.6.34-rc5","v2.6.34-rc4","v2.6.34-rc3","v2.6.34-rc2","v2.6.34-rc1","v2.6.33","v2.6.33-rc6","v2.6.33-rc8","v2.6.33-rc4","v2.6.33-rc5","v2.6.33-rc3","v2.6.33-rc7","v2.6.33-rc2","v2.6.32","v2.6.33-rc1","v2.6.32-rc8","v2.6.32-rc7","v2.6.32-rc6","v2.6.31","v2.6.32-rc5","v2.6.32-rc4","v2.6.32-rc2","v2.6.32-rc1","v2.6.32-rc3","v2.6.31-rc9","v2.6.31-rc1","v2.6.31-rc7","v2.6.31-rc8","v2.6.31-rc6","v2.6.30-rc6","v2.6.30","v2.6.31-rc4","v2.6.31-rc5","v2.6.31-rc3","v2.6.31-rc2","v2.6.30-rc7","v2.6.30-rc8","v2.6.30-rc5","v2.6.30-rc3","v2.6.30-rc4","v2.6.30-rc1","v2.6.30-rc2","v2.6.29","v2.6.29-rc8","v2.6.29-rc7","v2.6.29-rc5","v2.6.29-rc1","v2.6.29-rc6","v2.6.29-rc4","v2.6.29-rc3","v2.6.29-rc2","v2.6.28","v2.6.28-rc7","v2.6.28-rc9","v2.6.28-rc8","v2.6.28-rc6","v2.6.28-rc5","v2.6.28-rc4","v2.6.28-rc2","v2.6.28-rc3","v2.6.28-rc1","v2.6.27","v2.6.27-rc7","v2.6.27-rc9","v2.6.27-rc8","v2.6.27-rc5","v2.6.27-rc6","v2.6.27-rc4","v2.6.27-rc1","v2.6.27-rc3","v2.6.27-rc2","v2.6.26","v2.6.26-rc9","v2.6.26-rc8","v2.6.26-rc3","v2.6.26-rc7","v2.6.26-rc6","v2.6.26-rc5","v2.6.26-rc4","v2.6.26-rc2","v2.6.26-rc1","v2.6.25","v2.6.25-rc7","v2.6.25-rc9","v2.6.25-rc8","v2.6.25-rc6","v2.6.25-rc5","v2.6.25-rc3","v2.6.25-rc4","v2.6.24","v2.6.25-rc2","v2.6.25-rc1","v2.6.24-rc8","v2.6.24-rc7","v2.6.24-rc6","v2.6.24-rc5","v2.6.24-rc4","v2.6.24-rc3","v2.6.24-rc2","v2.6.24-rc1","v2.6.23","v2.6.23-rc9","v2.6.23-rc8","v2.6.23-rc5","v2.6.23-rc7","v2.6.23-rc6","v2.6.23-rc4","v2.6.23-rc3","v2.6.23-rc2","v2.6.23-rc1","v2.6.22","v2.6.22-rc7","v2.6.22-rc6","v2.6.22-rc5","v2.6.22-rc4","v2.6.22-rc3","v2.6.22-rc2","v2.6.22-rc1","v2.6.21","v2.6.21-rc7","v2.6.21-rc6","v2.6.21-rc5","v2.6.21-rc4","v2.6.21-rc3","v2.6.21-rc2","v2.6.21-rc1","v2.6.20-rc7","v2.6.20-rc6","v2.6.20-rc5","v2.6.20-rc4","v2.6.20-rc3","v2.6.20-rc1","v2.6.20-rc2","v2.6.19-rc2","v2.6.18","v2.6.19-rc1","v2.6.18-rc6","v2.6.18-rc5","v2.6.18-rc3","v2.6.18-rc2","v2.6.18-rc1","v2.6.17","v2.6.17-rc4","v2.6.17-rc6","v2.6.17-rc5","v2.6.17-rc3","v2.6.17-rc2","v2.6.17-rc1","v2.6.16","v2.6.16-rc6","v2.6.16-rc4","v2.6.16-rc5","v2.6.16-rc3","v2.6.16-rc2","v2.6.16-rc1","v2.6.15-rc7","v2.6.15-rc5","v2.6.15-rc4","v2.6.15-rc2","v2.6.15-rc1","v2.6.14-rc3","v2.6.14-rc2","v2.6.14-rc1","v2.6.13","v2.6.13-rc7","v2.6.13-rc6","v2.6.13-rc5","v2.6.13-rc3","v2.6.13-rc4","v2.6.13-rc2","v2.6.13-rc1","v2.6.12-rc4","v2.6.12-rc3","v2.6.12-rc2"],"database_specific":{"source":"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-26633.json"}},{"package":{"name":"Kernel","ecosystem":"Linux"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"4.10.0"},{"fixed":"4.19.306"}]},{"type":"ECOSYSTEM","events":[{"introduced":"4.20.0"},{"fixed":"5.4.268"}]},{"type":"ECOSYSTEM","events":[{"introduced":"5.5.0"},{"fixed":"5.10.209"}]},{"type":"ECOSYSTEM","events":[{"introduced":"5.11.0"},{"fixed":"5.15.148"}]},{"type":"ECOSYSTEM","events":[{"introduced":"5.16.0"},{"fixed":"6.1.75"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.2.0"},{"fixed":"6.6.14"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.7.0"},{"fixed":"6.7.2"}]}],"database_specific":{"source":"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-26633.json"}}],"schema_version":"1.7.5","severity":[{"type":"CVSS_V3","score":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"}]}