masterThesis
Análisis de seguridad de XSS, SQL Injection y CSRF en Laravel, Django, Express y Spring
Fecha
2022Registro en:
005.8 R175
Autor
Ramos Mena, Ángel Eduardo
Institución
Resumen
The development of technological applications has constantly been evolving to
provide a better experience for users, as it can ensure their security to avoid specific
threats that could interfere with their actual operation. Despite the efforts, internal
and external security threats are present, which is why it is necessary to take all
possible precautions to respond to them. Currently, web application frameworks
(Web Application Frameworks - WAF) facilitate development and enhance security in web applications. In this work, we focus on how the WAFs Laravel, Express, Spring, and Django, provide mechanisms to implement security in web applications.
An application was developed with the MVC (Model - View - Controller) architecture
pattern in each of the selected WAFs. Cross-Site Scripting, SQL Injection, and
Cross-Site Request Forgery hacking techniques were chosen to alter the
applications in an unauthorized manner. These techniques were used to observe
how applications can be breached. We also analyzed how prepared WAFs are to
deal with these techniques, what rules they incorporate to ensure adequate
protection, and how risk can be minimized to make development in a specific WAF
more secure.