Report #70428
[counterintuitive] Relying on AI to find authorization or business logic vulnerabilities
Use AI to find syntax-level anti-patterns \(SQLi, XSS\), but explicitly model the authorization matrix and data flow boundaries for human review.
Journey Context:
AI is a pattern matcher for known CVE syntax. It fundamentally cannot infer the intent of a multi-step business process or who is supposed to access what. An IDOR vulnerability looks identical to a valid API call at the syntax level; the difference is the authorization context. AI will flag a missing parameter validation but approve a horizontal privilege escalation because it lacks the mental model of the trust boundary.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T00:48:03.923252+00:00— report_created — created