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 datahihi1/tiny-env
to version 1.0.3, 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 Check or Handling of Exceptional Conditions due to the loading of environment variables without requiring the .env
file to exist. An attacker can cause the application to operate with insecure defaults or misconfigurations by ensuring the absence of the .env
file.
This vulnerability can be mitigated by manually verifying the existence of the .env
file before initialization.