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 applicationsThere is no fixed version for RHEL:7
calamari-server
.
Note: Versions mentioned in the description apply only to the upstream calamari-server
package and not the calamari-server
package as distributed by RHEL
.
See How to fix?
for RHEL:7
relevant fixed versions and status.
django-filter is a generic system for filtering Django QuerySets based on user selections. In django-filter before version 2.4.0, automatically generated NumberFilter
instances, whose value was later converted to an integer, were subject to potential DoS from maliciously input using exponential format with sufficiently large exponents. Version 2.4.0+ applies a MaxValueValidator
with a a default limit_value
of 1e50 to the form field used by NumberFilter
instances. In addition, NumberFilter
implements the new get_max_validator()
which should return a configured validator instance to customise the limit, or else None
to disable the additional validation. Users may manually apply an equivalent validator if they are not able to upgrade.