Arbitrary Request Generation Affecting django package, versions [,1.2.7) [1.3,1.3.1)


0.0
medium

Snyk CVSS

    Attack Complexity Low

    Threat Intelligence

    EPSS 0.74% (81st percentile)
Expand this section
NVD
5.3 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-40082
  • published 11 Sep 2011
  • disclosed 11 Sep 2011
  • credit Paul McMillan

Overview

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

Affected versions of this package are vulnerable due to lack of request validation. The verify_exists functionality in the URLField originally tests a URL's validity through a HEAD request, but then uses a GET request for the new target URL in the case of a redirect. This may allow remote attackers to trigger arbitrary GET requests with an unintended source IP address via a crafted Location header.