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

Gunicorn incorrectly accepts empty header names #3104

Closed
kenballus opened this issue Dec 4, 2023 · 0 comments · Fixed by #3113
Closed

Gunicorn incorrectly accepts empty header names #3104

kenballus opened this issue Dec 4, 2023 · 0 comments · Fixed by #3113

Comments

@kenballus
Copy link
Contributor

The RFCs don't permit empty header names. Reverse proxies have had issues with empty header names in the past. See this issue and this CVE for details.

Gunicorn should start rejecting messages containing empty header names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant