CompTIA CySA+ CS0-003 Deck 9 Flashcards
Learn key concepts found in the CompTIA CySA+ CS0-003 Exam.
Output Encoding
Coding methods to sanitize output created from user input.
Parameterized Queries
A technique that defends against SQL injection by incorporating placeholders in a SQL query.
How is SSDLC different from SDLC?
SSDLC formally requires security considerations to be included in each phase of development.
When an attacker chooses predetermined passwords and tries them for multiple user accounts, this is known as:
Password Spraying
What type of attack is represented by the following?
%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2fetc/config
URL encoded directory traversal attack
Buffer Overflow
An attack in which data goes past the boundary of the destination buffer and begins to corrupt adjacent memory. This can allow the attacker to crash the system or execute arbitrary code.
Heap Overflow
A software vulnerability where input is allowed to overwrite memory locations within the area of a process’s memory allocation used to store dynamically sized variables.
Integer Overflow
An attack in which a computed result is too large to fit in its assigned storage space, which may lead to crashing or data corruption, and may trigger a buffer overflow.
(ASLR)
Address Space Layout Randomization
(ASLR)
Address Space Layout Randomization
(ASLR) Address Space Layout Randomization
A technique that randomizes where components in a running application are placed in memory to protect against buffer overflows.
SQL injection
An attack that injects a database query into the input data directed at a server by accessing the client side of the application.
Directory Traversal
An application attack that allows access to commands, files, and directories that may or may not be connected to the web document root directory.
(XSS)
Cross-site Scripting
(XSS) Cross-site Scripting
A malicious script hosted on the attacker’s site or coded in a link injected onto a trusted site designed to compromise clients browsing the trusted site, circumventing the browser’s security model of trusted zones.