Multiple choice technology security

Which of the following vulnerabilities can be found in mobile applications?

  1. Cross Site Request Forgery

  2. Sql Injection

  3. None of the above

  4. Both A and B

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Mobile applications suffer from the same vulnerability classes as web applications. SQL Injection exploits database query weaknesses, and Cross-Site Request Forgery (CSRF) tricks users into unwanted actions; both are well-documented in mobile security research.