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

RUSTSEC-2020-0031: HTTP Request smuggling through malformed Transfer Encoding headers #124

Closed
github-actions bot opened this issue Aug 22, 2020 · 1 comment

Comments

@github-actions
Copy link

HTTP Request smuggling through malformed Transfer Encoding headers

Details
Package tiny_http
Version 0.7.0
URL tiny-http/tiny-http#173
Date 2020-06-16

HTTP pipelining issues and request smuggling attacks are possible due to incorrect
Transfer encoding header parsing.

It is possible conduct HTTP request smuggling attacks (CL:TE/TE:TE) by sending invalid Transfer Encoding headers.

By manipulating the HTTP response the attacker could poison a web-cache, perform an XSS attack, or obtain sensitive information
from requests other than their own.

See advisory page for additional details.

@tony-iqlusion
Copy link
Member

Fixed in #289

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

No branches or pull requests

1 participant