Summary
| Detail | |||
|---|---|---|---|
| Vendor | Djangoproject | First view | 2012-11-18 |
| Product | Django | Last view | 2025-05-08 |
| Version | 1.3.3 | Type | Application |
| Update | * | ||
| Edition | * | ||
| Language | * | ||
| Sofware Edition | * | ||
| Target Software | * | ||
| Target Hardware | * | ||
| Other | * | ||
| CPE Product | cpe:2.3:a:djangoproject:django | ||
Activity : Overall
Related : CVE
| Date | Alert | Description | |
|---|---|---|---|
| 7.5 | 2025-05-08 | CVE-2025-32873 | An issue was discovered in Django 4.2 before 4.2.21, 5.1 before 5.1.9, and 5.2 before 5.2.1. The django.utils.html.strip_tags() function is vulnerable to a potential denial-of-service (slow performance) when processing inputs containing large sequences of incomplete HTML tags. The template filter striptags is also vulnerable, because it is built on top of strip_tags(). |
| 0 | 2024-12-06 | CVE-2024-53908 | An issue was discovered in Django 5.1 before 5.1.4, 5.0 before 5.0.10, and 4.2 before 4.2.17. Direct usage of the django.db.models.fields.json.HasKey lookup, when an Oracle database is used, is subject to SQL injection if untrusted data is used as an lhs value. (Applications that use the jsonfield.has_key lookup via __ are unaffected.) |
| 0 | 2024-12-06 | CVE-2024-53907 | An issue was discovered in Django 5.1 before 5.1.4, 5.0 before 5.0.10, and 4.2 before 4.2.17. The strip_tags() method and striptags template filter are subject to a potential denial-of-service attack via certain inputs containing large sequences of nested incomplete HTML entities. |
| 5.3 | 2024-10-08 | CVE-2024-45231 | An issue was discovered in Django v5.1.1, v5.0.9, and v4.2.16. The django.contrib.auth.forms.PasswordResetForm class, when used in a view implementing password reset flows, allows remote attackers to enumerate user e-mail addresses by sending password reset requests and observing the outcome (only when e-mail sending is consistently failing). |
| 7.5 | 2024-10-08 | CVE-2024-45230 | An issue was discovered in Django 5.1 before 5.1.1, 5.0 before 5.0.9, and 4.2 before 4.2.16. The urlize() and urlizetrunc() template filters are subject to a potential denial-of-service attack via very large inputs with a specific sequence of characters. |
| 7.3 | 2024-08-07 | CVE-2024-42005 | An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. QuerySet.values() and values_list() methods on models with a JSONField are subject to SQL injection in column aliases via a crafted JSON object key as a passed *arg. |
| 7.5 | 2024-08-07 | CVE-2024-41991 | An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. The urlize and urlizetrunc template filters, and the AdminURLFieldWidget widget, are subject to a potential denial-of-service attack via certain inputs with a very large number of Unicode characters. |
| 7.5 | 2024-08-07 | CVE-2024-41990 | An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. The urlize() and urlizetrunc() template filters are subject to a potential denial-of-service attack via very large inputs with a specific sequence of characters. |
| 7.5 | 2024-08-07 | CVE-2024-41989 | An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. The floatformat template filter is subject to significant memory consumption when given a string representation of a number in scientific notation with a large exponent. |
| 0 | 2024-07-10 | CVE-2024-39614 | An issue was discovered in Django 5.0 before 5.0.7 and 4.2 before 4.2.14. get_supported_language_variant() was subject to a potential denial-of-service attack when used with very long strings containing specific characters. |
| 0 | 2024-07-10 | CVE-2024-39330 | An issue was discovered in Django 5.0 before 5.0.7 and 4.2 before 4.2.14. Derived classes of the django.core.files.storage.Storage base class, when they override generate_filename() without replicating the file-path validations from the parent class, potentially allow directory traversal via certain inputs during a save() call. (Built-in Storage sub-classes are unaffected.) |
| 0 | 2024-07-10 | CVE-2024-39329 | An issue was discovered in Django 5.0 before 5.0.7 and 4.2 before 4.2.14. The django.contrib.auth.backends.ModelBackend.authenticate() method allows remote attackers to enumerate users via a timing attack involving login requests for users with an unusable password. |
| 0 | 2024-07-10 | CVE-2024-38875 | An issue was discovered in Django 4.2 before 4.2.14 and 5.0 before 5.0.7. urlize and urlizetrunc were subject to a potential denial of service attack via certain inputs with a very large number of brackets. |
| 7.5 | 2024-02-06 | CVE-2024-24680 | An issue was discovered in Django 3.2 before 3.2.24, 4.2 before 4.2.10, and Django 5.0 before 5.0.2. The intcomma template filter was subject to a potential denial-of-service attack when used with very long strings. |
| 7.5 | 2023-11-03 | CVE-2023-43665 | In Django 3.2 before 3.2.22, 4.1 before 4.1.12, and 4.2 before 4.2.6, the django.utils.text.Truncator chars() and words() methods (when used with html=True) are subject to a potential DoS (denial of service) attack via certain inputs with very long, potentially malformed HTML text. The chars() and words() methods are used to implement the truncatechars_html and truncatewords_html template filters, which are thus also vulnerable. NOTE: this issue exists because of an incomplete fix for CVE-2019-14232. |
| 7.5 | 2023-11-03 | CVE-2023-41164 | In Django 3.2 before 3.2.21, 4.1 before 4.1.11, and 4.2 before 4.2.5, django.utils.encoding.uri_to_iri() is subject to a potential DoS (denial of service) attack via certain inputs with a very large number of Unicode characters. |
| 7.5 | 2023-11-02 | CVE-2023-46695 | An issue was discovered in Django 3.2 before 3.2.23, 4.1 before 4.1.13, and 4.2 before 4.2.7. The NFKC normalization is slow on Windows. As a consequence, django.contrib.auth.forms.UsernameField is subject to a potential DoS (denial of service) attack via certain inputs with a very large number of Unicode characters. |
| 7.5 | 2023-07-03 | CVE-2023-36053 | In Django 3.2 before 3.2.20, 4 before 4.1.10, and 4.2 before 4.2.3, EmailValidator and URLValidator are subject to a potential ReDoS (regular expression denial of service) attack via a very large number of domain name labels of emails and URLs. |
| 9.8 | 2023-05-07 | CVE-2023-31047 | In Django 3.2 before 3.2.19, 4.x before 4.1.9, and 4.2 before 4.2.1, it was possible to bypass validation when using one form field to upload multiple files. This multiple upload has never been supported by forms.FileField or forms.ImageField (only the last uploaded file was validated). However, Django's "Uploading multiple files" documentation suggested otherwise. |
| 7.5 | 2023-02-15 | CVE-2023-24580 | An issue was discovered in the Multipart Request Parser in Django 3.2 before 3.2.18, 4.0 before 4.0.10, and 4.1 before 4.1.7. Passing certain inputs (e.g., an excessive number of parts) to multipart forms could result in too many open files or memory exhaustion, and provided a potential vector for a denial-of-service attack. |
| 7.5 | 2023-02-01 | CVE-2023-23969 | In Django 3.2 before 3.2.17, 4.0 before 4.0.9, and 4.1 before 4.1.6, the parsed values of Accept-Language headers are cached in order to avoid repetitive parsing. This leads to a potential denial-of-service vector via excessive memory usage if the raw value of Accept-Language headers is very large. |
| 7.5 | 2022-10-16 | CVE-2022-41323 | In Django 3.2 before 3.2.16, 4.0 before 4.0.8, and 4.1 before 4.1.2, internationalized URLs were subject to a potential denial of service attack via the locale parameter, which is treated as a regular expression. |
| 8.8 | 2022-08-03 | CVE-2022-36359 | An issue was discovered in the HTTP FileResponse class in Django 3.2 before 3.2.15 and 4.0 before 4.0.7. An application is vulnerable to a reflected file download (RFD) attack that sets the Content-Disposition header of a FileResponse when the filename is derived from user-supplied input. |
| 9.8 | 2022-07-04 | CVE-2022-34265 | An issue was discovered in Django 3.2 before 3.2.14 and 4.0 before 4.0.6. The Trunc() and Extract() database functions are subject to SQL injection if untrusted data is used as a kind/lookup_name value. Applications that constrain the lookup name and kind choice to a known safe list are unaffected. |
| 9.8 | 2022-04-12 | CVE-2022-28347 | A SQL injection issue was discovered in QuerySet.explain() in Django 2.2 before 2.2.28, 3.2 before 3.2.13, and 4.0 before 4.0.4. This occurs by passing a crafted dictionary (with dictionary expansion) as the **options argument, and placing the injection payload in an option name. |
CWE : Common Weakness Enumeration
| % | id | Name |
|---|---|---|
| 13% (8) | CWE-89 | Improper Sanitization of Special Elements used in an SQL Command ('... |
| 13% (8) | CWE-79 | Failure to Preserve Web Page Structure ('Cross-site Scripting') |
| 8% (5) | CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path ... |
| 8% (5) | CWE-20 | Improper Input Validation |
| 5% (3) | CWE-770 | Allocation of Resources Without Limits or Throttling |
| 5% (3) | CWE-400 | Uncontrolled Resource Consumption ('Resource Exhaustion') |
| 5% (3) | CWE-399 | Resource Management Errors |
| 5% (3) | CWE-276 | Incorrect Default Permissions |
| 3% (2) | CWE-264 | Permissions, Privileges, and Access Controls |
| 3% (2) | CWE-200 | Information Exposure |
| 3% (2) | CWE-185 | Incorrect Regular Expression |
| 3% (2) | CWE-17 | Code |
| 1% (1) | CWE-674 | Uncontrolled Recursion |
| 1% (1) | CWE-640 | Weak Password Recovery Mechanism for Forgotten Password |
| 1% (1) | CWE-601 | URL Redirection to Untrusted Site ('Open Redirect') |
| 1% (1) | CWE-522 | Insufficiently Protected Credentials |
| 1% (1) | CWE-494 | Download of Code Without Integrity Check |
| 1% (1) | CWE-444 | Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggli... |
| 1% (1) | CWE-319 | Cleartext Transmission of Sensitive Information |
| 1% (1) | CWE-295 | Certificate Issues |
| 1% (1) | CWE-287 | Improper Authentication |
| 1% (1) | CWE-254 | Security Features |
| 1% (1) | CWE-189 | Numeric Errors |
| 1% (1) | CWE-94 | Failure to Control Generation of Code ('Code Injection') |
| 1% (1) | CWE-74 | Failure to Sanitize Data into a Different Plane ('Injection') |
OpenVAS Exploits
| id | Description |
|---|---|
| 2012-12-26 | Name : Mandriva Update for python-django MDVSA-2012:181 (python-django) File : nvt/gb_mandriva_MDVSA_2012_181.nasl |
| 2012-11-19 | Name : Ubuntu Update for python-django USN-1632-1 File : nvt/gb_ubuntu_USN_1632_1.nasl |
| 2012-11-02 | Name : Fedora Update for Django FEDORA-2012-16417 File : nvt/gb_fedora_2012_16417_Django_fc16.nasl |
| 2012-11-02 | Name : Fedora Update for Django FEDORA-2012-16440 File : nvt/gb_fedora_2012_16440_Django_fc17.nasl |
| 2012-10-29 | Name : FreeBSD Ports: django File : nvt/freebsd_django.nasl |
Nessus® Vulnerability Scanner
| id | Description |
|---|---|
| 2019-01-16 | Name: The remote Fedora host is missing a security update. File: fedora_2019-e6ca5847c7.nasl - Type: ACT_GATHER_INFO |
| 2019-01-11 | Name: The remote Fedora host is missing a security update. File: fedora_2019-a7b53ed5a3.nasl - Type: ACT_GATHER_INFO |
| 2019-01-10 | Name: The remote Debian host is missing a security-related update. File: debian_DSA-4363.nasl - Type: ACT_GATHER_INFO |
| 2019-01-07 | Name: The remote FreeBSD host is missing one or more security-related updates. File: freebsd_pkg_3e41c1a610bc11e9bd85fcaa147e860e.nasl - Type: ACT_GATHER_INFO |
| 2019-01-07 | Name: The remote Debian host is missing a security update. File: debian_DLA-1629.nasl - Type: ACT_GATHER_INFO |
| 2019-01-03 | Name: The remote Fedora host is missing a security update. File: fedora_2018-cce0e0bd04.nasl - Type: ACT_GATHER_INFO |
| 2019-01-03 | Name: The remote Fedora host is missing a security update. File: fedora_2018-6fa1017c1d.nasl - Type: ACT_GATHER_INFO |
| 2019-01-03 | Name: The remote Fedora host is missing a security update. File: fedora_2018-39cc0bc342.nasl - Type: ACT_GATHER_INFO |
| 2019-01-03 | Name: The remote Fedora host is missing a security update. File: fedora_2018-0c85690ba7.nasl - Type: ACT_GATHER_INFO |
| 2018-10-04 | Name: The remote FreeBSD host is missing one or more security-related updates. File: freebsd_pkg_004d8c23c71011e898c7000c29434208.nasl - Type: ACT_GATHER_INFO |
| 2018-08-06 | Name: The remote Debian host is missing a security-related update. File: debian_DSA-4264.nasl - Type: ACT_GATHER_INFO |
| 2018-04-02 | Name: The remote Debian host is missing a security-related update. File: debian_DSA-4161.nasl - Type: ACT_GATHER_INFO |
| 2018-03-16 | Name: The remote Fedora host is missing a security update. File: fedora_2018-bd1147f152.nasl - Type: ACT_GATHER_INFO |
| 2018-03-09 | Name: The remote Debian host is missing a security update. File: debian_DLA-1303.nasl - Type: ACT_GATHER_INFO |
| 2016-11-15 | Name: The remote Fedora host is missing a security update. File: fedora_2016-704e85cac2.nasl - Type: ACT_GATHER_INFO |
| 2016-10-12 | Name: The remote Fedora host is missing a security update. File: fedora_2016-5706eeb875.nasl - Type: ACT_GATHER_INFO |
| 2016-10-12 | Name: The remote Fedora host is missing a security update. File: fedora_2016-3795497354.nasl - Type: ACT_GATHER_INFO |
| 2016-09-28 | Name: The remote Ubuntu host is missing one or more security-related patches. File: ubuntu_USN-3089-1.nasl - Type: ACT_GATHER_INFO |
| 2016-09-28 | Name: The remote FreeBSD host is missing one or more security-related updates. File: freebsd_pkg_bb02264384fb11e6a4a160a44ce6887b.nasl - Type: ACT_GATHER_INFO |
| 2016-09-27 | Name: The remote Debian host is missing a security-related update. File: debian_DSA-3678.nasl - Type: ACT_GATHER_INFO |
| 2016-08-03 | Name: The remote Fedora host is missing a security update. File: fedora_2016-b7e31a0b9a.nasl - Type: ACT_GATHER_INFO |
| 2016-08-03 | Name: The remote Fedora host is missing a security update. File: fedora_2016-97ca9d52a4.nasl - Type: ACT_GATHER_INFO |
| 2016-07-22 | Name: The remote Debian host is missing a security update. File: debian_DLA-555.nasl - Type: ACT_GATHER_INFO |
| 2016-07-20 | Name: The remote Ubuntu host is missing one or more security-related patches. File: ubuntu_USN-3039-1.nasl - Type: ACT_GATHER_INFO |
| 2016-07-19 | Name: The remote Debian host is missing a security-related update. File: debian_DSA-3622.nasl - Type: ACT_GATHER_INFO |









