CRLF Injection || HTTP Response Splitting
Header-based test, site root
CRLF chained with Open Redirect server misconfiguration
Note: This sometimes works. (Discovered in some Yandex sites, was not exploitable from the root.)
Twitter specific CRLF by @filedescriptor
CRLF Injection to XSS
Response splitting on 302 Redirect, before Location header (Discovered in DoD)
Response splitting on 301 code, chained with Open Redirect to corrupt location header and to break 301 by @black2fan (Facebook bug)
Note: xxx:1
was used for breaking open redirect destination (Location header). Great example how of to escalate CRLF to XSS on a such, it would seem, unexploitable 301 status code.
Last updated