CVE-2026-43456

HIGHNVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-05-08. NVD baseline CVSS 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, nvd
Trending — 4 sources updated this week
7.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.8Exploit: None knownExposed: 0

A fix is available — apply it.

In the Linux kernel, the following vulnerability has been resolved:

bonding: fix type confusion in bond_setup_by_slave()

kernel BUG at net/core/skbuff.c:2306! Oops: invalid opcode: 0000 [#1] SMP KASAN NOPTI RIP: 0010:pskb_expand_head+0xa08/0xfe0 net/core/skbuff.c:2306 RSP: 0018:ffffc90004aff760 EFLAGS: 00010293 RAX: 0000000000000000 RBX: ffff88807e3c8780 RCX: ffffffff89593e0e RDX: ffff88807b7c4900 RSI: ffffffff89594747 RDI: ffff88807b7c4900 RBP: 0000000000000820 R08: 0000000000000005 R09: 0000000000000000 R10: 00000000961a63e0 R11: 0000000000000000 R12: ffff88807e3c8780 R13: 00000000961a6560 R14: dffffc0000000000 R15: 00000000961a63e0 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007fe1a0ed8df0 CR3: 000000002d816000 CR4: 00000000003526f0 Call Trace: ipgre_header+0xdd/0x540 net/ipv4/ip_gre.c:900 dev_hard_header include/linux/netdevice.h:3439 [inline] packet_snd net/packet/af_packet.c:3028 [inline] packet_sendmsg+0x3ae5/0x53c0 net/packet/af_packet.c:3108 sock_sendmsg_nosec net/socket.c:727 [inline] __sock_sendmsg net/socket.c:742 [inline] ____sys_sendmsg+0xa54/0xc30 net/socket.c:2592 ___sys_sendmsg+0x190/0x1e0 net/socket.c:2646 __sys_sendmsg+0x170/0x220 net/socket.c:2678 do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline] do_syscall_64+0x106/0xf80 arch/x86/entry/syscall_64.c:94 entry_SYSCALL_64_after_hwframe+0x77/0x7f RIP: 0033:0x7fe1a0e6c1a9

When a non-Ethernet device (e.g. GRE tunnel) is enslaved to a bond, bond_setup_by_slave() directly copies the slave's header_ops to the bond device:

bond_dev->header_ops = slave_dev->header_ops;

This causes a type confusion when dev_hard_header() is later called on the bond device. Functions like ipgre_header(), ip6gre_header(),all use netdev_priv(dev) to access their device-specific private data. When called with the bond device, netdev_priv() returns the bond's private data (struct bonding) instead of the expected type (e.g. struct ip_tunnel), leading to garbage values being read and kernel crashes.

Fix this by introducing bond_header_ops with wrapper functions that delegate to the active slave's header_ops using the slave's own device. This ensures netdev_priv() in the slave's header functions always receives the correct device.

The fix is placed in the bonding driver rather than individual device drivers, as the root cause is bond blindly inheriting header_ops from the slave without considering that these callbacks expect a specific netdev_priv() layout.

The type confusion can be observed by adding a printk in ipgre_header() and running the following commands:

ip link add dummy0 type dummy ip addr add 10.0.0.1/24 dev dummy0 ip link set dummy0 up ip link add gre1 type gre local 10.0.0.1 ip link add bond1 type bond mode active-backup ip link set gre1 master bond1 ip link set gre1 up ip link set bond1 up ip addr add fe80::1/64 dev bond1

CVSS v3
7.8
EG Score
7.8(medium)
EG Risk
40(Track)
EG Risk 40/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
5%
KEV
Not listed

Published

May 8, 2026

Last Modified

July 24, 2026

Advisory Details (4)

Auto-updated May 11, 2026
No patch confirmed yet.
generic

bonding: fix type confusion in bond_setup_by_slave() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9baf26a91565b7bb2b1d9f99aaf884a2b28c2f6d
generic

bonding: fix type confusion in bond_setup_by_slave() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/95597d11dc8bddb2b9a051c9232000bfbb5e43ba
generic

bonding: fix type confusion in bond_setup_by_slave() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/950803f7254721c1c15858fbbfae3deaaeeecb11
generic

bonding: fix type confusion in bond_setup_by_slave() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6ac890f1d60ac3707ee8dae15a67d9a833e49956

Vendor Advisories for CVE-2026-43456(2)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Patch Availability(15)

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(4 across 4 ecosystems)
Debian:11(1)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 7.2~rc5-1~exp1 (496 versions)
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 7.2~rc5-1~exp1 (335 versions)
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.85-1~bpo12+1 (17 versions)6.12.85-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 6.19~rc8-1~exp1 (119 versions)6.19.10-1

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

All Vendor Advisories

(14)

Data Freshness Timeline

(refreshed 7× in last 7d / 89× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

Showing the most recent 100 of 212 total refreshes for this CVE.

  1. 2026-08-26 14:46 UTCEPSS rescore
  2. 2026-08-25 13:49 UTCEPSS rescore
  3. 2026-08-23 19:01 UTCEG score recompute
  4. 2026-08-23 19:01 UTCVendor advisory
  5. 2026-08-23 19:01 UTCGHSA enrichment
  6. 2026-08-21 23:49 UTCEPSS rescore
  7. 2026-08-20 22:55 UTCEPSS rescore
  8. 2026-08-19 17:04 UTCEPSS rescore
  9. 2026-08-18 13:48 UTCEPSS rescore
  10. 2026-08-17 13:47 UTCEPSS rescore
  11. 2026-08-17 11:31 UTCEG score recompute
  12. 2026-08-17 11:31 UTCVendor advisory
  13. 2026-08-17 11:30 UTCGHSA enrichment
  14. 2026-08-16 14:56 UTCEPSS rescore
  15. 2026-08-16 04:34 UTCEG score recompute
  16. 2026-08-16 04:34 UTCVendor advisory
  17. 2026-08-16 04:34 UTCGHSA enrichment
  18. 2026-08-16 02:14 UTCEPSS rescore
  19. 2026-08-15 02:18 UTCEG score recompute
  20. 2026-08-15 02:18 UTCVendor advisory
  21. 2026-08-15 02:18 UTCGHSA enrichment
  22. 2026-08-15 01:30 UTCEPSS rescore
  23. 2026-08-14 14:43 UTCVendor advisory
  24. 2026-08-14 14:43 UTCGHSA enrichment
  25. 2026-08-14 03:08 UTCEG score recompute
Show 75 more
  1. 2026-08-14 03:08 UTCVendor advisory
  2. 2026-08-14 03:08 UTCGHSA enrichment
  3. 2026-08-13 22:00 UTCEPSS rescore
  4. 2026-08-13 04:18 UTCVendor advisory
  5. 2026-08-13 04:18 UTCGHSA enrichment
  6. 2026-08-12 16:43 UTCEG score recompute
  7. 2026-08-12 16:43 UTCVendor advisory
  8. 2026-08-12 16:43 UTCGHSA enrichment
  9. 2026-08-12 13:51 UTCEPSS rescore
  10. 2026-08-11 15:51 UTCEG score recompute
  11. 2026-08-11 15:51 UTCVendor advisory
  12. 2026-08-11 15:51 UTCGHSA enrichment
  13. 2026-08-11 13:43 UTCEPSS rescore
  14. 2026-08-11 01:17 UTCEG score recompute
  15. 2026-08-11 01:17 UTCVendor advisory
  16. 2026-08-11 01:17 UTCGHSA enrichment
  17. 2026-08-11 00:00 UTCEPSS rescore
  18. 2026-08-10 13:08 UTCVendor advisory
  19. 2026-08-10 13:08 UTCGHSA enrichment
  20. 2026-08-10 01:33 UTCVendor advisory
  21. 2026-08-10 01:33 UTCGHSA enrichment
  22. 2026-08-09 13:58 UTCEG score recompute
  23. 2026-08-09 13:58 UTCVendor advisory
  24. 2026-08-09 13:58 UTCGHSA enrichment
  25. 2026-08-09 13:46 UTCEPSS rescore
  26. 2026-08-09 02:23 UTCEG score recompute
  27. 2026-08-09 02:23 UTCVendor advisory
  28. 2026-08-09 02:23 UTCGHSA enrichment
  29. 2026-08-08 16:37 UTCEPSS rescore
  30. 2026-08-08 09:07 UTCVendor advisory
  31. 2026-08-08 09:07 UTCGHSA enrichment
  32. 2026-08-07 21:32 UTCEG score recompute
  33. 2026-08-07 21:32 UTCVendor advisory
  34. 2026-08-07 21:32 UTCGHSA enrichment
  35. 2026-08-07 09:57 UTCVendor advisory
  36. 2026-08-07 09:57 UTCGHSA enrichment
  37. 2026-08-06 21:44 UTCEG score recompute
  38. 2026-08-06 21:44 UTCVendor advisory
  39. 2026-08-06 21:44 UTCGHSA enrichment
  40. 2026-08-06 13:46 UTCEPSS rescore
  41. 2026-08-06 10:08 UTCVendor advisory
  42. 2026-08-06 10:08 UTCGHSA enrichment
  43. 2026-08-05 22:07 UTCEG score recompute
  44. 2026-08-05 22:07 UTCVendor advisory
  45. 2026-08-05 22:07 UTCGHSA enrichment
  46. 2026-08-05 19:17 UTCEPSS rescore
  47. 2026-08-04 15:10 UTCEPSS rescore
  48. 2026-08-04 10:38 UTCEPSS rescore
  49. 2026-08-03 19:30 UTCEG score recompute
  50. 2026-08-03 19:30 UTCVendor advisory
  51. 2026-08-03 19:30 UTCGHSA enrichment
  52. 2026-08-03 10:36 UTCEPSS rescore
  53. 2026-08-03 01:51 UTCVendor advisory
  54. 2026-08-03 01:51 UTCGHSA enrichment
  55. 2026-08-02 14:16 UTCVendor advisory
  56. 2026-08-02 14:16 UTCGHSA enrichment
  57. 2026-08-02 02:41 UTCEG score recompute
  58. 2026-08-02 02:41 UTCVendor advisory
  59. 2026-08-02 02:41 UTCGHSA enrichment
  60. 2026-08-02 02:27 UTCEPSS rescore
  61. 2026-08-01 04:16 UTCEPSS rescore
  62. 2026-07-30 16:28 UTCEPSS rescore
  63. 2026-07-30 01:30 UTCEPSS rescore
  64. 2026-07-28 15:36 UTCEPSS rescore
  65. 2026-07-27 14:13 UTCEPSS rescore
  66. 2026-07-26 14:54 UTCEPSS rescore
  67. 2026-07-26 14:54 UTCEPSS rescore
  68. 2026-07-26 08:29 UTCEG score recompute
  69. 2026-07-26 08:29 UTCVendor advisory
  70. 2026-07-26 08:29 UTCGHSA enrichment
  71. 2026-07-25 14:18 UTCEPSS rescore
  72. 2026-07-24 14:17 UTCEPSS rescore
  73. 2026-07-23 14:18 UTCEPSS rescore
  74. 2026-07-23 03:14 UTCEG score recompute
  75. 2026-07-22 14:08 UTCEPSS rescore

Frequently asked(5)

What is CVE-2026-43456?
CVE-2026-43456 is a high vulnerability published on May 8, 2026. In the Linux kernel, the following vulnerability has been resolved: bonding: fix type confusion in bondsetupby_slave() kernel BUG at net/core/skbuff.c:2306! Oops: invalid opcode: 0000 [#1] SMP KASAN NOPTI RIP: 0010:pskbexpandhead+0xa08/0xfe0 net/core/skbuff.c:2306 RSP: 0018:ffffc90004aff760 EFLAGS:…
When was CVE-2026-43456 disclosed?
CVE-2026-43456 was first published in the National Vulnerability Database on May 8, 2026, with the most recent update on July 24, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-43456 actively exploited?
CVE-2026-43456 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 94.6% of all scored CVEs.
What is the CVSS score of CVE-2026-43456?
CVE-2026-43456 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-43456?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-43456, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-43456

Explore →

Is Your Infrastructure Affected by CVE-2026-43456?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.