HTTP Header Injection Affecting twisted package, versions [,19.2.0)


0.0
medium

Snyk CVSS

    Attack Complexity Low

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-564357
  • published 1 Apr 2020
  • disclosed 20 Oct 2018
  • credit Unknown

Introduced: 20 Oct 2018

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

How to fix?

Upgrade Twisted to version 19.2.0 or higher.

Overview

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

Affected versions of this package are vulnerable to HTTP Header Injection. twisted.web.client.Request and twisted.web.client.HTTPClient are both vulnerable to header injection attacks due to not properly sanitising linear whitespace ('\r', '\n', and '\r\n').