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 Input Validation vulnerabilities in an interactive lesson.
Start learningUpgrade datahihi1/tiny-env
to version 1.0.11 or higher.
datahihi1/tiny-env is a simple environment variable loader for PHP applications
Affected versions of this package are vulnerable to Improper Input Validation in the parsing of environment variable values. An attacker can cause applications to process unintended characters or comment text by including inline comments in .env
values, potentially leading to logic errors, insecure defaults, or failed authentication.
This vulnerability can be mitigated by avoiding the use of inline comments in .env files or manually sanitizing loaded values.