Which of the following is a common security vulnerability that exploits web applications by injecting malicious SQL code?
- SQL Injection
- XSS (Cross-Site Scripting)
- CSRF (Cross-Site Request Forgery)
- Ransomware Attack
SQL Injection is a technique where an attacker injects malicious SQL code into input fields, potentially gaining unauthorized access to a database or system.
Loading...
Related Quiz
- How can we determine whether a variable is set?
- Which PHP superglobal holds server and execution environment information?
- How can you pass a variable by reference to a function in PHP?
- Which of the following are requirements for installing PHP?
- In a PHP do...while loop, where is the condition tested?