Twisted vulnerabilities
15 known vulnerabilities affecting twisted/twisted.
Total CVEs
15
CISA KEV
0
Public exploits
1
Exploited in wild
0
Severity breakdown
CRITICAL2HIGH8MEDIUM5
Vulnerabilities
Page 1 of 1
CVE-2019-9512P3HIGHCVSS 7.5≥ 0, < 19.10.02022-03-14
CVE-2019-9512 [HIGH] HTTP/2 DoS Attacks: Ping, Reset, and Settings Floods
HTTP/2 DoS Attacks: Ping, Reset, and Settings Floods
### Impact
Twisted web servers that utilize the optional HTTP/2 support suffer from the following flow-control related vulnerabilities:
Ping flood: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9512
Reset flood: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9514
Settings flood: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9515
A Twisted
ghsaosv
CVE-2020-10109P3CRITICALCVSS 9.8≤ 19.10.02020-03-12
CVE-2020-10109 [CRITICAL] CWE-444 CVE-2020-10109: In Twisted Web through 19.10.0, there was an HTTP request splitting vulnerability. When presented wi
In Twisted Web through 19.10.0, there was an HTTP request splitting vulnerability. When presented with a content-length and a chunked encoding header, the content-length took precedence and the remainder of the request body was interpreted as a pipelined request.
ghsanvdosv
CVE-2024-41810P3MEDIUMCVSS 6.1PoC≤ 24.3.02024-07-29
CVE-2024-41810 [MEDIUM] CWE-79 CVE-2024-41810: Twisted is an event-based framework for internet applications, supporting Python 3.6+. The `twisted.
Twisted is an event-based framework for internet applications, supporting Python 3.6+. The `twisted.web.util.redirectTo` function contains an HTML injection vulnerability. If application code allows an attacker to control the redirect URL this vulnerability may result in Reflected Cross-Site Scripting (XSS) in the redirect response HTML body. This vu
ghsanvdosv
CVE-2020-10108P3CRITICALCVSS 9.8≤ 19.10.02020-03-12
CVE-2020-10108 [CRITICAL] CWE-444 CVE-2020-10108: In Twisted Web through 19.10.0, there was an HTTP request splitting vulnerability. When presented wi
In Twisted Web through 19.10.0, there was an HTTP request splitting vulnerability. When presented with two content-length headers, it ignored the first header. When the second content-length value was set to zero, the request body was interpreted as a pipelined request.
ghsanvdosv
CVE-2022-24801P3HIGHCVSS 8.1fixed in 22.4.0≤ 22.2.02022-04-04
CVE-2022-24801 [HIGH] CWE-444 CVE-2022-24801: Twisted is an event-based framework for internet applications, supporting Python 3.6+. Prior to vers
Twisted is an event-based framework for internet applications, supporting Python 3.6+. Prior to version 22.4.0rc1, the Twisted Web HTTP 1.1 server, located in the `twisted.web.http` module, parsed several HTTP request constructs more leniently than permitted by RFC 7230. This non-conformant parsing can lead to desync if requests pass through multiple
ghsanvdosv
CVE-2026-42304P3HIGHCVSS 7.5fixed in 26.4.0v26.4.0+1 more2026-05-13
CVE-2026-42304 [HIGH] CWE-400 CVE-2026-42304: Twisted is an event-based framework for internet applications, supporting Python 3.6+. Prior to 26.4
Twisted is an event-based framework for internet applications, supporting Python 3.6+. Prior to 26.4.0rc2, the twisted.names module is vulnerable to a Denial of Service (DoS) attack via resource exhaustion during DNS name decompression. A remote, unauthenticated attacker can exploit this by sending a crafted TCP DNS packet containing deeply chained co
ghsanvd
CVE-2024-41671P3HIGHCVSS 8.3≤ 24.3.02024-07-29
CVE-2024-41671 [HIGH] CWE-444 CVE-2024-41671: Twisted is an event-based framework for internet applications, supporting Python 3.6+. The HTTP 1.0
Twisted is an event-based framework for internet applications, supporting Python 3.6+. The HTTP 1.0 and 1.1 server provided by twisted.web could process pipelined HTTP requests out-of-order, possibly resulting in information disclosure. This vulnerability is fixed in 24.7.0rc1.
ghsanvdosv
CVE-2022-21716P3HIGHCVSS 7.5≥ 21.7.0, < 22.2.0fixed in 22.2.02022-03-03
CVE-2022-21716 [HIGH] CWE-120 CVE-2022-21716: Twisted is an event-based framework for internet applications, supporting Python 3.6+. Prior to 22.2
Twisted is an event-based framework for internet applications, supporting Python 3.6+. Prior to 22.2.0, Twisted SSH client and server implement is able to accept an infinite amount of data for the peer's SSH version identifier. This ends up with a buffer using all the available memory. The attach is a simple as `nc -rv localhost 22 < /dev/zero`. A pat
ghsanvdosv
CVE-2022-21712P3HIGHCVSS 7.5≥ 11.1.0, < 22.1.0v>= 11.1.0, < 22.1.02022-02-07
CVE-2022-21712 [HIGH] CWE-200 CVE-2022-21712: twisted is an event-driven networking engine written in Python. In affected versions twisted exposes
twisted is an event-driven networking engine written in Python. In affected versions twisted exposes cookies and authorization headers when following cross-origin redirects. This issue is present in the `twited.web.RedirectAgent` and `twisted.web. BrowserLikeRedirectAgent` functions. Users are advised to upgrade. There are no known workarounds.
ghsanvdosv
CVE-2019-12855P3HIGHCVSS 7.4≤ 19.2.12019-06-16
CVE-2019-12855 [HIGH] CWE-295 CVE-2019-12855: In words.protocols.jabber.xmlstream in Twisted through 19.2.1, XMPP support did not verify certifica
In words.protocols.jabber.xmlstream in Twisted through 19.2.1, XMPP support did not verify certificates when used with TLS, allowing an attacker to MITM connections.
ghsanvdosv
CVE-2014-7143P3HIGHCVSS 7.5v14.0.02019-11-12
CVE-2014-7143 [HIGH] CWE-295 CVE-2014-7143: Python Twisted 14.0 trustRoot is not respected in HTTP client
Python Twisted 14.0 trustRoot is not respected in HTTP client
ghsanvdosv
CVE-2016-1000111P4MEDIUMCVSS 5.3fixed in 16.3.12020-03-11
CVE-2016-1000111 [MEDIUM] CWE-425 CVE-2016-1000111: Twisted before 16.3.1 does not attempt to address RFC 3875 section 4.1.18 namespace conflicts and th
Twisted before 16.3.1 does not attempt to address RFC 3875 section 4.1.18 namespace conflicts and therefore does not protect CGI applications from the presence of untrusted client data in the HTTP_PROXY environment variable, which might allow remote attackers to redirect a CGI application's outbound HTTP traffic to an arbitrary proxy server via
ghsanvdosv
CVE-2023-46137P4MEDIUMCVSS 5.3≤ 22.8.0v23.10.0rc12023-10-25
CVE-2023-46137 [MEDIUM] CWE-444 CVE-2023-46137: Twisted is an event-based framework for internet applications. Prior to version 23.10.0rc1, when sen
Twisted is an event-based framework for internet applications. Prior to version 23.10.0rc1, when sending multiple HTTP requests in one TCP packet, twisted.web will process the requests asynchronously without guaranteeing the response order. If one of the endpoints is controlled by an attacker, the attacker can delay the response on purpose to manipu
ghsanvdosv
CVE-2019-12387P4MEDIUMCVSS 6.1fixed in 19.2.12019-06-10
CVE-2019-12387 [MEDIUM] CWE-74 CVE-2019-12387: In Twisted before 19.2.1, twisted.web did not validate or sanitize URIs or HTTP methods, allowing an
In Twisted before 19.2.1, twisted.web did not validate or sanitize URIs or HTTP methods, allowing an attacker to inject invalid characters such as CRLF.
ghsanvdosv
CVE-2022-39348P4MEDIUMCVSS 5.4≥ 0.9.4, < 22.10.0v>= 0.9.4, < 22.10.0rc12022-10-26
CVE-2022-39348 [MEDIUM] CWE-79 CVE-2022-39348: Twisted is an event-based framework for internet applications. Started with version 0.9.4, when the
Twisted is an event-based framework for internet applications. Started with version 0.9.4, when the host header does not match a configured host `twisted.web.vhost.NameVirtualHost` will return a `NoResource` resource which renders the Host header unescaped into the 404 response allowing HTML and script injection. In practice this should be very diffic
ghsanvdosv