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 nesbot/carbon
to version 2.72.6, 3.8.4 or higher.
Affected versions of this package are vulnerable to PHP Remote File Inclusion via the setLocale
method. An attacker can include arbitrary files and execute code by passing unvalidated input that leads to file inclusion.
Note:
This is only exploitable if the application allows file uploads with a .php
extension in a directory that permits include
or require
statements to execute the file.
This vulnerability can be mitigated by validating input before calling setLocale
, using a whitelist for locales, renaming uploaded files to avoid .php
extensions, or using remote or securely managed local storage systems for file uploads.