CVE-2026-89562High· 7.8▾ TwilightIn the Linux kernel, the following vulnerability has been resolved: ip6_gre: fix hardware header length for NBMA tunnels ip6gre_tnl_link_config_route() accumulates the lower device's hardware header length into dev->hard_header_len whe…
▾ Twilight zone — High severity, or a signal on a lesser flaw
impact 42.9 · likelihood 0 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Exploit-prediction probability, daily snapshots since Sep 12.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via CVEORG
0.2%
— → 7.8
none → high
Last analysed / modified upstream
In the Linux kernel, the following vulnerability has been resolved:
ip6_gre: fix hardware header length for NBMA tunnels
ip6gre_tnl_link_config_route() accumulates the lower device's hardware header length into dev->hard_header_len whenever header_ops is set. This is incorrect for both users of header_ops.
ip6gretap and ip6erspan have a fixed Ethernet hardware header length. For an NBMA ip6gre tunnel, ip6gre_header() creates only the GRE header, the optional FOU or GUE header, and the outer IPv6 header. The lower device header is headroom needed later, not part of the tunnel device's hardware header.
Keep the lower device header in needed_headroom. Set hard_header_len to the tunnel header length only for ARPHRD_IP6GRE devices with header_ops, and leave the fixed Ethernet header length unchanged for tap and erspan devices.
Linux >= 832ba596494b2c9eac7760259eff2d8b7dcad0ee < cb1afd087aedc90e5274537e4fb9bf3f98e5afdbLinux >= 832ba596494b2c9eac7760259eff2d8b7dcad0ee < 7719f6e7ed2ffddc2c3bb61f4467b76d49e0af6aLinux >= 832ba596494b2c9eac7760259eff2d8b7dcad0ee < b1e95e3602d8e112458627f14c6c31c21f2188cbLinux >= 832ba596494b2c9eac7760259eff2d8b7dcad0ee < c3457a5aae5fb43f7023d3f3dc472c2afa22acf0Linux >= 832ba596494b2c9eac7760259eff2d8b7dcad0ee < 8bfe746afee38dd6e4348ddcd22d554789dbb9ffLinux >= 832ba596494b2c9eac7760259eff2d8b7dcad0ee < b8282668d8fa7c61b80e8e4890729031c291a16cLinux >= 832ba596494b2c9eac7760259eff2d8b7dcad0ee < 565038b0092f65afe384961c0f548d605bf438b9Linux >= 832ba596494b2c9eac7760259eff2d8b7dcad0ee < 505b6d296c486ef7d1274f279d4c43a172f63224Linux cf3d9717a5271573fa193c4dfa0df856295d5b15Linux 187a6daf5db45adc807c85bbe285319107bed198Linux d9897bb66ce989325b4bf4cdbb6a799e4ac878b6Linux >= 4.19.162 < 4.20Linux >= 5.4.82 < 5.5Linux >= 5.9.13 < 5.10Linux 5.10Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
Field changes observed since this record was first indexed.
Connected by shared product, vendor, weakness, or advisory.
CVE-2026-90068NoneIn the Linux kernel, the following vulnerability has been resolved: ASoC: dapm: Fix off-by-one check on the second enum channel The snd_soc_dapm_put_enum_double() rejects item[0] once it reaches e->items, but it lets item[1] be equal t…
CVE-2026-90090NoneIn the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: Fix out-of-bounds DMA read in the TX path btmtksdio_tx_packet() rounds the transfer size up to the SDIO block size of 256 bytes, but hands the ho…
CVE-2026-90093High· 7.8In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: access chan->conn safely in get/setsockopt Since commit b66774b48dd9 ("Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref") l2cap_chan:…
CVE-2026-90098NoneIn the Linux kernel, the following vulnerability has been resolved: net: sparx5: fix sleep in atomic context in MAC table access sparx5_set_rx_mode() runs with netif_addr_lock_bh held and iterates dev->mc via __dev_mc_sync(), which per…
CVE-2026-90121NoneIn the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v5: Clear per-CPU IRS data on teardown IRS affinity setup publishes an IRS pointer and IAFFID state in the per-CPU data before the remaining IRS initializa…
CVE-2026-90156NoneIn the Linux kernel, the following vulnerability has been resolved: ksmbd: safely discard unregistered deferred locks When vfs_lock_file() defers a lock, smb2_lock() puts its ksmbd_lock on rollback_list before allocating and registerin…