Files
CVEs-PoC/2014/CVE-2014-1883.md
T
2024-06-18 02:51:15 +02:00

20 lines
928 B
Markdown

### [CVE-2014-1883](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1883)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Adobe PhoneGap before 2.6.0 on Android uses the shouldOverrideUrlLoading callback instead of the proper shouldInterceptRequest callback, which allows remote attackers to bypass intended device-resource restrictions via content that is accessed (1) in an IFRAME element or (2) with the XMLHttpRequest method by a crafted application.
### POC
#### Reference
- http://packetstormsecurity.com/files/124954/apachecordovaphonegap-bypass.txt
- http://seclists.org/bugtraq/2014/Jan/96
- http://www.cs.utexas.edu/~shmat/shmat_ndss14nofrak.pdf
#### Github
No PoCs found on GitHub currently.