-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path10054.txt
17 lines (9 loc) · 858 Bytes
/
10054.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Joomla ProofReader Component 1.0 RC6 Cross-Site Scripting Vulnerability
=======================================================================
The Joomla! ProofReader component is prone to a cross-site scripting vulnerability because the application fails to properly sanitize user-supplied input.
An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.
The issue affects ProofReader 1.0 RC6 and prior.
An attacker can exploit this issue by enticing an unsuspecting user to follow a malicious URI.
The following proof-of-concept URIs are available:
http://server/1";alert(document.cookie);//
http://server/page?";alert(document.cookie);//