ExamGecko
Home Home / ISC / CCSP
Question list
Search
Search

Question 242 - CCSP discussion

Report
Export

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?

A.
Cross-site scripting
Answers
A.
Cross-site scripting
B.
Missing function-level access control
Answers
B.
Missing function-level access control
C.
Injection
Answers
C.
Injection
D.
Cross-site forgery
Answers
D.
Cross-site forgery
Suggested answer: C

Explanation:

An injection attack is where a malicious actor will send commands or other arbitrary data through input and data fields with the intent of having the application or system execute the code as part of its normal processing and queries. This can trick an application into exposing data that is not intended or authorized to be exposed, or it could potentially allow an attacker to gain insight into configurations or security controls. Missing function-level access control exists where an application only checks for authorization during the initial login process and does not further validate with each function call. Cross-site request forgery occurs when an attack forces an authenticated user to send forged requests to an application running under their own access and credentials. Cross-site scripting occurs when an attacker is able to send untrusted data to a user's browser without going through validation processes.

asked 18/09/2024
Everardo Gonzalez
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first