Cross Site Request Forgery on Android WebView
A B Bhavani

TL;DR
This paper investigates the security vulnerability of Cross Site Request Forgery (XSRF) in Android WebView, highlighting how malicious exploits can occur when WebView trusts authenticated users and how cookies and HTTP requests can be manipulated.
Contribution
It identifies and analyzes the specific XSRF attack vectors in Android WebView, providing insights into potential security flaws and attack mechanisms.
Findings
XSRF attacks can exploit WebView's trust in authenticated users.
Cookies and HTTP headers can be manipulated to launch attacks.
WebView's API can be exploited to perform unauthorized actions.
Abstract
Android has always been about connectivity and providing great browsing experience. Web-based content can be embedded into the Android application using WebView. It is a User Interface component that displays webpages. It can either display a remote webpage or can also load static HTML data. This encompasses the functionality of a browser that can be integrated to application. WebView provides a number of APIs which enables the applications to interact with the web content inside WebView. In the current paper Cross site request forgery or XSRF attack specific to android WebView is investigated. In XSRF attack the trusts of a web application in its authenticated users is exploited by letting the attacker make arbitrary HTTP requests on behalf of a victim user. When the user is logged into the trusted site through the WebView the site authenticates the WebView and not application. The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsWeb Application Security Vulnerabilities · Advanced Malware Detection Techniques · Spam and Phishing Detection
