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 ServiceStack
to version 8.6.0 or higher.
ServiceStack is a simple and fast alternative to WCF, MVC and Web API in one cohesive framework for all your services and web apps.
Affected versions of this package are vulnerable to External Control of File Name or Path in the url
parameter to the GetErrorResponse
method. An attacker can relay NTLM credentials in the context of the current user by supplying a URI with the file://
scheme.
Note: The package's developers point out that the security impact of this method's ability to access local file paths is minimal because such access is exposed by the native .Net WebRequest.Create(url)
that this package provides a wrapper for. So no greater risk is introduced by the wrapper function.