VYPR

Django REST framework

by Djangoproject

Source repositories

CVEs (2)

  • CVE-2020-25626MedSep 30, 2020
    risk 0.40cvss 6.1epss 0.01

    A flaw was found in Django REST Framework versions before 3.12.0 and before 3.11.2. When using the browseable API viewer, Django REST Framework fails to properly escape certain strings that can come from user input. This allows a user who can control those strings to inject…

  • CVE-2018-25045MedJul 23, 2022
    risk 0.33cvss 6.1epss 0.01

    Django REST framework (aka django-rest-framework) before 3.9.1 allows XSS because the default DRF Browsable API view templates disable autoescaping.