ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 72 - CTAL-TTA discussion

Report
Export

Why should security testing include testing for any cross-site scripting vulnerabilities?

A.
Because strings could be entered from the Ul that are too long for the code to handle safely
Answers
A.
Because strings could be entered from the Ul that are too long for the code to handle safely
B.
Because encryption codes could be broken
Answers
B.
Because encryption codes could be broken
C.
Because potentially malicious code could be inserted into the system
Answers
C.
Because potentially malicious code could be inserted into the system
D.
Because a 'man in the middle' could exist
Answers
D.
Because a 'man in the middle' could exist
Suggested answer: C

Explanation:

Cross-site scripting (XSS) vulnerabilities allow attackers to inject malicious scripts into web pages viewed by other users. This type of security breach can lead to unauthorized access to user sessions or sensitive information and manipulate client-side scripts. Testing for XSS vulnerabilities is critical to ensure that any input received from the UI is appropriately sanitized, preventing malicious code from executing within the system. This is a fundamental aspect of security testing to protect the integrity and confidentiality of user data and system functionality.

asked 18/09/2024
Julius Nammeh
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first