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 Inadequate Encryption Strength vulnerabilities in an interactive lesson.
Start learningUpgrade Wolfi
dex
to version 2.38.0-r0 or higher.
Note: Versions mentioned in the description apply only to the upstream dex
package and not the dex
package as distributed by Wolfi
.
See How to fix?
for Wolfi
relevant fixed versions and status.
Dex is an identity service that uses OpenID Connect to drive authentication for other apps. Dex 2.37.0 serves HTTPS with insecure TLS 1.0 and TLS 1.1. cmd/dex/serve.go
line 425 seemingly sets TLS 1.2 as minimum version, but the whole tlsConfig
is ignored after TLS cert reloader
was introduced in v2.37.0. Configured cipher suites are not respected either. This issue is fixed in Dex 2.38.0.