·801 words·4 mins
Looks like SQL injection, but it’s really Python eval() code execution through a SQLAlchemy relationship’s order_by.
·322 words·2 mins
Exploiting a race condition in database writes and a checksum oracle to brute-force a secret file character by character.
·275 words·2 mins
Abusing Python’s floating point arithmetic to forge JWT-like tokens — when float(‘inf’) meets type juggling.