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

18 lines
1012 B
Markdown

### [CVE-2013-6987](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6987)
![](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
Multiple directory traversal vulnerabilities in the FileBrowser components in Synology DiskStation Manager (DSM) before 4.3-3810 Update 3 allow remote attackers to read, write, and delete arbitrary files via a .. (dot dot) in the (1) path parameter to file_delete.cgi or (2) folder_path parameter to file_share.cgi in webapi/FileStation/; (3) dlink parameter to fbdownload/; or unspecified parameters to (4) html5_upload.cgi, (5) file_download.cgi, (6) file_sharing.cgi, (7) file_MVCP.cgi, or (8) file_rename.cgi in webapi/FileStation/.
### POC
#### Reference
- http://packetstormsecurity.com/files/124563
#### Github
- https://github.com/stoicboomer/CVE-2013-6987