Philipp Beer
PhD student at TU Wien exploring the intersection of Web and mobile security.
My research is centered on identifying and mitigating security issues and vulnerabilities within mobile-Web ecosystems. I hold a BSc and a MSc degree from TU Wien, where I am a member of the Security and Privacy Research Unit.
When I'm away from the keyboard, I spend my time on the bike, running, and doing HIIT. You'll usually find me listening to indie music (folk, rock, and pop) or catching a movie in the cinema.
Work: philipp [dot] beer [at] tuwien [dot] ac [dot] at // +43-1-58801-192610
Personal: philipp [at] beerphilipp [dot] com
Publications
TO APPEARPlain Text, Plain Risks: Measuring and Understanding HTTP Inclusion in Android WebViews at Scale
In this paper, we perform the first large-scale analysis of HTTP inclusion in WebViews across 189,779 Google Play apps. Despite Android’s default policy of blocking HTTP traffic, we find that 33.74% of apps explicitly opt out. Dynamic analysis of 35,000 apps reveals that 69.96% of apps that opt out also relax the Mixed Content Policy, and we observe active HTTP traffic in 2,790. The security impact of these configurations is severe. We identify high-profile apps with 10M+ installations vulnerable to attacks ranging from phishing to full app takeover. Furthermore, we identify a major ad library transmitting cleartext ads, exposing billions of users to MitM attacks. We conclude with a qualitative developer study revealing that insecure practices are frequently driven by the requirements of third-party ad libraries and misconceptions regarding WebView’s security configuration modes.
@inproceedings{plaintext_beer,
author = {Philipp Beer and Sebastian Roth and Martina Lindorfer and Marco Squarcina},
title = {{Plain Text, Plain Risks: Measuring and Understanding HTTP Inclusion in Android WebViews at Scale}},
booktitle = {35th USENIX Security Symposium (USENIX Security 26)},
year = {2026},
address = {Baltimore, MD},
publisher = {USENIX Association},
month = aug
}
TO APPEARAutoFail: Breaking Web Boundaries using Android's Autofill Framework
In this paper, we present the first systematic security analysis of Android's Autofill Framework pipeline. We introduce ADAPT, a differential-testing based approach that enables an end-to-end inspection of the autofill flow, from the browser's DOM translation process to the PWM's credential matching and filling logic. We identify multiple critical vulnerabilities affecting 9 password managers and 5 widely used mobile browsers. These flaws allow attackers to leak credentials to attacker-controlled origins, bypass web isolation mechanisms, and infer user account relationships across services. We precisely define preconditions for the attacks and evaluate their prevalence in the wild.
We also propose concrete mitigations and a standardized design for secure DOM translation and context-aware credential filling. We disclosed our findings to the affected vendors. Major browser and password manager developers have confirmed our results and are implementing the suggested fixes.
@inproceedings{autofail_lamarca,
author = {Riccardo Lamarca and Philipp Beer Marco Squarcina},
title = {{AutoFail: Breaking Web Boundaries using Android's Autofill Framework}},
booktitle = {35th USENIX Security Symposium (USENIX Security 26)},
year = {2026},
address = {Baltimore, MD},
publisher = {USENIX Association},
month = aug
}
TapTrap: Animation-Driven Tapjacking on Android
@inproceedings{taptrap_beer,
author = {Philipp Beer and Marco Squarcina and Sebastian Roth and Martina Lindorfer},
title = {{TapTrap: Animation-Driven Tapjacking on Android}},
booktitle = {34th USENIX Security Symposium (USENIX Security 25)},
year = {2025},
address = {Seattle, WA},
publisher = {USENIX Association},
month = aug
}
Tabbed Out: Subverting the Android Custom Tab Security Model
We have responsibly disclosed all our findings to Google, which has already taken steps to apply targeted mitigations, assigned three CVEs for the discovered vulnerabilities, and awarded us $10,000 in bounties. Our interaction with Google led to clarifications of the CT security model in the new Chrome Custom Tabs Security FAQ document.
@inproceedings{beer_sp24,
title = {{Tabbed Out: Subverting the Android Custom Tab Security Model}},
author = {Beer, Philipp and Squarcina, Marco and Veronese, Lorenzo and Lindorfer, Martina},
booktitle = {Proceedings of the 45th IEEE Symposium on Security and Privacy (S\&P)},
location = {San Francisco, CA, USA},
year = {2024},
doi = {10.1109/SP54263.2024.00105}
}
The Bridge between Web Applications and Mobile Platforms is Still Broken
@misc{beer_secweb22,
title = {{The Bridge between Web Applications and Mobile Platforms is Still Broken}},
author = {Beer, Philipp and Veronese, Lorenzo and Squarcina, Marco and Lindorfer, Martina},
booktitle = {3rd IEEE Workshop on Designing Security for the Web (SecWeb)},
location = {San Francisco, CA, USA},
year = {2022}
}
Talks & Presentations
m0leCon 2026
In this talk, we revisit the evolution of tapjacking and present TapTrap, a novel attack technique that bypasses modern Android protections. Unlike previous methods that rely on overlays, TapTrap abuses UI animations to circumvent the system’s security model. We demonstrate how a zero-permission app can leverage TapTrap to stealthily bypass the permission system and execute destructive actions. We conclude by demonstrating how TapTrap’s impact extends to the Web ecosystem and enables web clickjacking.
3rd Vienna International Ethical Hacking Boot Camp (Workshop)
Meta XS-Leaks Summit 2023
Media & Outreach
- ORF Cyberkids (in German). ORF, 2025 – educational TV program about Internet and digital safety for children
- Google Confirms Android Threat That Can Erase Your Phone. Forbes, 2025
- Android-Sicherheitslücke: Missbrauch durch unsichtbare App möglich (in German). DerStandard, 2025
- The Tap Trap: Android security vulnerability discovered. TU Wien news, 2025
Academic Service
- Artifact Evaluation Committee Member at the 35th USENIX Security Symposium (USENIX) 2026
- External Reviewer at the Network and Distributed System Security Symposium (NDSS) 2026
- External Reviewer at the 46th IEEE Symposium on Security and Privacy (S&P) 2025
- Program Committee Member at the Workshop on Measurements, Attacks, and Defenses for the Web (MADWeb) 2025
CVEs
CVE-2025-3067 Chrome 8.8 High
Tapjacking on Chrome for Android.
CVE-2025-1939 Firefox 3.9 Low
Tapjacking on Firefox for Android.
CVE-2023-3736 Chrome 4.3 Medium
Cross-origin information leakage on Chrome for Android.
CVE-2022-4926 Chrome 6.5 Medium
SameSite Cookie bypass on Chrome for Android.
CVE-2022-4188 Chrome 4.3 Medium
Injection of CORS-safelisted headers on Chrome for Android.