The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade djangorestframework to version 3.17.2 or higher.
djangorestframework is a powerful and flexible toolkit for building Web APIs.
Affected versions of this package are vulnerable to Improper Validation of Specified Quantity in Input through Request._parse in rest_framework/request.py. An attacker can make request.data accept oversized application/json or application/x-www-form-urlencoded bodies by sending a large request to a DRF endpoint. Because DRF parses those bodies directly from the underlying request stream, applications that rely on Django’s upload-size limit can consume excess memory and CPU while processing requests that Django’s request.body or native form parsing would reject.