Closed glintik closed 10 years ago
Hello!
We found a security issue that may be used in CSRF attacks.
Request:
GET /%0D%0AX-Header-Attacker HTTP/1.1 Host: www.example.com
Response:
Location: http://www.example.com/ X-Header-Attacker:
Probably, URL in Location must be filtered to prevent ASCII codes less than 0x20h.
Thank you. The problem is originally linked with nginx. Fixed.
Hello!
We found a security issue that may be used in CSRF attacks.
Request:
Response:
Probably, URL in Location must be filtered to prevent ASCII codes less than 0x20h.