mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 19:21:35 +02:00
19 lines
824 B
Markdown
19 lines
824 B
Markdown
### [CVE-2010-3486](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3486)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|