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-74615

8.8 · HIGH
Published Aug 22, 2026 EPSS 0.13% (3th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

vxlan: do not arm the ageing timer on a device that is down

vxlan_changelink() arms vxlan->age_timer whenever the requested ageing

interval differs from the configured one:

if (conf.age_interval != vxlan->cfg.age_interval)

mod_timer(&vxlan->age_timer, jiffies);

There is no netif_running() test, so the timer is armed even on a device

that was never brought up. The only synchronous cancel in the driver is

the timer_delete_sync() in vxlan_stop(), which is .ndo_stop.

netif_close_many() drops devices without IFF_UP before

__dev_close_many() runs, so that cancel is skipped for such a device.

vxlan_setup() sets dev->needs_free_netdev = true and age_timer is a

member of struct vxlan_dev, so free_netdev() releases the allocation the

timer lives in while it is still queued on a timer_base.

expire_timers() unlinks the entry before it loads timer->function, so

the timer core writes through the freed object's list pointers

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-74615?

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

How severe is CVE-2026-74615?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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-74615?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-74615 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.