Multiple choice technology security

Web Service interfaces are prone to which of the following standard web application attacks ?

  1. SQL Injection

  2. Denial of Service

  3. XML Injection

  4. All of the above

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

Web services face the same attack vectors as traditional web applications. SQL injection targets the database layer, DoS attacks overwhelm service availability, and XML injection exploits XML parsing vulnerabilities. All three are well-documented web service security threats.