Files
CVEs-PoC/2010/CVE-2010-3486.md
T
2024-06-18 02:51:15 +02:00

19 lines
824 B
Markdown

### [CVE-2010-3486](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3486)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Directory traversal vulnerability in FileStorageUpload.ashx in SmarterMail 7.1.3876 allows remote attackers to read arbitrary files via a (1) ../ (dot dot slash), (2) %5C (encoded backslash), or (3) %255c (double-encoded backslash) in the name parameter.
### POC
#### Reference
- http://cloudscan.blogspot.com/2010/09/smarter-stats-533819-file-fuzzing.html
- http://packetstormsecurity.org/1009-exploits/smartermail-traversal.txt
#### Github
No PoCs found on GitHub currently.