3. Content provider traversal: The quiet data leak
This vulnerability allows an attacker app installed on the same device to query WhatsApp’s exposed content providers and traverse file paths outside of intended directories. If file path validation is missing, attackers can access files such as cached media, logs, or temporary session data.
?Example exploit: A malicious photo editing app silently queries WhatsApp’s storage, pulling unencrypted media or temporary chat backups via a poorly secured content provider.
4. Weak cryptography: Predictable keys, real risks
We flagged derived encryption keys that lacked sufficient randomness or entropy. In a secure mobile app, encryption keys should be either user-specific, generated per session, or hardware-backed.
? Impact: Predictable key derivation means that even encrypted data — such as temporary files or offline media — could be brute-forced or decrypted using known patterns.
5. TLS enforcement gaps: A step back in 2025
TLS is table stakes. But we still observed fallback logic and missing checks in certificate validation.
In certain cases, connections to backend services could potentially be redirected or spoofed by a malicious actor.
?️♂️ MITM scenario: A compromised root certificate on the device enables an attacker to proxy TLS traffic, potentially leaking analytics or system-level data that is not protected by end-to-end encryption.
? Want to learn how flaws like these can be prevented early in the development lifecycle?
Check out our Secure SDLC blog to learn why opting for a secure SDLC approach is the way forward for identifying vulnerabilities early.
What WhatsApp got right
We’re not here to just throw stones. WhatsApp also shows signs of mature security practice:
- End-to-end encryption is robust and well implemented for messages and calls.
- Permissions are minimal and justified, with no unnecessary overreach into device access.
- Tamper resistance is effective in preventing unauthorized app modifications or rooted environment abuse.
In many ways, WhatsApp’s security baseline is higher than most apps in its category. But perfection is elusive — and that’s where attackers thrive.
Why these flaws matter
You might assume that a Meta-backed app with billions of users would have airtight security. But the reality is:
- Security is not a one-time effort. Frequent app updates can inadvertently introduce new risks.
- Attackers target metadata, backups, and infrastructure, not just the messages.
- Even “non-critical” flaws become critical when chained together.
The trust gap is real.
In our latest US consumer survey, 63% of users reported they assume WhatsApp is secure. And yet, every critical and high-severity flaw we tested in this latest version was real, not hypothetical.
This is the trust gap: users believe in brands, attackers believe in bugs.
?️Security isn’t just about encryption. It’s about discipline, testing, and transparency. Especially when you’re powering global communication.
At Appknox, we test the apps people trust most so that trust is earned, not assumed.
Want to test your app’s real-world security posture?
Book a demo with us or speak to our security engineers today.
Book a demo
Key benefits of Appknox
- Seamless CI/CD integration with automated scans on every build
- Uncover hidden and shadow APIs to eliminate blind spots
- Comprehensive coverage of OWASP API Top 10 and misconfigurations
- Developer-friendly, actionable remediation reports
- Minimal false positives to keep teams focused.
Appknox doesn’t just automate testing—it transforms security from a bottleneck into a growth enabler.
Detect vulnerabilities in minutes with deep, automated scans.
Start your free trial with Appknox today and escape security blind spots in your application portfolio.
Try Appknox for free
TL;DR: WhatsApp may be secure, but not invulnerable
- In June 2025, WhatsApp faced renewed scrutiny over security concerns.
- Reports revealed that Israel remains the only known nation-state to have successfully exploited the app. However, history suggests this could open the door for more actors to follow.
- Appknox conducted a real-world security audit of WhatsApp’s Android app (v2.25.9.78).
- Our pentesters performed both Static and Dynamic Application Security Testing (SAST + DAST) on real devices.
- Despite WhatsApp’s strong security foundation, the audit uncovered:
- 1 critical vulnerability
- Multiple high-severity flaws
- These issues could enable:
- Traffic interception
- Unauthorized access to user data
- Weakened or bypassed encryption mechanisms
Frequently asked questions (FAQs)
1. Is WhatsApp secure in 2025?
While WhatsApp utilizes strong end-to-end encryption, our penetration testers identified several vulnerabilities, including MITM risks and hardcoded secrets within the APK.
2. Can WhatsApp be hacked through public Wi-Fi?
Yes. In our analysis, we identified weak network configurations that may allow attackers to intercept metadata over unsecured networks.
3. Does WhatsApp leak user data?
Our pentest revealed that certain vulnerabilities, such as file traversal and hardcoded keys, could be exploited to extract user data under specific conditions.
4. How does Appknox test apps like WhatsApp?
We use real-device Dynamic and Static Application Security Testing (DAST/SAST) to simulate real-world exploitation techniques.