Web
- IBM (Restricted Bug Bounty)
- OS Command Injection in Linux Foundation Yocto Project
Missing input validation in the BitBake Toaster server (Yocto Project) lets a remote, unauthenticated attacker execute arbitrary OS commands via a crafted HTTP request.
- SQL Injection in SourceCodester Testimonial Page Manager
The delete-testimonial endpoint in SourceCodester Testimonial Page Manager 1.0 puts the testimony argument into a SQL query unsanitized, allowing remote SQL injection without …
- Stored XSS in SourceCodester Testimonial Page Manager
The add-testimonial handler in SourceCodester Testimonial Page Manager 1.0 echoes several POST fields without encoding, allowing script injection into the page.
- Stored XSS in SourceCodester QR Code Login System
The add-user page in SourceCodester QR Code Login System 1.0 fails to encode the qr-code argument, letting an attacker inject script that runs in a visitor browser.
- Stored XSS in SourceCodester Wedding Guest e-Book
The add-guest endpoint in SourceCodester Wedding Guest e-Book 1.0 does not encode the name field before displaying it, so an attacker can inject script that runs in a visitor …
- Text Adventure API
A save/load API unpickled uploaded files, so a crafted pickle gave straight RCE and read the flag back through the save endpoint.
- Infinity
A Kahoot-style websocket quiz that leaks the scoreboard after every guess, which can be turned into an answer oracle. Analyzed but not implemented.
- Stray
A length check meant for single-character input was bypassed by passing the query parameter as an array, opening a path traversal to flag.txt.
- Cheerio
A URL-preview endpoint that fetched any address and handed back a chosen element, which made it a clean SSRF into the internal network and cloud metadata.