This lab is designed to demonstrate OWASP Top 10 vulnerability A3: Sensitive Data Exposure. It is a deliberately vulnerable application created for educational purposes to help developers understand how sensitive data can be leaked in web applications and how to prevent such leaks.
The OWASP Top 10 is a standard awareness document for developers and web application security. It represents a broad consensus about the most critical security risks to web applications.
A3: Sensitive Data Exposure is a key risk that occurs when sensitive data is not properly protected within applications.
Learn More