HTTP Request Smuggling Affecting tornado package, versions [,6.3.3)


0.0
medium

Snyk CVSS

    Attack Complexity Low
    User Interaction Required
    Availability High

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-PYTHON-TORNADO-6041512
  • published 1 Nov 2023
  • disclosed 1 Nov 2023
  • credit Ben Kallus

Introduced: 1 Nov 2023

CVE NOT AVAILABLE CWE-444 Open this link in a new tab

How to fix?

Upgrade tornado to version 6.3.3 or higher.

Overview

tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.

Affected versions of this package are vulnerable to HTTP Request Smuggling via the parse and validate strings capabilities in the int constructor.

Notes:

  1. This is possible when Tornado is deployed behind certain proxies that interpret those non-standard characters differently.
  2. This is known to apply to older versions of haproxy, although the current release is not affected.