vendor:
Chromium
by:
Project Zero
8,8
CVSS
HIGH
Subframe Disconnect Policy Vulnerability
20
CWE
Product Name: Chromium
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: Yes
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
2018
Subframe Disconnect Policy Vulnerability
When an element is removed from a document, the function |disconnectSubframes| is called to detach its subframes(iframe tag, object tag, etc.). The bug is that it doesn't consider |root|'s shadowroot. So any subframes in the shadowroot will be never detached.
Mitigation:
Ensure that the |disconnectSubframes| function considers the |root|'s shadowroot when detaching subframes.