Issue metadata
Sign in to add a comment
|
Security: Cannot close browser tab on iOS while showing modal alert
Reported by
dmb...@gmail.com,
Dec 11 2016
|
||||||||||||||||||||||
Issue descriptionPopup dialog box from an injection ad on Chrome for iOS cannot be closed without clicking the ad's "okay" button which loads malicious content. (If there is a way to close the dialogue without visiting the advertiser's website first, it is not obvious.) See attached screen capture
,
Dec 12 2016
Yes, thank you for clarifying. I agree.
,
Dec 12 2016
,
Dec 15 2016
Definitely not something we'd usually track as a vulnerability, but leaving it open in case anyone from Security UX thinks there's work to do here.
,
Dec 15 2016
This is a duplicate of another bug which was recently fixed. Thanks!
,
Dec 15 2016
This is actually different from Issue 263326 . That bug is for when pages are showing alerts in a loop, which prevented the user from being able to close the Tab and continue browsing. The solution here of stopping JavaScript execution for a malicious ad is not feasible on iOS, as WKWebView does not expose API to stop a specific frame; only the entire web view. Issue 674649 was created to track non-modal JavaScript dialogs, which will allow the user to close a Tab without having to interact with the JavaScript dialog, but this requires a bit of refactoring and cross-team communication, so will take some time to implement. As elawrence pointed out though, if a malicious ad is already capable of displaying a JavaScript alert, interacting with the alert does not give the ad any extra permissions or information. |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by elawrence@chromium.org
, Dec 12 2016Summary: Security: Cannot close browser tab on iOS while showing modal alert (was: Security: injection ad allows malicious content to be loaded on iOS)