Web Cache Poisoning Affecting django package, versions [2.2,2.2.19) [3.0,3.0.13) [3.1,3.1.7)


0.0
medium

Snyk CVSS

    Attack Complexity High
    User Interaction Required
    Availability High

    Threat Intelligence

    EPSS 0.14% (50th percentile)
Expand this section
NVD
5.9 medium
Expand this section
SUSE
5.9 medium
Expand this section
Red Hat
5.9 medium

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-PYTHON-DJANGO-1076802
  • published 19 Feb 2021
  • disclosed 19 Feb 2021
  • credit Nick Pope

How to fix?

Upgrade Django to version 2.2.19, 3.0.13, 3.1.7 or higher.

Overview

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Affected versions of this package are vulnerable to Web Cache Poisoning. Django contains a copy of urllib.parse.parse_qsl() which was added to backport some security fixes. A further security fix has been issued recently such that parse_qsl() no longer allows using ; as a query parameter separator by default.