On this page
CWE-29: Path Traversal: '..\filename'
Weakness Summary
The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '..\filename' (leading backslash dot dot) sequences that can resolve to a location that is outside of that directory.
- Canonical source: MITRE CWE-29 (opens in a new tab)
- Published Atomicorp CVE observations: 11
- Distinct affected products in those observations: 5
- Active Atomicorp rules associated with this weakness: 9
Atomicorp Research Context
Atomicorp has published CVE-specific research observations associated with this weakness category. Each linked CVE page states whether the tested request was detected or blocked and is the authoritative customer-facing finding.
The CVEs and rules shown here are selected published examples, not a complete list of Atomicorp protections. If a CWE, CVE, or rule is absent from this page, no conclusion should be drawn about whether Atomicorp protects against that weakness or attack method.
A CWE describes a class of software weakness. It does not identify one exploit request, and association with a CWE does not mean that every vulnerability or exploitation path in that category is detected or blocked.
Selected Published CVE Observations
| CVE | Vulnerability | Product | Atomicorp finding | Observed rules |
|---|---|---|---|---|
| CVE-2023-1177 | Mlflow <2.2.1 - Local File Inclusion | mlflow | Detected by Atomicorp | 398008 |
| CVE-2023-2780 | Mlflow <2.3.1 - Local File Inclusion Bypass | mlflow | Detected by Atomicorp | 398008 |
| CVE-2024-34470 | HSC Mailinspector 5.2.17-3 through 5.2.18 - Local File Inclusion | mailinspector | Attack Blocked by Atomicorp | 340007 , 344360 , 347009 , 390709 |
| CVE-2023-6831 | mlflow - Path Traversal | mlflow | Attack Blocked by Atomicorp | 390709 |
| CVE-2023-6023 | VertaAI ModelDB - Path Traversal | modeldb | Attack Blocked by Atomicorp | 340007 , 344360 , 347009 , 390709 |
| CVE-2023-6909 | Mlflow <2.9.2 - Path Traversal | mlflow | Attack Blocked by Atomicorp | 392301 |
| CVE-2023-6977 | Mlflow <2.8.0 - Local File Inclusion | mlflow | Attack Blocked by Atomicorp | 344360 |
| CVE-2024-1561 | Gradio 4.3-4.12 - Local File Read | gradio | Attack Blocked by Atomicorp | 344365 |
| CVE-2024-2928 | MLflow < 2.11.3 - Path Traversal | mlflow | Attack Blocked by Atomicorp | 340007 , 340162 , 340163 , 390709 |
| CVE-2024-3848 | Mlflow < 2.11.0 - Path Traversal | mlflow | Attack Blocked by Atomicorp | 340007 , 340162 , 340163 , 390709 |
| CVE-2024-4841 | LoLLMS WebUI - Subfolder Prediction via Path Traversal | lollms-webui | Attack Blocked by Atomicorp | 344365 |
Associated Atomicorp WAF Rules
| Rule | Status | Behavior |
|---|---|---|
| 340007 | Active | disruptive (deny) |
| 340162 | Active | disruptive (deny) |
| 340163 | Active | disruptive (deny) |
| 344360 | Active | disruptive (deny) |
| 344365 | Active | disruptive (deny) |
| 347009 | Active | disruptive (deny) |
| 390709 | Active | disruptive (deny) |
| 392301 | Active | disruptive (deny) |
| 398008 | Active | non-disruptive (pass) |