Description
A flaw was found in Python, specifically within the urllib.parse module. This module helps break Uniform Resource Locator (URL) strings into components. The issue involves how the urlparse method does not sanitize input and allows characters like '\r' and '\n' in the URL path. This flaw allows an attacker to input a crafted URL, leading to injection attacks. This flaw affects Python versions prior to 3.10.0b1, 3.9.5, 3.8.11, 3.7.11 and 3.6.14.
Remediation
References
Related Vulnerabilities
MySQL CVE-2014-4238 Vulnerability (CVE-2014-4238)
WordPress Plugin Maintenance Cross-Site Request Forgery (3.6.4)
Oracle Database Server CVE-2014-6544 Vulnerability (CVE-2014-6544)
Oracle Database Server CVE-2019-2776 Vulnerability (CVE-2019-2776)
Django Improper Validation of Specified Quantity in Input Vulnerability (CVE-2023-41164)