CVE-2021-40870
Path Traversal in Aviatrix Controller 6.2 – 6.2.2043
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:HSummary
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
- 🇪🇺 ENISA EUVD: EUVD-2021-28025
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
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
—
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.
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.
Security testing in development catches path traversal via static/dynamic analysis, but does not itself implement the fix.
Secure development lifecycle mandates input validation and path-handling controls that directly prevent relative path traversal.
Application security requirements explicitly call for controls against path traversal and other injection flaws.
Secure architecture principles include directory isolation and canonicalization, reducing but not eliminating traversal risk.
Secure coding standards require neutralizing path traversal sequences, directly addressing CWE-23.
Information access restriction limits which files can be reached, mitigating impact but not preventing the traversal flaw.