{"id":52917,"date":"2026-05-11T04:12:25","date_gmt":"2026-05-11T04:12:25","guid":{"rendered":"https:\/\/zero.redgem.net\/?p=52917"},"modified":"2026-05-11T04:12:25","modified_gmt":"2026-05-11T04:12:25","slug":"bonding-fix-type-confusion-in-bondsetupbyslave","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=52917","title":{"rendered":"bonding: fix type confusion in bond_setup_by_slave()_CVE-2026-43456"},"content":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;&#8221;,&#8221;description&#8221;:&#8221;In the Linux kernel, the following vulnerability has been resolved:\\n\\nbonding: fix type confusion in bond_setup_by_slave()\\n\\nkernel BUG at net\/core\/skbuff.c:2306!\\nOops: invalid opcode: 0000 [#1] SMP KASAN NOPTI\\nRIP: 0010:pskb_expand_head+0xa08\/0xfe0 net\/core\/skbuff.c:2306\\nRSP: 0018:ffffc90004aff760 EFLAGS: 00010293\\nRAX: 0000000000000000 RBX: ffff88807e3c8780 RCX: ffffffff89593e0e\\nRDX: ffff88807b7c4900 RSI: ffffffff89594747 RDI: ffff88807b7c4900\\nRBP: 0000000000000820 R08: 0000000000000005 R09: 0000000000000000\\nR10: 00000000961a63e0 R11: 0000000000000000 R12: ffff88807e3c8780\\nR13: 00000000961a6560 R14: dffffc0000000000 R15: 00000000961a63e0\\nCS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033\\nCR2: 00007fe1a0ed8df0 CR3: 000000002d816000 CR4: 00000000003526f0\\nCall Trace:\\n \\u003cTASK\\u003e\\n ipgre_header+0xdd\/0x540 net\/ipv4\/ip_gre.c:900\\n dev_hard_header include\/linux\/netdevice.h:3439 [inline]\\n packet_snd net\/packet\/af_packet.c:3028 [inline]\\n packet_sendmsg+0x3ae5\/0x53c0 net\/packet\/af_packet.c:3108\\n sock_sendmsg_nosec net\/socket.c:727 [inline]\\n __sock_sendmsg net\/socket.c:742 [inline]\\n ____sys_sendmsg+0xa54\/0xc30 net\/socket.c:2592\\n ___sys_sendmsg+0x190\/0x1e0 net\/socket.c:2646\\n __sys_sendmsg+0x170\/0x220 net\/socket.c:2678\\n do_syscall_x64 arch\/x86\/entry\/syscall_64.c:63 [inline]\\n do_syscall_64+0x106\/0xf80 arch\/x86\/entry\/syscall_64.c:94\\n entry_SYSCALL_64_after_hwframe+0x77\/0x7f\\nRIP: 0033:0x7fe1a0e6c1a9\\n\\nWhen a non-Ethernet device (e.g. GRE tunnel) is enslaved to a bond,\\nbond_setup_by_slave() directly copies the slave&#8217;s header_ops to the\\nbond device:\\n\\n    bond_dev-\\u003eheader_ops = slave_dev-\\u003eheader_ops;\\n\\nThis causes a type confusion when dev_hard_header() is later called\\non the bond device. Functions like ipgre_header(), ip6gre_header(),all use\\nnetdev_priv(dev) to access their device-specific private data. When\\ncalled with the bond device, netdev_priv() returns the bond&#8217;s private\\ndata (struct bonding) instead of the expected type (e.g. struct\\nip_tunnel), leading to garbage values being read and kernel crashes.\\n\\nFix this by introducing bond_header_ops with wrapper functions that\\ndelegate to the active slave&#8217;s header_ops using the slave&#8217;s own\\ndevice. This ensures netdev_priv() in the slave&#8217;s header functions\\nalways receives the correct device.\\n\\nThe fix is placed in the bonding driver rather than individual device\\ndrivers, as the root cause is bond blindly inheriting header_ops from\\nthe slave without considering that these callbacks expect a specific\\nnetdev_priv() layout.\\n\\nThe type confusion can be observed by adding a printk in\\nipgre_header() and running the following commands:\\n\\n    ip link add dummy0 type dummy\\n    ip addr add 10.0.0.1\/24 dev dummy0\\n    ip link set dummy0 up\\n    ip link add gre1 type gre local 10.0.0.1\\n    ip link add bond1 type bond mode active-backup\\n    ip link set gre1 master bond1\\n    ip link set gre1 up\\n    ip link set bond1 up\\n    ip addr add fe80::1\/64 dev bond1&#8243;,&#8221;published&#8221;:&#8221;2026-05-08T14:22:20.036Z&#8221;,&#8221;modified&#8221;:&#8221;2026-05-11T06:34:42.762Z&#8221;,&#8221;type&#8221;:&#8221;cve&#8221;,&#8221;title&#8221;:&#8221;bonding: fix type confusion in bond_setup_by_slave()&#8221;,&#8221;source&#8221;:&#8221;Linux&#8221;,&#8221;references&#8221;:&#8221;https:\/\/git.kernel.org\/stable\/c\/9baf26a91565b7bb2b1d9f99aaf884a2b28c2f6d\\nhttps:\/\/git.kernel.org\/stable\/c\/6ac890f1d60ac3707ee8dae15a67d9a833e49956\\nhttps:\/\/git.kernel.org\/stable\/c\/95597d11dc8bddb2b9a051c9232000bfbb5e43ba\\nhttps:\/\/git.kernel.org\/stable\/c\/950803f7254721c1c15858fbbfae3deaaeeecb11&#8243;,&#8221;id&#8221;:&#8221;CVE-2026-43456&#8243;,&#8221;bulletinFamily&#8221;:&#8221;&#8221;,&#8221;cwe&#8221;:null,&#8221;cvelist&#8221;:null,&#8221;sourceData&#8221;:&#8221;Linux Linux 1284cd3a2b740d0118458d2ea470a1e5bc19b187\\nLinux Linux 1284cd3a2b740d0118458d2ea470a1e5bc19b187\\nLinux Linux 1284cd3a2b740d0118458d2ea470a1e5bc19b187\\nLinux Linux 1284cd3a2b740d0118458d2ea470a1e5bc19b187\\nLinux Linux 2.6.24&#8243;,&#8221;sourceHref&#8221;:&#8221;&#8221;,&#8221;cvss&#8221;:{&#8220;score&#8221;:7.8,&#8221;severity&#8221;:&#8221;HIGH&#8221;,&#8221;vector&#8221;:&#8221;CVSS:3.1\/AV:L\/AC:L\/PR:L\/UI:N\/S:U\/C:H\/I:H\/A:H&#8221;,&#8221;version&#8221;:&#8221;3.1&#8243;},&#8221;cvss2&#8243;:{},&#8221;cvss3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;,&#8221;cvssV3&#8243;:{&#8220;version&#8221;:&#8221;&#8221;,&#8221;vectorString&#8221;:&#8221;&#8221;,&#8221;baseScore&#8221;:0,&#8221;baseSeverity&#8221;:&#8221;&#8221;,&#8221;attackVector&#8221;:&#8221;&#8221;,&#8221;attackComplexity&#8221;:&#8221;&#8221;,&#8221;privilegesRequired&#8221;:&#8221;&#8221;,&#8221;userInteraction&#8221;:&#8221;&#8221;,&#8221;scope&#8221;:&#8221;&#8221;,&#8221;confidentialityImpact&#8221;:&#8221;&#8221;,&#8221;integrityImpact&#8221;:&#8221;&#8221;,&#8221;availabilityImpact&#8221;:&#8221;&#8221;}},&#8221;href&#8221;:&#8221;&#8221;,&#8221;category_name&#8221;:&#8221;CVE&#8221;,&#8221;post_link&#8221;:&#8221;&#8221;,&#8221;product&#8221;:&#8221;Linux&#8221;,&#8221;version&#8221;:&#8221;1284cd3a2b740d0118458d2ea470a1e5bc19b187&#8243;,&#8221;vendor&#8221;:&#8221;Linux&#8221;,&#8221;ai_description&#8221;:&#8221;&#8221;,&#8221;ai_severity&#8221;:&#8221;&#8221;,&#8221;ai_vendor&#8221;:&#8221;&#8221;,&#8221;ai_product&#8221;:&#8221;&#8221;,&#8221;ai_version&#8221;:&#8221;&#8221;,&#8221;ai_score&#8221;:0}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>{&#8220;lastseen&#8221;:&#8221;&#8221;,&#8221;description&#8221;:&#8221;In the Linux kernel, the following vulnerability has been resolved:\\n\\nbonding: fix type confusion in bond_setup_by_slave()\\n\\nkernel BUG at net\/core\/skbuff.c:2306!\\nOops: invalid opcode: 0000 [#1] SMP KASAN NOPTI\\nRIP:&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[6,8,28,12,15,13,7,11,5],"class_list":["post-52917","post","type-post","status-publish","format-standard","hentry","category-category_cve","tag-cve","tag-cvss","tag-cvss-78","tag-exploit","tag-high","tag-news","tag-security","tag-tapic","tag-vulnerability"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>bonding: fix type confusion in bond_setup_by_slave()_CVE-2026-43456 - zero redgem<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zero.redgem.net\/?p=52917\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"bonding: fix type confusion in bond_setup_by_slave()_CVE-2026-43456 - zero redgem\" \/>\n<meta property=\"og:description\" content=\"{&#8220;lastseen&#8221;:&#8221;&#8221;,&#8221;description&#8221;:&#8221;In the Linux kernel, the following vulnerability has been resolved:nnbonding: fix type confusion in bond_setup_by_slave()nnkernel BUG at net\/core\/skbuff.c:2306!nOops: invalid opcode: 0000 [#1] SMP KASAN NOPTInRIP:...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=52917\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-11T04:12:25+00:00\" \/>\n<meta name=\"author\" content=\"invoker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"invoker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52917#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52917\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"bonding: fix type confusion in bond_setup_by_slave()_CVE-2026-43456\",\"datePublished\":\"2026-05-11T04:12:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52917\"},\"wordCount\":734,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"CVSS-7.8\",\"exploit\",\"HIGH\",\"news\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_cve\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=52917#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52917\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52917\",\"name\":\"bonding: fix type confusion in bond_setup_by_slave()_CVE-2026-43456 - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2026-05-11T04:12:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52917#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=52917\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=52917#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"bonding: fix type confusion in bond_setup_by_slave()_CVE-2026-43456\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"name\":\"zero redgem\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zero.redgem.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\",\"name\":\"zero redgem\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"width\":191,\"height\":188,\"caption\":\"zero redgem\"},\"image\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\",\"name\":\"invoker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"caption\":\"invoker\"},\"sameAs\":[\"https:\\\/\\\/zero.redgem.net\"],\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"bonding: fix type confusion in bond_setup_by_slave()_CVE-2026-43456 - zero redgem","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zero.redgem.net\/?p=52917","og_locale":"en_US","og_type":"article","og_title":"bonding: fix type confusion in bond_setup_by_slave()_CVE-2026-43456 - zero redgem","og_description":"{&#8220;lastseen&#8221;:&#8221;&#8221;,&#8221;description&#8221;:&#8221;In the Linux kernel, the following vulnerability has been resolved:nnbonding: fix type confusion in bond_setup_by_slave()nnkernel BUG at net\/core\/skbuff.c:2306!nOops: invalid opcode: 0000 [#1] SMP KASAN NOPTInRIP:...","og_url":"https:\/\/zero.redgem.net\/?p=52917","og_site_name":"zero redgem","article_published_time":"2026-05-11T04:12:25+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=52917#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=52917"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"bonding: fix type confusion in bond_setup_by_slave()_CVE-2026-43456","datePublished":"2026-05-11T04:12:25+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=52917"},"wordCount":734,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","CVSS-7.8","exploit","HIGH","news","Security","tapic","Vulnerability"],"articleSection":["category_cve"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=52917#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=52917","url":"https:\/\/zero.redgem.net\/?p=52917","name":"bonding: fix type confusion in bond_setup_by_slave()_CVE-2026-43456 - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2026-05-11T04:12:25+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=52917#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=52917"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=52917#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"bonding: fix type confusion in bond_setup_by_slave()_CVE-2026-43456"}]},{"@type":"WebSite","@id":"https:\/\/zero.redgem.net\/#website","url":"https:\/\/zero.redgem.net\/","name":"zero redgem","description":"","publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zero.redgem.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zero.redgem.net\/#organization","name":"zero redgem","url":"https:\/\/zero.redgem.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/","url":"","contentUrl":"","width":191,"height":188,"caption":"zero redgem"},"image":{"@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca","name":"invoker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","caption":"invoker"},"sameAs":["https:\/\/zero.redgem.net"],"url":"https:\/\/zero.redgem.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/52917","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=52917"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/52917\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=52917"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=52917"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=52917"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}