GODSON'S BLOG
← Back to Writeups

Tagged: #xss

6 writeups
Client-Side / XSS

Abusing URL Parser for XSS

A TamilCTF challenge reflects a parsed URL's hostname unescaped into an error message. A Node.js hostname-validation CVE lets HTML tags survive as a hostname, and a form-feed injection payload turns that into working XSS against the admin bot.

Mar 28, 2022 · 4 min read