VYPR

Bitnami package

django

pkg:bitnami/django

Vulnerabilities (86)

  • CVE-2023-23969HigFeb 1, 2023
    affected >= 3.2.0, < 3.2.17fixed 3.2.17

    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 hea

  • CVE-2022-41323HigOct 16, 2022
    affected >= 3.2.0, < 3.2.16fixed 3.2.16

    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.

  • CVE-2022-36359HigAug 3, 2022
    affected >= 3.2.0, < 3.2.15fixed 3.2.15

    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-suppli

  • CVE-2022-34265CriJul 4, 2022
    affected >= 3.2.0, < 3.2.14fixed 3.2.14

    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 l

  • CVE-2022-28347CriApr 12, 2022
    affected >= 2.2.0, < 2.2.28fixed 2.2.28

    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.

  • CVE-2022-28346CriApr 12, 2022
    affected >= 2.2.0, < 2.2.28fixed 2.2.28

    An issue was discovered in Django 2.2 before 2.2.28, 3.2 before 3.2.13, and 4.0 before 4.0.4. QuerySet.annotate(), aggregate(), and extra() methods are subject to SQL injection in column aliases via a crafted dictionary (with dictionary expansion) as the passed **kwargs.

  • CVE-2022-23833HigFeb 3, 2022
    affected >= 2.2.0, < 2.2.27fixed 2.2.27

    An issue was discovered in MultiPartParser in Django 2.2 before 2.2.27, 3.2 before 3.2.12, and 4.0 before 4.0.2. Passing certain inputs to multipart forms could result in an infinite loop when parsing files.

  • CVE-2022-22818MedFeb 3, 2022
    affected >= 2.2.0, < 2.2.27fixed 2.2.27

    The {% debug %} template tag in Django 2.2 before 2.2.27, 3.2 before 3.2.12, and 4.0 before 4.0.2 does not properly encode the current context. This may lead to XSS.

  • CVE-2021-45452MedJan 5, 2022
    affected >= 2.2.0, < 2.2.26fixed 2.2.26

    Storage.save in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1 allows directory traversal if crafted filenames are directly passed to it.

  • CVE-2021-45116HigJan 5, 2022
    affected >= 2.2.0, < 2.2.26fixed 2.2.26

    An issue was discovered in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1. Due to leveraging the Django Template Language's variable resolution logic, the dictsort template filter was potentially vulnerable to information disclosure, or an unintended method cal

  • CVE-2021-45115HigJan 5, 2022
    affected >= 2.2.0, < 2.2.26fixed 2.2.26

    An issue was discovered in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1. UserAttributeSimilarityValidator incurred significant overhead in evaluating a submitted password that was artificially large in relation to the comparison values. In a situation where a

  • CVE-2021-44420HigDec 8, 2021
    affected >= 2.2.0, < 2.2.25fixed 2.2.25

    In Django 2.2 before 2.2.25, 3.1 before 3.1.14, and 3.2 before 3.2.10, HTTP requests for URLs with trailing newlines could bypass upstream access control based on URL paths.

  • CVE-2021-35042CriJul 2, 2021
    affected >= 3.1.0, < 3.1.13fixed 3.1.13

    Django 3.1.x before 3.1.13 and 3.2.x before 3.2.5 allows QuerySet.order_by SQL injection if order_by is untrusted input from a client of a web application.

  • CVE-2021-33571HigJun 8, 2021
    affected >= 2.2.0, < 2.2.24fixed 2.2.24

    In Django 2.2 before 2.2.24, 3.x before 3.1.12, and 3.2 before 3.2.4, URLValidator, validate_ipv4_address, and validate_ipv46_address do not prohibit leading zero characters in octal literals. This may allow a bypass of access control that is based on IP addresses. (validate_ipv4

  • CVE-2021-33203MedJun 8, 2021
    affected < 2.2.24fixed 2.2.24

    Django before 2.2.24, 3.x before 3.1.12, and 3.2.x before 3.2.4 has a potential directory traversal via django.contrib.admindocs. Staff members could use the TemplateDetailView view to check the existence of arbitrary files. Additionally, if (and only if) the default admindocs te

  • CVE-2021-32052MedMay 6, 2021
    affected >= 2.2.0, < 2.2.22fixed 2.2.22

    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. Djang

  • CVE-2021-31542HigMay 5, 2021
    affected >= 2.2.0, < 2.2.21fixed 2.2.21

    In Django 2.2 before 2.2.21, 3.1 before 3.1.9, and 3.2 before 3.2.1, MultiPartParser, UploadedFile, and FieldFile allowed directory traversal via uploaded files with suitably crafted file names.

  • CVE-2021-28658MedApr 6, 2021
    affected >= 2.2.0, < 2.2.20fixed 2.2.20

    In Django 2.2 before 2.2.20, 3.0 before 3.0.14, and 3.1 before 3.1.8, MultiPartParser allowed directory traversal via uploaded files with suitably crafted file names. Built-in upload handlers were not affected by this vulnerability.

  • CVE-2021-23336MedFeb 15, 2021
    affected >= 2.2.0, < 2.2.19fixed 2.2.19

    The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When

  • CVE-2021-3281MedFeb 2, 2021
    affected >= 2.2.0, < 2.2.18fixed 2.2.18

    In Django 2.2 before 2.2.18, 3.0 before 3.0.12, and 3.1 before 3.1.6, the django.utils.archive.extract method (used by "startapp --template" and "startproject --template") allows directory traversal via an archive with absolute paths or relative paths with dot segments.

Page 4 of 5