Skip to content

Denial of service in django

Moderate severity GitHub Reviewed Published Jul 23, 2018 to the GitHub Advisory Database • Updated May 24, 2024

Package

pip django (pip)

Affected versions

>= 1.2.0, < 1.2.7
>= 1.3.0, < 1.3.1

Patched versions

1.2.7
1.3.1

Description

The verify_exists functionality in the URLField implementation in Django before 1.2.7 and 1.3.x before 1.3.1 relies on Python libraries that attempt access to an arbitrary URL with no timeout, which allows remote attackers to cause a denial of service (resource consumption) via a URL associated with (1) a slow response, (2) a completed TCP connection with no application data sent, or (3) a large amount of application data, a related issue to CVE-2011-1521.

References

Published to the GitHub Advisory Database Jul 23, 2018
Reviewed Jun 16, 2020
Last updated May 24, 2024

Severity

Moderate

Weaknesses

CVE ID

CVE-2011-4137

GHSA ID

GHSA-3jqw-crqj-w8qw

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.