Name
python3-twisted
Version
24.3.0
Type
library
Description
-
Licenses
MIT
PURL
-
CPE
cpe:2.3:*:*:python3-twisted:24.3.0:*:*:*:*:*:*:*
Other Versions#
Patches#
#
Title
Author
Resolve
1
Merge commit from fork
Adi Roiban <adiroiban@gmail.com>
CVE-2024-41671
2
Merge commit from fork
Adi Roiban <adiroiban@gmail.com>
CVE-2026-42304
3
Merge commit from fork
Adi Roiban <adiroiban@gmail.com>
CVE-2024-41810
Vulnerabilities#
Name
Analysis
Description
Patched
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 compression pointers. This flaw bypasses previous loop-prevention logic, causing the single-threaded Twisted reactor to hang while processing millions of recursive lookups, effectively freezing the server. This vulnerability is fixed in 26.4.0rc2.
Patched
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 vulnerability is fixed in 24.7.0rc1.
Patched
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.