This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Projects/OWASP Mobile Security Project - Top Ten Mobile Risks

From OWASP
Revision as of 22:40, 21 December 2010 by Jmanico (talk | contribs) (Created page with '== Top 10 mobile risks == # Insecure or unnecessary client-side data storage # Lack of data protection in transit # Personal data leakage # Failure to protect resources with str…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Top 10 mobile risks

  1. Insecure or unnecessary client-side data storage
  2. Lack of data protection in transit
  3. Personal data leakage
  4. Failure to protect resources with strong authentication
  5. Failure to implement least privilege authorization policy
  6. Client-side injection
  7. Client-side DOS
  8. Malicious third-party code
  9. Client-side buffer overflow
  10. Failure to apply server-side controls