VYPR

Django Rest Framework

by Encode

Source repositories

CVEs (3)

  • 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-2024-21520MedJun 26, 2024
    risk 0.33cvss 6.1epss 0.01

    Versions of the package djangorestframework before 3.15.2 are vulnerable to Cross-site Scripting (XSS) via the break_long_headers template filter due to improper input sanitization before splitting and joining with tags.

  • CVE-2026-73228MedAug 11, 2026
    risk 0.27cvss 5.3epss

    Django REST framework is a toolkit for building Web APIs. Prior to 3.17.2, Django REST Framework's request.data parsing in rest_framework/request.py Request._parse() passes the underlying HttpRequest stream to JSONParser and FormParser for application/json and…