TL;DR: AI models can now reason across codebases, identify exploitable flaws and compress the time from discovery to attack, with mobile apps especially exposed because binaries are public, SDKs are heavily reused and patch adoption lags, according to NowSecure. Traditional AppSec programmes built around periodic testing and slower triage are losing the race to attackers who can analyse released code faster than defenders can respond.
NHIMG editorial — based on content published by NowSecure: A Q&A with NowSecure Cofounder Andrew Hoog on AI models, mobile AppSec and exploit speed
By the numbers:
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes and as quickly as 9 minutes in some cases.
Questions worth separating out
Q: What breaks when mobile security depends only on static analysis?
A: Static analysis can miss the security properties that emerge only when an app runs on a device and talks to real services.
Q: Why do mobile apps create a faster exploitation window than web applications?
A: Mobile apps are distributed as downloadable binaries, often with shared SDKs and embedded identity flows that attackers can inspect offline.
Q: What do security teams get wrong about AI exploit discovery?
A: Teams often assume exploit discovery remains a scarce human activity, but the article shows machine-speed discovery and chaining across real software surfaces.
Practitioner guidance
- Build continuous exploitability validation into mobile release gates Validate whether a candidate issue is reachable in the running app, not only whether static analysis flags it.
- Inventory shared SDKs by identity impact Map which third-party libraries handle login, session creation, token storage or API calls.
- Shorten the gap between detection and remediation Move from periodic testing to continuous testing and triage, with a defined escalation path for issues that can affect production binaries.
What's in the full article
NowSecure's full article covers the operational detail this post intentionally leaves for the source:
- How the mobile reverse-engineering workflow changes when AI can reason over code faster than human analysts.
- Why released binaries create a practical exploitability problem that static testing alone cannot resolve.
- Which AppSec timing assumptions break when attackers can validate vulnerabilities before users install patches.
- How third-party SDK reuse can turn one finding into a multi-app exposure event.
👉 Read NowSecure's analysis of AI-driven mobile vulnerability exploitation →
Mobile app AI exploitation risks are changing AppSec priorities?
Explore further
AI-driven exploitability has become a governance problem, not just a testing problem. When models can compress discovery and proof-of-exploit into the same workflow, AppSec teams lose the comfortable separation between finding a flaw and deciding whether it matters. That changes prioritisation, ownership and escalation. The practitioner conclusion is that exploitability validation must sit inside risk governance, not only inside security tooling.
A question worth separating out:
Q: How should AppSec and IAM teams respond when mobile tokens are exposed?
A: They should treat exposed tokens as an identity incident, not only an application defect. Contain the session path by revoking credentials, checking API abuse and reviewing any backend functions that trust the affected token type. The goal is to stop token reuse before it becomes account takeover or downstream fraud.
👉 Read our full editorial: AI vulnerability discovery is outpacing mobile AppSec controls