Cyber Resilience

CVE-2021-40870

Path Traversal in Aviatrix Controller 6.2 – 6.2.2043

CISA KEVActive ExploitationEUVD ExploitedPublic PoCPath Traversal
Published
13 September 2021
Modified
10 November 2025
KEV Added
18 January 2022
Patch / advisory
CVSS Score v3.1 9.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.93 99.8th percentile
Risk Priority 97 floored blend · peak EPSS

Summary

CVE-2021-40870 is a critical-severity Relative Path Traversal (CWE-23) vulnerability in Aviatrix Controller. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 0.2% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

The vulnerability tracked as CVE-2021-40870 is an unrestricted file upload flaw that permits dangerous file types and leads to arbitrary code execution through directory traversal. It affects the Aviatrix Controller in all 6.x releases prior to 6.5-1804.1922 and is assigned CWE-23 with a CVSS 3.1 base score of 9.8.

An unauthenticated attacker with network access can upload a malicious file and traverse directories to place and execute arbitrary code on the controller, resulting in full confidentiality, integrity, and availability impact without any required user interaction.

Public advisories and release notes from Aviatrix dated 9 September 2021, along with the TradeCraft advisory TC-2021-0002, direct customers to apply the fixed version 6.5-1804.1922 or later; exploit code demonstrating the issue has been published on Packet Storm.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

An issue was discovered in Aviatrix Controller 6.x before 6.5-1804.1922. Unrestricted upload of a file with a dangerous type is possible, which allows an unauthenticated user to execute arbitrary code via directory traversal.

CWE(s)
KEV Date Added
18 January 2022

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-50603Same product: Aviatrix Controllerboth on KEV
CVE-2026-34926Shared CWE-23both on KEV
CVE-2025-64446Shared CWE-23both on KEV
CVE-2024-27199Shared CWE-23both on KEV
CVE-2020-5410Shared CWE-23both on KEV
CVE-2024-20310Shared CWE-23
CVE-2025-11898Shared CWE-23
CVE-2026-57988Shared CWE-23
CVE-2025-57403Shared CWE-23
CVE-2026-52813Shared CWE-23

Affected Assets

aviatrix
controller
6.2 — 6.2.2043 · 6.3 — 6.3.2490 · 6.4 — 6.4.2838

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V5.3.2

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input validation and path sanitization that prevent relative traversal.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development catches path traversal via static/dynamic analysis, but does not itself implement the fix.

prevents

Secure development lifecycle mandates input validation and path-handling controls that directly prevent relative path traversal.

prevents

Application security requirements explicitly call for controls against path traversal and other injection flaws.

prevents

Secure architecture principles include directory isolation and canonicalization, reducing but not eliminating traversal risk.

prevents

Secure coding standards require neutralizing path traversal sequences, directly addressing CWE-23.

mitigates

Information access restriction limits which files can be reached, mitigating impact but not preventing the traversal flaw.

References