Chapter 7: Protecting Against Advanced Attacks Flashcards
Secure Sockets Layer Stripping
Changes HTTPS connection to HTTP
HTTPS uses TLS instead of SSL
ARP Poisoning Attacks
Misleads computers or switches about the actual MAC address of a system
Memory leak
A bug that reserves memory for the short term but never releases it
Buffer Overflow
An application receives more or different data than it expected
Integer Overflow
An application receives a numeric value that is too big for the application to handle
Directory Traversal
Attempts to access a file by including the full path or traversing the directory structure on a computer
Cross-Site Request Forgery
XSRF or CSRF
The user is tricked into performing an action on a website
The attacker creates a specific link
Reflected XSS or non-persistent
Malicious email encouraging user to click it
The user sends malware to server
Stored XSS or persistent
Malicious code is stored in a database or other location trusted by the web app