Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reject messages with multiple single-value headers #8

Open
spaceone opened this issue Oct 1, 2019 · 1 comment
Open

Reject messages with multiple single-value headers #8

spaceone opened this issue Oct 1, 2019 · 1 comment
Labels

Comments

@spaceone
Copy link
Owner

spaceone commented Oct 1, 2019

Some HTTP headers might occurr only once in a HTTP message (e.g. Content-Length, Location, Host, Content-Disposition, etc.).
Messages which contain these headers multiple times should be rejected for security reasons.

Content-Length injection leads to response splitting
Location leads to redirect hijacking.

@spaceone
Copy link
Owner Author

spaceone commented Oct 1, 2019

http-core issue 193

@spaceone spaceone changed the title Reject messages with multiple single-headers Reject messages with multiple single-value headers Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant