Consider you are a security tester for a new web application. You identify a potential vulnerability that allows for data injection into the system. What type of vulnerability have you likely found?
- Buffer Overflow
- Cross-site Scripting (XSS)
- Distributed Denial of Service (DDoS)
- SQL Injection
SQL Injection is a type of vulnerability that allows attackers to inject malicious SQL code into an application, thereby gaining unauthorized access to a database and fetching/altering its contents. While XSS and Buffer Overflows are vulnerabilities, they aren't typically associated with direct data injection into databases.
Loading...
Related Quiz
- Which review process is informal and led by the author of the software item under review?
- What is the primary difference between a Test Lead and a Test Manager in terms of responsibilities?
- In mobile application testing, which tool is often used for testing the performance and load capability of the app?
- Which tool is commonly associated with Continuous Integration and Continuous Deployment (CI/CD)?
- What role does a Risk Management Plan play in the Software Testing Life Cycle (STLC)?