vendor:
Chrome
by:
Project Zero
8,8
CVSS
HIGH
Cross-Origin Script Injection
79
CWE
Product Name: Chrome
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: YES
Related CWE: CVE-2018-17463
CPE: N/A
Metasploit:
https://www.rapid7.com/db/vulnerabilities/google-chrome-cve-2018-17463/, https://www.rapid7.com/db/vulnerabilities/gentoo-linux-cve-2018-17463/, https://www.rapid7.com/db/vulnerabilities/centos_linux-cve-2018-17463/, https://www.rapid7.com/db/vulnerabilities/redhat_linux-cve-2018-17463/, https://www.rapid7.com/db/vulnerabilities/debian-cve-2018-17463/, https://www.rapid7.com/db/vulnerabilities/suse-cve-2018-17463/
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Linux, Mac
2018
FrameLoader::clear() Vulnerability
The FrameLoader::clear() function is called when page navigation is made and it does not properly attach the new window object due to a |m_needsClear| check. This allows an attacker to inject a script into a page from another origin, which can be used to steal sensitive information.
Mitigation:
Ensure that the FrameLoader::clear() function properly attaches the new window object.