Security readout for executives and security teams
Plain-English summary
CVE-2022-50816 is a Linux kernel bug in IPv6 tunnel MTU handling. Under certain tunnel conditions, the kernel could store an invalid MTU value and later crash during IPv6 multicast processing. Business impact is most likely availability risk on affected Linux systems, especially those using IPv6 GRE or IPIP6 tunneling.
Executive priority
Treat as a targeted availability patching issue, not an emergency internet-wide threat based on current evidence. Prioritize tunnel-heavy infrastructure, cloud networking nodes, VPN gateways, and hosts where a kernel crash would create service disruption.
Technical view
The fix sanitizes MTU values before writing to dev->mtu in ip6gre_tnl_link_config_route(), ip6_tnl_link_config(), and ipip6_tunnel_bind_dev(). The reported failure was a syzbot kernel BUG involving ip6gretap0 and skb_over_panic during MLD multicast packet construction. The CVE record does not provide CVSS, CWE, or a reproducer.
Likely exposure
Exposure is limited to Linux kernels in affected stable lines, particularly systems using IPv6 tunnel devices such as ip6_gre, ip6gretap, or IPIP6. The source lists fixes across stable branches including 4.14.305, 4.19.272, 5.4.231, 5.10.153, 5.15.77, 6.0.7, and 6.1.
Exploitation context
No active exploitation is indicated; the CVE is not listed as KEV. The report came from syzbot and explicitly notes no reproducer hints. Preconditions are incomplete, but the bug involves tunnel MTU configuration and lockless readers observing a bad temporary MTU value.
Researcher notes
Evidence supports a kernel crash class issue caused by underflowed or otherwise invalid tunnel MTU values. Public data does not establish privilege requirements, remote reachability, or reliable exploitability. Avoid assuming exploitability beyond the syzbot-triggered crash path unless distribution advisories add detail.
Mitigation direction
- Upgrade to a vendor kernel containing the referenced stable fixes.
- Prioritize systems using IPv6 GRE, ip6gretap, or IPIP6 tunnels.
- If unable to patch, check Linux distribution guidance for supported mitigations.
- Track kernel package advisories for backported fixes, not only version numbers.
Validation and detection
- Inventory Linux systems and running kernel versions.
- Identify hosts with IPv6 tunnel interfaces or related modules enabled.
- Compare kernel packages against distribution advisories and fixed stable releases.
- Confirm the applied kernel includes one of the referenced upstream fixes.
- Monitor for kernel BUG or skb_over_panic messages involving IPv6 multicast tunnels.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CVE-2022-50816 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/stable/c/2bab6fa449d16af36d9c9518865f783a15f446c7CVE reference
- https://git.kernel.org/stable/c/78297d513157a31fd629626fe4cbb85a7dcbb94aCVE reference
- https://git.kernel.org/stable/c/af51fc23a03f02b0c6df09ab0d60f23794436052CVE reference
- https://git.kernel.org/stable/c/44affe7ede596f078c4f2f41e0d160266ccda818CVE reference
- https://git.kernel.org/stable/c/ad3f1d9bf162c487d23df684852597961b745caeCVE reference
- https://git.kernel.org/stable/c/ccd94bd4939690e24d13e23814bce7ed853a09f3CVE reference
- https://git.kernel.org/stable/c/d89d7ff01235f218dad37de84457717f699dee79CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
