Multiple choice technology web technology

Which of following are Web Application Security Risks?

  1. SQL Injection

  2. Out of Memory exception

  3. Session Management and Tracking

  4. SQL Tracing

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

SQL Injection is a well-known web application security risk where attackers manipulate database queries through malicious input. It can allow unauthorized data access, modification, or deletion. The other options listed (Out of Memory, Session Management, SQL Tracing) are primarily operational issues or internal concerns rather than external security vulnerabilities that attackers exploit.