cve/2021/CVE-2021-33503.md
2024-06-18 02:51:15 +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