Clever Copy version 3 is susceptible to cross site scripting attacks.
bb659a8d787b7e02bd56556f78253d2a98ac3acb4f3c0e4e65cde661fbfbf38a
New eVuln Advisory:
Clever Copy 'Referer' & 'X-Forwarded-For' XSS Vulnerabilities
https://evuln.com/vulns/64/summary.html
--------------------Summary----------------
eVuln ID: EV0064
CVE: CVE-2006-0627
Vendor: 3.0 2.0 2.0a
Software: Clever Copy V3
Sowtware's Web Site: https://clevercopy.bestdirectbuy.com
Versions:
Critical Level: Moderate
Type: Cross-Site Scripting
Class: Remote
Status: Unpatched. No reply from developer(s)
Exploit: Available
Solution: Not Available
Discovered by: Aliaksandr Hartsuyeu (eVuln.com)
-----------------Description---------------
Vulnerable script: stats/script.php
Variables $_SERVER['HTTP_REFERER'] $_SERVER['HTTP_X_FORWARDED_FOR'] are not properly sanitized. This can be used to post HTTP query with fake Referer or X-Forwarded-For values which may contain arbitrary html or script code. This code will be executed when administrator will open Site Stats.
Administrator's session is threatened.
--------------Exploit----------------------
Available at: https://evuln.com/vulns/64/exploit.html
GET /path//stats/script.php? image=1&javascript=false HTTP/1.0
Host: host
Referer: https://path/index.php<XSS>
X-Forwarded-For: anyIP<XSS>
--------------Solution---------------------
No Patch available.
--------------Credit-----------------------
Discovered by: Aliaksandr Hartsuyeu (eVuln.com)