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 Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection') vulnerabilities in an interactive lesson.
Start learningUpgrade guardrails-ai
to version 0.5.10 or higher.
guardrails-ai is an Adding guardrails to large language models.
Affected versions of this package are vulnerable to Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection') due to improper validation in the parse_token
method of the ValidatorsAttr
class in the guardrails/guardrails/validatorsattr.py
file. An attacker can execute arbitrary code on the user's machine by loading a maliciously crafted XML file that contains Python code, which is then passed to an eval
function.