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 applicationsLearn about Cross-Site Request Forgery (CSRF) vulnerabilities in an interactive lesson.
Start learningUpgrade webargs
to version 6.0.0b4, 5.5.3 or higher.
webargs is a python library for parsing and validating HTTP request objects, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
Affected versions of this package are vulnerable to Cross-Site Request Forgery (CSRF). Flaskparser.py
does not check that the Content-Type
header is application/json
when receiving JSON input. If the request body is valid JSON, it will accept it even if the content type is application/x-www-form-urlencoded
. This allows for JSON POST requests to be made across domains, leading to CSRF.