Explore >> Select a destination


You are here

blog.securityinnovation.com
| | srcincite.io
2.4 parsecs away

Travel
| | In this blog post we explore two different sandbox escape vulnerabilities discovered in the Smarty Template Engine that can be leveraged by a context dependa...
| | miparnisariblog.wordpress.com
1.7 parsecs away

Travel
| | (The book and the answers to the questions at the end of each chapter.) Phew, this book took forever to finish. This is my attempt to summarise a 900+ page book :) Introduction Vulnerabilities in web apps arise because of one core problem: users can submit arbitrary input. Apps make themselves vulnerable by transmitting data...
| | victoria.dev
2.1 parsecs away

Travel
| | [AI summary] The article explains SQL injection and cross-site scripting (XSS) vulnerabilities and provides developers with specific strategies to mitigate these threats by validating inputs and using prepared statements.
| | pentesterlab.com
7.2 parsecs away

Travel
| This blog post explores the evolution of SQL Injection attacks and why traditional methods, like injecting ' OR 1=1;--, are less effective in modern web applications. It highlights the importance of using secure coding practices, such as parameterized queries and modern password hashing algorithms, to safeguard against these attacks.