Files
CVEs-PoC/2021/CVE-2021-33503.md
T
2024-05-25 21:48:12 +02:00

986 B

CVE-2021-33503

Description

An issue was discovered in urllib3 before 1.26.5. When provided with a URL containing many @ characters in the authority component, the authority regular expression exhibits catastrophic backtracking, causing a denial of service if a URL were passed as a parameter or redirected to via an HTTP redirect.

POC

Reference

Github