Vulnerability Monitor

The vendors, products, and vulnerabilities you care about

CVE-2021-32052


In Django 2.2 before 2.2.22, 3.1 before 3.1.10, and 3.2 before 3.2.2 (with Python 3.9.5+), URLValidator does not prohibit newlines and tabs (unless the URLField form field is used). If an application uses values with newlines in an HTTP response, header injection can occur. Django itself is unaffected because HttpResponse prohibits newlines in HTTP headers.


Published

2021-05-06T16:15:07.520

Last Modified

2024-11-21T06:06:46.180

Status

Modified

Source

[email protected]

Severity

CVSSv3.1: 6.1 (MEDIUM)

CVSSv2 Vector

AV:N/AC:M/Au:N/C:N/I:P/A:N

  • Access Vector: NETWORK
  • Access Complexity: MEDIUM
  • Authentication: NONE
  • Confidentiality Impact: NONE
  • Integrity Impact: PARTIAL
  • Availability Impact: NONE
Exploitability Score

8.6

Impact Score

2.9

Weaknesses
  • Type: Primary
    CWE-79

Affected Vendors & Products
Type Vendor Product Version/Range Vulnerable?
Application djangoproject django < 2.2.22 Yes
Application djangoproject django < 3.1.10 Yes
Application djangoproject django < 3.2.2 Yes
Application python python ≥ 3.9.5 No
Operating System fedoraproject fedora 34 Yes

References