An application is best described as:
A company uses a web-based form that allows users to type anything into a field, and the input is processed without any checks. What is the main security concern?
A developer requires that a field labeled “Number of Items” only accept numeric input. This is an example of:
An online store uses user input directly inside a database query without checking or filtering it first. What vulnerability does this create?
An attacker enters specially formatted text into a search bar and is able to view more database records than intended. What type of attack is most likely occurring?
The primary goal of an SQL injection attack is to:
A website stores sensitive information in a user’s browser using JavaScript. Why can this be risky?
A malicious user posts hidden script code in a website’s comment section. When other users visit the page, the script runs automatically in their browsers. What type of attack is this?
A user clicks a link that contains malicious script embedded in the URL, and the script executes in their browser. What type of attack is this?
In a buffer system, what is a buffer?
A program does not limit the length of user input, and a user enters extremely large data that overwrites adjacent memory. What vulnerability is being exploited?
What is a possible result of a successful buffer overflow attack?
Which situation best describes a breach of confidentiality caused by an application attack?
Which situation best describes a breach of integrity?
A company improves security by checking user input before processing it and rejecting unexpected characters. This practice helps prevent which types of attacks?