All Twisted CVEs — Complete Vulnerability History

Twisted is Python's event-driven networking engine. It has a consistent CVE history around HTTP request splitting and header injection.

PyPI 5M+ weekly downloads 3 CVEs total

Full CVE history

CVEYearSeverityDescriptionFix
CVE-2022-217122022HIGHCookie and auth header exposure on redirectFixed 22.2.0
CVE-2022-248012022HIGHHTTP request splitting via crafted methodFixed 22.4.0
CVE-2023-461372023HIGHHTTP request splitting via header injectionFixed 23.10.0

Current safe version: 24.3.0

# Before
Twisted==22.10.0
# After
Twisted==24.3.0

Then run: pip install -r requirements.txt

Paste your manifest — get a fixed version with all CVEs patched in seconds.

Open PackageFix →

Free · No signup · No CLI · Runs in your browser

Common questions

Is Twisted still actively maintained?
Yes — Twisted has been in continuous development since 2001 and remains the foundation for many production Python networking applications.

Related