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 squizlabs/php_codesniffer to version 3.13.6, 4.0.2 or higher.
Affected versions of this package are vulnerable to Command Injection via filename handling in the Gitblame, Hgblame, and Svnblame report generators. An attacker can execute arbitrary shell commands by supplying an untrusted file whose name contains shell metacharacters. When PHP_CodeSniffer generates one of the affected blame reports, the filename is incorporated into a shell command without proper neutralization, allowing command execution in the context of the user or CI runner performing the scan.
Note:
This is only exploitable when PHP_CodeSniffer untrusted files and generates the Gitblame, Hgblame, or Svnblame reports.
The default Full report and other non-blame reports are not affected. Platforms that do not permit the relevant shell metacharacters in filenames are also not affected.