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()… (CVE-2026-74615)
A use-after-free vulnerability in the Linux kernel's VXLAN driver was resolved by adding a missing check to avoid arming a timer on a network device that is down. The flaw allowed the ageing timer to be armed on devices that were never brought up, leading to a use-after-free condition when the timer fired after the device was freed. This issue affects operations scoped to network namespaces and can be triggered by unprivileged users within their own namespaces.
AI Analysis
Technical Summary
The vulnerability (CVE-2026-74615) in the Linux kernel VXLAN driver arises because vxlan_changelink() arms the ageing timer without verifying if the device is running (missing netif_running() check). If the device is down and subsequently freed, the timer remains queued and later executes, causing a use-after-free error in kernel memory. This occurs because the timer is armed on a device that was never brought up, and the synchronous timer cancellation in vxlan_stop() is skipped for devices without IFF_UP. The issue can be triggered by unprivileged users within new user and network namespaces due to the netns-scoped rtnl operations involved. The fix adds the missing netif_running() test to prevent arming the timer on down devices.
Potential Impact
The vulnerability leads to a kernel use-after-free condition, which can cause kernel crashes or undefined behavior. Since the operations are network namespace scoped and accessible to unprivileged users in their own namespaces, it may allow local unprivileged users to trigger kernel memory corruption. No information about remote exploitation or privilege escalation is provided.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. The fix involves adding a netif_running() check before arming the ageing timer on VXLAN devices. Until a patch is applied, avoid creating or modifying VXLAN devices in a way that triggers this condition, especially in unprivileged network namespaces.
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()… (CVE-2026-74615)
Description
A use-after-free vulnerability in the Linux kernel's VXLAN driver was resolved by adding a missing check to avoid arming a timer on a network device that is down. The flaw allowed the ageing timer to be armed on devices that were never brought up, leading to a use-after-free condition when the timer fired after the device was freed. This issue affects operations scoped to network namespaces and can be triggered by unprivileged users within their own namespaces.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability (CVE-2026-74615) in the Linux kernel VXLAN driver arises because vxlan_changelink() arms the ageing timer without verifying if the device is running (missing netif_running() check). If the device is down and subsequently freed, the timer remains queued and later executes, causing a use-after-free error in kernel memory. This occurs because the timer is armed on a device that was never brought up, and the synchronous timer cancellation in vxlan_stop() is skipped for devices without IFF_UP. The issue can be triggered by unprivileged users within new user and network namespaces due to the netns-scoped rtnl operations involved. The fix adds the missing netif_running() test to prevent arming the timer on down devices.
Potential Impact
The vulnerability leads to a kernel use-after-free condition, which can cause kernel crashes or undefined behavior. Since the operations are network namespace scoped and accessible to unprivileged users in their own namespaces, it may allow local unprivileged users to trigger kernel memory corruption. No information about remote exploitation or privilege escalation is provided.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. The fix involves adding a netif_running() check before arming the ageing timer on VXLAN devices. Until a patch is applied, avoid creating or modifying VXLAN devices in a way that triggers this condition, especially in unprivileged network namespaces.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-m2v3-p29r-xwmj
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-74615"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- null
Threat ID: 6a8a27f3acd9273b499bc882
Added to database: 08/22/2026, 22:51:31 UTC
Last enriched: 08/22/2026, 23:26:10 UTC
Last updated: 08/23/2026, 00:20:53 UTC
Views: 4
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.