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 URL Redirection to Untrusted Site ('Open Redirect') vulnerabilities in an interactive lesson.
Start learningUpgrade Duende.IdentityServer
to version 6.0.5, 6.1.8, 6.2.5, 6.3.10, 7.0.6 or higher.
Affected versions of this package are vulnerable to URL Redirection to Untrusted Site ('Open Redirect') through the commonly used GetAuthorizationContextAsync
and IsValidReturnUrl
methods which return non-null values and the IsValidReturnUrl
method which could return true for malicious URLs.
In addition, this could be exploited through the uncommonly used ServerUrlExtensions.GetIdentityServerRelativeUrl
, ReturnUrlParser.ParseAsync
and OidcReturnUrlParser.ParseAsync
methods that could incorrectly return non-null, and the ReturnUrlParser.IsValidReturnUrl
and OidcReturnUrlParser.IsValidReturnUrl
methods that could incorrectly return true for malicious URLs.
Users who are unable to upgrade to the fixed version can use IUrlHelper.IsLocalUrl
from ASP.NET Core 5.0 or later to validate return Urls in user interface code in the IdentityServer
host.