url-parsing

2 articles
sort: new top best
clear filter
0 5/10

A reflected XSS vulnerability on Twitter's dev.twitter.com was discovered by exploiting inconsistent URL parsing between Location headers and href attributes in 302 redirects, combined with port manipulation and clickjacking to trigger execution. The payload leveraged a trailing slash and special characters to bypass Twitter's XSS filters, earning a $1,120 bounty.

Twitter dev.twitter.com Bywalks bobrov
medium.com · devanshbatham/Awesome-Bugbounty-Writeups · 22 hours ago · details
0 8/10

Slacker Slash is a path traversal vulnerability in Bun-based web applications caused by desynchronization between Bun's WHATWG-compliant URL parser (which preserves multiple leading slashes and backslashes) and POSIX-normalizing filesystem operations (which collapse them). Attackers bypass string-based middleware checks like startsWith() using double-slash notation (//admin) or sibling directory prefixes (public_backup) while the filesystem still resolves the requested file.

Bun ze3ter Mohamed Salem Eddah WHATWG POSIX Node.js path module
lab.ctbb.show · bugbountydaily · 22 hours ago · details