CVE-2026-13716: Path Traversal: '.../...//' in Crafty Controller
Path traversal in server import and admin file upload in Crafty Controller. Allows a remote, authenticated attacker to upload files to arbitrary paths permitted to the Crafty Controller application and perform remote code execution.
Security readout for executives and security teams
Plain-English summary
Crafty Controller 4.4.0 contains a critical path-traversal flaw in server import and administrative file upload features. A remote attacker with authenticated access could place files in application-permitted locations, potentially execute code, alter systems, expose limited data, or disrupt service. The supplied sources do not establish exposure for other versions.
Executive priority
Treat confirmed Crafty Controller 4.4.0 deployments as an immediate remediation priority, especially when management functions are externally reachable. Authentication lowers anonymous risk but does not adequately offset possible code execution. Until vendor remediation is identified, reduce reachability, privileges, and affected feature access while investigating for compromise.
Technical view
Insufficient path validation allows traversal during server imports and administrative uploads. Network exploitation requires low privileges, no user interaction, and low complexity. Successful abuse can escape the intended upload directory and write to arbitrary paths accessible by Crafty Controller, enabling remote code execution. CVSS 3.1 is 9.1 with changed scope.
Likely exposure
Highest risk applies to internet-accessible or broadly reachable Crafty Controller 4.4.0 deployments where untrusted or compromised authenticated accounts can use server import or administrative upload functions. The bundle does not establish that other versions are affected, and its default status is unaffected.
Exploitation context
The supplied record is not in CISA KEV, and no cited source states that exploitation is active. Authentication is required, but low privileges, network reachability, low complexity, and no user interaction materially reduce exploitation barriers after account access is obtained.
Researcher notes
CVE-2026-13716 is mapped to CWE-35 and affects server import plus administrative upload handling. The supplied version data identifies 4.4.0 and marks the default status unaffected, so broader version impact should not be inferred. The references do not provide a confirmed patch version, mitigation, proof of concept, or observed exploitation evidence.
Mitigation direction
Identify Crafty Controller 4.4.0 deployments and prioritize externally reachable instances.
Check vendor guidance for a corrected release or official mitigation; the supplied sources name neither.
Restrict management-interface access to trusted networks and authorized administrators.
Limit or suspend server import and administrative upload access where operationally acceptable.
Review authenticated accounts and revoke unnecessary, stale, or suspicious access.
Validation and detection
Confirm the installed Crafty Controller version on every deployment.
Verify whether server import or administrative upload features are accessible to low-privileged accounts.
Review authentication records for unexpected access to affected administrative functions.
Inspect application-writable locations for unexpected files or recent unauthorized changes.
After remediation, confirm the vendor-designated corrected version or mitigation is active.
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 · medium confidence lookup
CWE-35: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program 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-35 · source CWE mapping
Path Traversal: '.../...//'
Path Traversal: '.../...//' represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.