CCSP Exam QuestionsBrowse all questions from this exam

CCSP Exam - Question 242


Which of the following threat types involves the sending of commands or arbitrary data through input fields in an application in an attempt to get that code executed as part of normal processing?

Show Answer
Correct Answer: C

An injection attack is where a malicious actor sends commands or other arbitrary data through input fields with the intent of having the application or system execute the code as part of its normal processing. This can trick an application into executing unintended commands or accessing and exposing sensitive data.

Discussion

4 comments
Sign in to comment
akg001Option: D
May 19, 2024

D. Possession, custody, control

zxccvbnmOption: C
Aug 14, 2024

C. Injection

PravinkarthikOption: C
Jul 18, 2024

C. Injection

MaciekMTOption: C
Feb 21, 2025

Injection attacks involve sending malicious commands or arbitrary data through input fields, tricking the application into executing unintended commands as part of its normal processing. This contrasts with Cross-site scripting, which targets client-side code execution, and cross-site request forgery, which leverages authenticated sessions to force unwanted actions. Missing function-level access control is about inadequate permission checks rather than injecting code.