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 django-select2
to version 8.4.1 or higher.
django-select2 is a Django integration of Select2.
Affected versions of this package are vulnerable to Transmission of Private Resources into a New Sphere ('Resource Leak') via a HeavySelect2Mixin
class in forms.py
. An attacker can access restricted data by exploiting the reuse of widget instances across different requests. This is limited to use cases where instances of widget classes are created during app loading and not during a request.
This vulnerability can be mitigated by passing the widget class instead of an instance in the form definitions.