Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-80615

8.2 · HIGH
Published Aug 28, 2026 EPSS 0.35% (28th pctl)

Overview

CVE-2026-80615 is a high-severity vulnerability. It was published on August 28, 2026 and has a CVSS 3.1 base score of 8.2 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.2, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

net: dst_metadata: fix false-positive memcpy overflow in tun_dst_unclone

kmalloc_flex() in metadata_dst_alloc() sets __counted_by for the

structure to the options_len, which is then initialized to zero.

Later, we're initializing the structure by copying the tunnel info

together with the options, and this triggers a warning for a potential

memcpy overflow, since the compiler estimates that the options can't

fit into the structure, even though the memory for them is actually

allocated.

memcpy: detected buffer overflow: 104 byte write of buffer size 96

WARNING: CPU: X PID: Y at lib/string_helpers.c:1036 __fortify_report

skb_tunnel_info_unclone+0x179/0x190

geneve_xmit+0x7fe/0xe00

The issue is triggered when built with clang and source fortification.

Fix that by doing the copy in two stages: first - the main data with

the options_len, then the options. This way the correct length should

be known at the time of t

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-80615?

CVE-2026-80615 is a high-severity vulnerability. It was published on August 28, 2026 and has a CVSS 3.1 base score of 8.2 (HIGH).

How severe is CVE-2026-80615?

This vulnerability has a CVSS 3.1 base score of 8.2, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-80615?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-80615?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-80615 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.