You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@aurora.apache.org by GitBox <gi...@apache.org> on 2019/09/17 00:21:42 UTC

[GitHub] [aurora] larrycameron80 opened a new issue #73: Authorization Bypass

larrycameron80 opened a new issue #73: Authorization Bypass
URL: https://github.com/apache/aurora/issues/73
 
 
   Authorization Bypass
   Vulnerable module: org.eclipse.jetty:jetty-server
   Introduced through: org.eclipse.jetty:jetty-server@9.3.11.v20160721, org.eclipse.jetty:jetty-rewrite@9.3.11.v20160721 and others
   Detailed paths
   Introduced through: apache/aurora@apache/aurora#ea8e2f4d905e26b3b999e8b59a3cb74a08a3dbf5 › org.eclipse.jetty:jetty-server@9.3.11.v20160721
   Remediation: Upgrade to org.eclipse.jetty:jetty-server@9.3.24.v20180605.
   Introduced through: apache/aurora@apache/aurora#ea8e2f4d905e26b3b999e8b59a3cb74a08a3dbf5 › org.eclipse.jetty:jetty-rewrite@9.3.11.v20160721 › org.eclipse.jetty:jetty-server@9.3.11.v20160721
   Remediation: Upgrade to org.eclipse.jetty:jetty-rewrite@9.3.24.v20180605.
   Introduced through: apache/aurora@apache/aurora#ea8e2f4d905e26b3b999e8b59a3cb74a08a3dbf5 › org.eclipse.jetty:jetty-servlet@9.3.11.v20160721 › org.eclipse.jetty:jetty-security@9.3.11.v20160721 › org.eclipse.jetty:jetty-server@9.3.11.v20160721
   Remediation: Upgrade to org.eclipse.jetty:jetty-servlet@9.3.24.v20180605.
   Overview
   org.eclipse.jetty:jetty-server is a lightweight highly scalable java based web server and servlet engine.
   
   Affected versions of this package are vulnerable to Authorization Bypass. When it presented with two content-lengths headers, Jetty ignored the second. When presented with a content-length and a chunked encoding header, the content-length was ignored (as per RFC 2616). If an intermediary decided on the shorter length, but still passed on the longer body, then body content could be interpreted by Jetty as a pipelined request. If the intermediary was imposing authorization, the fake pipelined request would bypass that authorization.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services