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 Insertion of Sensitive Information into Log File vulnerabilities in an interactive lesson.
Start learningUpgrade @rage-against-the-pixel/unity-cli to version 1.8.2 or higher.
@rage-against-the-pixel/unity-cli is an A command line utility for the Unity Game Engine.
Affected versions of this package are vulnerable to Insertion of Sensitive Information into Log File via the sign-package command when the --verbose flag is enabled. An attacker can obtain sensitive credentials in debug logs, shell history, or log aggregation systems that capture unsanitized command-line arguments.
Note:
Existing RageAgainstThePixel and Buildalon GitHub actions are unaffected as they use the environment variables exclusively.
This vulnerability can be mitigated by using environment variables (UNITY_USERNAME, UNITY_PASSWORD) instead of command-line arguments and avoiding the --verbose flag when working with credentials.