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 Umbraco.Cms.Web.Website to version 13.14.0, 17.4.0 or higher.
Affected versions of this package are vulnerable to Open Redirect via the RedirectUrl parameter in UmbLoginStatusController, UmbRegisterController, UmbProfileController controllers. An attacker can redirect users to arbitrary external sites by supplying a crafted URL in user-controlled query parameters.
This vulnerability can be mitigated by ensuring every Razor form that posts to UmbLoginStatusController, UmbProfileController, or UmbRegisterController passes a concrete, trusted RedirectUrl into Html.BeginUmbracoForm's route values.