mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 11:02:11 +02:00
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
### [CVE-2018-7669](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7669)
|
|

|
|

|
|

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