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 python-liquid to version 2.2.1 or higher.
python-liquid is an A Python engine for the Liquid template language.
Affected versions of this package are vulnerable to Infinite loop in the {% case %} tag parsing logic, caused by an incorrect definition of the EOF token's kind and value in the TokenStream.eof attribute. A user who can author or supply templates can hang the parser and cause a denial of service by providing a {% case %} tag that has no {% when %} or {% else %} branch and no terminating {% endcase %}. Exploitation requires the application to parse template source supplied by untrusted authors, and the hang occurs at parse time.