Security readout for executives and security teams
Plain-English summary
CVE-2025-21790 is a Linux kernel VXLAN bug that can crash the system after a failed initialization path. The published impact is availability only. It requires local access with some privilege, and there is no cited evidence of active exploitation.
Executive priority
Schedule remediation through normal kernel patch cycles, prioritizing shared, multi-user, virtualization, and network-overlay hosts. Urgency rises where untrusted local users or workloads have network administration capabilities. No cited source currently supports emergency response for active exploitation.
Technical view
The Linux kernel VXLAN code failed to check vxlan_vnigroup_init() return success. A later cleanup path can dereference null state in vxlan_vnigroup_uninit(), causing a general protection fault. CVSS 3.1 is 5.5: local attack vector, low complexity, low privileges, no user interaction, high availability impact.
Likely exposure
Exposure is mainly Linux systems running affected kernel builds where a local actor can trigger VXLAN device creation through kernel networking interfaces. Systems using VXLAN for virtualization, overlay networking, or container infrastructure should prioritize inventory. The source data lists Linux kernel versions and stable fix references, but distribution-specific status must be verified with vendors.
Exploitation context
The issue was spotted by syzbot and documented with a kernel crash trace. The source bundle does not identify public exploitation, weaponized proof of concept, or CISA KEV listing. This should be treated as a local denial-of-service risk, not a confirmed remote compromise path.
Researcher notes
CWE-476 applies. The fix direction is a missing return-value check in VXLAN initialization. Affected-version data in the bundle is kernel-centric and not sufficient for every distribution package. Validate with downstream vendor advisories because Linux distributions often backport fixes without changing upstream version numbers.
Mitigation direction
Apply kernel updates containing the referenced stable fixes or distribution vendor backports.
For Debian LTS, review and apply the cited Debian security advisory guidance.
If patching is delayed, check vendor guidance for supported interim controls.
Reduce unnecessary local access and network administration privileges where feasible.
Validation and detection
Inventory Linux kernel versions across servers, appliances, and container hosts.
Compare running kernels against vendor advisories and referenced stable commit fixes.
Confirm distribution packages include the CVE-2025-21790 fix or backport.
Identify systems where local users or services can create VXLAN network devices.
Review kernel logs for unexplained VXLAN-related oops, crashes, or reboots.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
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.
cwe · low confidence lookup
CWE-476: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
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.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.