CVE-2013-2619
medium
CVSS v3
โ
CVSS v4 NEW
โ
VIR risk
6.0
Description
Directory traversal vulnerability in Aspen before 0.22 allows remote attackers to read arbitrary files via a .. (dot dot) to the default URI.
Predictions
Exploit likelihood
20%
Patch ETA
โ
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
Exploits
Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.
Exploit-DB
Aspen 0.8 - Directory Traversal
Aspen 0.8 - Directory Traversal
Earlier versions are also possibly vulnerable.
INFORMATION
Product: Aspen 0.8
Remote-exploit: yes
Vendor-URL: http://www.zetadev.com/software/aspen/
Discovered by: Daniel Ricardo dos Santos
CVE Request - 15/03/2013
CVE Assign - 18/03/2013
CVE Number - CVE-2013-2619
Vendor notification - 18/03/2013
Vendor reply - No reply
Public disclosure - 01/04/2013
OVERVIEW
Aspen 0.8 is vulnerable to a directory traversal.
INTRODUCTION
Aspen is a Python webserver.
Aspen is framework-agnostic and relies heavily on WSGI.
Aspen is fast enough.
VULNERABILITY DESCRIPTION
The vulnerability happens when directory indexing is turned on (default
configuration in this version) and a user requests, for instance
localhost/../../../../../../../etc/passwd.
The vulnerability may be tested with the following command-line:
curl -v4 http://<server>:<port>/../../../../../../etc/passwd
VERSIONS AFFECTED
Tested with version 0.8 but earlier versions are possibly vulnerable.
SOLUTION
Upgrade to version 0.22 - http://aspen.io/
NOTES
The Common Vulnerabilities and Exposures (CVE) project has assigned the
name CVE-2013-2619 to this issue. This is a candidate for inclusion in
the CVE list (http://cve.mitre.org), which standardizes names for
security problems.
CREDITS
Daniel Ricardo dos Santos
SEC+ Information Security Company - http://www.secplus.com.br/
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| aspen | aspen | {"endIncluding":"0.8"} | |
References
- http://packetstormsecurity.com/files/121035/Aspen-0.8-Directory-Traversal.html
- http://seclists.org/fulldisclosure/2013/Apr/2
- http://www.exploit-db.com/exploits/24915
- http://www.securityfocus.com/bid/58794
- https://exchange.xforce.ibmcloud.com/vulnerabilities/83185
- http://packetstormsecurity.com/files/121035/Aspen-0.8-Directory-Traversal.html
- http://seclists.org/fulldisclosure/2013/Apr/2
- http://www.exploit-db.com/exploits/24915
- http://www.securityfocus.com/bid/58794
- https://exchange.xforce.ibmcloud.com/vulnerabilities/83185
CWEs
CWE-22
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.