Courseiva
Systems and Application SecurityhardMultiple ChoiceObjective-mapped

SSCP Systems and Application Security Practice Question

During a code review, a developer identifies that a web application directly concatenates user input into SQL queries without sanitization. This vulnerability is classified under which OWASP Top 10 category?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Injection

SQL injection occurs when untrusted data is sent to an interpreter as part of a command. It is a classic injection flaw, which is the top category in OWASP.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Cross-Site Scripting (XSS)

    Why it's wrong here

    XSS involves injecting client-side scripts, not SQL commands.

  • Security Misconfiguration

    Why it's wrong here

    Misconfiguration is about insecure defaults or settings, not coding flaws.

  • Broken Access Control

    Why it's wrong here

    Broken access control deals with authorization bypass, not injection.

  • Injection

    Why this is correct

    SQL injection is a type of injection attack, which is the correct OWASP category.

About these practice questions

This SSCP question is part of Courseiva's 920-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more way this is tested on SSCP

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. An application security team is reviewing code for vulnerabilities. They find that user input is directly concatenated into an SQL query without sanitization. This is an example of which OWASP Top 10 vulnerability?

medium
  • A.Injection
  • B.Cross-Site Scripting (XSS)
  • C.Security Misconfiguration
  • D.Broken Access Control

Why A: Concatenating user input into SQL queries allows injection attacks. Injection is a top vulnerability.

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SSCP practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SSCP exam.