|
Google Toolbar About.HTML HTML Injection Vulnerability
Exploit
Google Toolbar is reported prone to a HTML injection vulnerability. It is reported that the Google Toolbar 'ABOUT.HTML' page allows the injection of HTML and JavaScript code.
This vulnerability may allow an attacker to inject malicious HTML and script code into the about page of the vulnerable application.
Solution
Currently we are not aware of any vendor-supplied patches for this issue.
The following proof of concept is available:
<script>window.showModalDialog("res://C:\\Program%20Files\\Google\\GoogleToolbar1.dll/ABOUT.HTML", "<div style=\"background-image: url(javascript:alert(location.href));\">");</script>
imaginemn
|