forked from ProjectZeroDays/Exploits2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EV0064.txt
executable file
·41 lines (31 loc) · 1.3 KB
/
EV0064.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
New eVuln Advisory:
Clever Copy 'Referer' & 'X-Forwarded-For' XSS Vulnerabilities
http://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: http://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: http://evuln.com/vulns/64/exploit.html
GET /path//stats/script.php? image=1&javascript=false HTTP/1.0
Host: host
Referer: http://path/index.php<XSS>
X-Forwarded-For: anyIP<XSS>
--------------Solution---------------------
No Patch available.
--------------Credit-----------------------
Discovered by: Aliaksandr Hartsuyeu (eVuln.com)