Encoding ASCII character as three-byte UTF-8. How does it work?
I’m reading a report on HackerOne https://hackerone.com/reports/52042.
An input filter was bypassed by sending %E5%98%8A that was then parsed as 0x0A character (new line).
The %E5%98%8A sequence corresponds to U+560A Unicode… Continue reading Encoding ASCII character as three-byte UTF-8. How does it work?