boroGPT
Source-map leak reveals JWT secret, forge admin token, then exploit Jinja2 SSTI for RCE.
No writeups match your filter.
Source-map leak reveals JWT secret, forge admin token, then exploit Jinja2 SSTI for RCE.
A defensive web CTF where you patch the vulnerable source and the grader attacks your build: Secure the Login is fixed with parameterized queries, and Render & Plunder is sealed by binding SSTI input as render context plus adding an object-level authorization check to kill the IDOR.
A Flask/Jinja2 app renders user-supplied names directly into a template, enabling SSTI that dumps os.environ to leak the flag stored as an environment variable.