Skip to main content

07 - References and Security Resources

This directory provides an exhaustive compilation of official security standards, RFC specifications, real-world CVE case studies, OWASP cheat sheets, and tool documentation relevant to web application security engineering.


1. Official Standards & Security Frameworks

  • OWASP Application Security Verification Standard (ASVS v4.0.3):
    • Definitive technical requirements for designing, building, and testing secure web applications.
    • OWASP ASVS Documentation
  • OWASP Web Security Testing Guide (WSTG v4.2):
  • OWASP Top 10 Web Application Security Risks (2021):
  • NIST SP 800-53 Rev 5:

2. Technical RFC Specifications & Web Standards


3. Real-World CVE Vulnerability Case Studies

+--------------------------------------------------------------------------------------------------+
| CVE IDENTIFIER | VULNERABILITY TYPE | AFFECTED SYSTEM | IMPACT OVERVIEW |
+-----------------+-------------------------+----------------------+-------------------------------+
| CVE-2021-44228 | Remote Code Execution | Apache Log4j2 | JNDI / SSRF RCE via Header |
| CVE-2019-14287 | SSRF / IMDS Exfiltration| AWS Cloud Instances | Capital One IAM Key Leak |
| CVE-2022-22965 | Class Loader Binding | Spring Framework | DataBinder RCE (Spring4Shell) |
| CVE-2021-22205 | File Upload / ExifTool | GitLab Enterprise | Image Upload Polyglot RCE |
+--------------------------------------------------------------------------------------------------+
  • CVE-2021-44228 (Log4Shell):
  • Capital One SSRF Incident (2019):
  • CVE-2022-22965 (Spring4Shell):
  • CVE-2021-22205 (GitLab ExifTool RCE):

4. OWASP Security Cheat Sheets


5. Tooling & Security Automation Resources


6. Interactive Practice Labs & Vulnerable Apps

  • PortSwigger Web Security Academy:
  • OWASP Juice Shop:
  • OWASP WebGoat:
    • Deliberately insecure application designed to teach web application security lessons.
    • OWASP WebGoat GitHub
Share this guide