CVE-2026-74615

HIGHPre-NVD 8.88.8
EchelonGraph scoreHIGH confidence

Score 8.8 from GitHub Security Advisory (severity: HIGH) published 2026-08-22. a secondary CVSS source baseline 8.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
8.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: 8.8Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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:

BUG: KASAN: slab-use-after-free in __run_timers+0x208/0x654 Write of size 8 at addr ffff00001adace68 by task true/192 __asan_store8+0x84/0xac __run_timers+0x208/0x654 run_timer_softirq+0x154/0x18c Allocated by task 189: alloc_netdev_mqs+0x64/0x720 rtnl_create_link+0x4ac/0x520 rtnl_newlink+0x758/0xd00 Freed by task 191: netdev_release+0x40/0x58 netdev_run_todo+0x4a4/0x8c0 rtnl_dellink+0x200/0x4e8

The rtnl operations involved are netns-scoped, so an unprivileged user can perform them in a new user and network namespace.

Arming the timer on a down device never had an effect: vxlan_cleanup() returns early on !netif_running(), and vxlan_open() arms the timer for any non-zero interval once the device is brought up. Add the missing test.

Discovered by XBOW, triaged by Baul Lee

CVSS v3
8.8
EG Score
8.8(high)
EG Risk
44(Track)
EG Risk 44/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
Severity88% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
3%
KEV
Not listed

Published

August 22, 2026

Last Modified

August 25, 2026

Advisory Details (8)

Auto-updated Aug 25, 2026
No patch confirmed yet.
generic

vxlan: do not arm the ageing timer on a device that is down - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/b37971686ec59fb027fa4910ba16805e68fddb97
generic

vxlan: do not arm the ageing timer on a device that is down - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6b4119af544996a545cf84b16f1dbce829ba0de8
generic

vxlan: do not arm the ageing timer on a device that is down - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/46bb297ad77680e009244f067f27d51cf5b8c7cf
generic

vxlan: do not arm the ageing timer on a device that is down - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6b095e99b9e67ea31f0c4b00260e010898253519
generic

vxlan: do not arm the ageing timer on a device that is down - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/619dd29045e439d0b0f8c6d4fec1af447a050680
generic

vxlan: do not arm the ageing timer on a device that is down - kernel/git/stable/linux.git - Linux kernel stable tree

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

vxlan: do not arm the ageing timer on a device that is down - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/26c179d47403d2f919ee914cc02c31d896b59fee
generic

vxlan: do not arm the ageing timer on a device that is down - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/be44d79d14d7f9ae7c8ffb7272142005341b5123

Vendor Advisories for CVE-2026-74615(1)

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

Data Freshness Timeline

(refreshed 25× in last 7d / 28× 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.

  1. 2026-08-30 02:05 UTCEG score recompute
  2. 2026-08-30 02:05 UTCGHSA enrichment
  3. 2026-08-30 01:22 UTCEPSS rescore
  4. 2026-08-29 13:30 UTCGHSA enrichment
  5. 2026-08-29 00:53 UTCEG score recompute
  6. 2026-08-29 00:53 UTCGHSA enrichment
  7. 2026-08-28 21:42 UTCEPSS rescore
  8. 2026-08-28 10:04 UTCGHSA enrichment
  9. 2026-08-27 21:28 UTCEG score recompute
  10. 2026-08-27 21:28 UTCGHSA enrichment
  11. 2026-08-27 14:25 UTCEPSS rescore
  12. 2026-08-27 08:53 UTCGHSA enrichment
  13. 2026-08-26 20:18 UTCEG score recompute
  14. 2026-08-26 20:18 UTCGHSA enrichment
  15. 2026-08-26 14:47 UTCEPSS rescore
  16. 2026-08-26 07:43 UTCGHSA enrichment
  17. 2026-08-25 19:06 UTCEG score recompute
  18. 2026-08-25 19:06 UTCGHSA enrichment
  19. 2026-08-25 13:49 UTCEPSS rescore
  20. 2026-08-25 06:30 UTCEG score recompute
  21. 2026-08-25 06:30 UTCGHSA enrichment
  22. 2026-08-25 05:45 UTCEG score recompute 8.80
  23. 2026-08-25 05:45 UTCGHSA enrichment
  24. 2026-08-25 05:45 UTCMITRE cvelistV5CVSS v3 → 8.8 · severity → HIGH
  25. 2026-08-24 14:18 UTCEPSS rescore
Show 3 more
  1. 2026-08-22 16:24 UTCNVD update
  2. 2026-08-22 15:42 UTCEG score recompute
  3. 2026-08-22 15:35 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-74615?
CVE-2026-74615 is a high vulnerability published on August 22, 2026. In the Linux kernel, the following vulnerability has been resolved: vxlan: do not arm the ageing timer on a device that is down vxlanchangelink() arms vxlan->agetimer whenever the requested ageing interval differs from the configured one: if (conf.ageinterval != vxlan->cfg.ageinterval)…
When was CVE-2026-74615 disclosed?
CVE-2026-74615 was first published in the National Vulnerability Database on August 22, 2026, with the most recent update on August 25, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-74615 actively exploited?
CVE-2026-74615 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 97.5% of all scored CVEs.
What is the CVSS score of CVE-2026-74615?
CVE-2026-74615 has a CVSS v3 base score of 8.8 (NVD).
How do I remediate CVE-2026-74615?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-74615, 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

Explore the affected products and dependency analysis for CVE-2026-74615

Explore →

Is Your Infrastructure Affected by CVE-2026-74615?

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