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

21 lines
1.1 KiB
Markdown

### [CVE-2018-7669](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7669)
![](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
An issue was discovered in Sitecore Sitecore.NET 8.1 rev. 151207 Hotfix 141178-1 and above. The 'Log Viewer' application is vulnerable to a directory traversal attack, allowing an attacker to access arbitrary files from the host Operating System using a sitecore/shell/default.aspx?xmlcontrol=LogViewerDetails&file= URI. Validation is performed to ensure that the text passed to the 'file' parameter correlates to the correct log file directory. This filter can be bypassed by including a valid log filename and then appending a traditional 'dot dot' style attack.
### POC
#### Reference
- https://www.exploit-db.com/exploits/45152/
#### Github
- https://github.com/R3dAlch3mist/cve-2018-6574
- https://github.com/aravinddathd/CVE-2018-1123
- https://github.com/huydoppa/CVE-2018-15133
- https://github.com/palaziv/CVE-2018-7669