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 #1168

Open
github-actions bot opened this issue Aug 22, 2020 · 1 comment
Labels
dependencies Pull requests that update a dependency file

Comments

@github-actions
Copy link

HTTP Request smuggling through malformed Transfer Encoding headers

Details
Package tiny_http
Version 0.6.2
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.

@jolestar jolestar added this to the starcoin-1.0 milestone Dec 3, 2020
@jolestar jolestar added the dependencies Pull requests that update a dependency file label Dec 3, 2020
@jolestar
Copy link
Member

wait tiny-http/tiny-http#173

@jolestar jolestar removed this from the after-main-network milestone Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant