Comp-Security-chapter 2
Comp-Security-chapter 2
Computer Security
Chapter 2
Computer Threat
Class of Attacks
Program flaws
Least Privilege:
– Grants users and processes only necessary
permissions to perform tasks.
– Limits potential damage from compromised
accounts or processes.
Sandboxing:
– Isolates untrusted code in restricted
environments to contain potential harm.
– Useful for testing or running untrusted
applications.
• Unvalidated Parameters
• Broken Access Control
• Broken Account and Session Management
• Cross-Site Scripting Flaws
• Buffer Overflows
• Command Injection Flaws
• Error Handling Problems
• Insecure Use of Cryptography
• Remote Administration Flaws
• Web and Application Server Misconfiguration