What is an Injection Attack?
Involves sending malicious data to a system for unintended consequences
What is a Code Injection?
The insertion of additional information or code through a data input form from a client to an application
What is an SQL Injection?
Involves inserting malicious SQL code into input fields
What is an XML Bomb (Billion Laughs Attack)?
XML consumes memory exponentially by encoding entities that expand to big sizes, acting like a denial-of-service attack
What is an XXE (XML External Entity) Attack?
Attempts to read local resources, like password hashes in the shadow file
What are the ways to defend against SQL and XML attacks?
Input Validation and Input Sanitization