Most voted "vulnerability" questions
4 questions
Sort by count of
-
3
votes1
answer70
viewsHow to protect myself against "Mongoinjection"
Use Mongodb in a front-end application that runs on Node.JS through the Express framework. I would like to know how to create protections against Mongodb "Injection" (similar to sql Injection).…
-
1
votes1
answer414
viewsSql Injection in Stored Procedures
It is possible to carry out injection of SQL in Stored Procedures, especially when calling a Procedure for PDO of PHP? DELIMITER // CREATE PROCEDURE procedureTeste( string VARCHAR(255) ) BEGIN…
-
1
votes2
answers300
viewsHow to Protect the Clickjacking Site
Hello, I scanned my site and found that it is vulnerable to clickjacking type attacks, I saw that a solution would implement the header-frame-options x HTTP, my doubt is how to implement it? Would…
-
0
votes0
answers31
viewsWhat is PHP object injection?
I was taking a look at owasp’s articles on safety and would like to understand what is the PHP Object Injection my English is not very good so in my search I found that topic in Brazilian…