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 aws-sigv4
to version 0.2.1, 0.3.1, 0.4.2, 0.5.3, 0.6.1, 0.7.1, 0.8.1, 0.9.1, 0.10.2, 0.11.1, 0.12.1, 0.13.1, 0.14.1, 0.15.1, 0.46.1, 0.47.1, 0.48.1, 0.49.1, 0.50.1, 0.51.1, 0.52.1, 0.53.2, 0.54.2, 0.55.1 or higher.
aws-sigv4 is a SigV4 signer for HTTP requests and Event Stream messages
Affected versions of this package are vulnerable to Insertion of Sensitive Information into Log File. When debug-formatted, the aws_sigv4::SigningParams
struct includes a user's AWS access key, AWS secret key, and security token in plaintext. When TRACE-level logging is enabled for an SDK (e.g. with RUST_LOG=trace
), SigningParams
is printed, thereby revealing those credentials to anyone with access to logs.