Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.11 KB

CVE-2011-2357.md

File metadata and controls

19 lines (13 loc) · 1.11 KB

Description

Cross-application scripting vulnerability in the Browser URL loading functionality in Android 2.3.4 and 3.1 allows local applications to bypass the sandbox and execute arbitrary Javascript in arbitrary domains by (1) causing the MAX_TAB number of tabs to be opened, then loading a URI to the targeted domain into the current tab, or (2) making two startActivity function calls beginning with the targeted domain's URI followed by the malicious Javascript while the UI focus is still associated with the targeted domain.

POC

Reference

Github

No PoCs found on GitHub currently.