Application SecurityOrder By Blind SQL InjectionA NahamCon CTF 2022 Flask challenge passes unsanitized user input straight into SQLAlchemy's order_by(text(...)) call, letting a CASE-based blind SQL injection exfiltrate the flag character by character.#ctf#sql-injection#flask#pythonMay 1, 2022 · 4 min read