DotNetNuke 7.2.8 CATALooKStore Cross Site Scripting

DotNetNuke versions 7.2.8 and below suffers from a cross site scripting vulnerability in CATALooKStore.


MD5 | 9db92670a9189bf3cbb96921567733bb

[+] Title: DotNetNuke CATALooKStore Cross Site Scripting (XSS)
[+] Date: 2018/04/15
[+] Author: Mostafa Gharzi
[+] Team: Maher - CertCC.ir
[+] Vendor Homepage: www.dnnsoftware.com
[+] Tested on: Windows 10 & Kali Linux
[+] Versions: 7.2.8 and Before
[+] Vulnerable Parameter: Get Method
[+] Vulnerable File: /ViewEditGoogleMaps.aspx?PortalID= & &CATSkin=
/ImageViewer.aspx?link= & desc=
[+} Dork : inurl:/desktopmodules/CATALooKStore/
inurl:ImageViewer.aspx?link=

### Notes:

An attacker can use XSS (in CATALooKStore section from DotNetNuke)
to send a malicious script to an unsuspecting user. The end useras browser
has no way to know that the script should not be trusted, and will execute
the script. Because it thinks the script came from a trusted source, the
malicious script can access any cookies, session tokens, or other sensitive
information retained by the browser and used with that site. These scripts
can even rewrite the content of the HTML page.

### POC:

[+]
http://site/desktopmodules/CATALooKStore/ViewEditGoogleMaps.aspx?PortalID=0&Action=View&CATSkin=[XSS]

[+]
http://site/desktopmodules/catalookstore/ImageViewer.aspx?link=[]&desc=[XSS]&PortalID=0&viewerid=-1&mid=-1&ssl=true

### Credit:

[+] CertCC.ir

Related Posts