Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling') Affecting twisted package, versions [,23.10.0rc1)


0.0
medium

Snyk CVSS

    Attack Complexity Low

    Threat Intelligence

    Exploit Maturity Proof of concept
    EPSS 0.05% (16th percentile)
Expand this section
NVD
5.3 medium
Expand this section
SUSE
5.9 medium
Expand this section
Red Hat
5.3 medium

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-TWISTED-6036202
  • published 26 Oct 2023
  • disclosed 25 Oct 2023
  • credit mukeran

How to fix?

Upgrade Twisted to version 23.10.0rc1 or higher.

Overview

Twisted is an event-based network programming and multi-protocol integration framework.

Affected versions of this package are vulnerable to Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling') when sending multiple HTTP requests in one TCP packet, the twisted.web function processes the requests asynchronously without guaranteeing the response order. An attacker can manipulate the response of the second request by delaying the response to the first request when a victim launches two requests using the HTTP pipeline.