Synopsis :
The
remote ASP.NET web server does have custom errors
set
Description :
The remote
ASP.NET web server is configured to show
verbose
error messages, which might lead into the
disclosure of potential
sensitive information about
the remote installation (such as the
path under which
the remote web server resides) or about the
remote
ASP.NET
applications.
Solution:
Configure
your server such as the option 'customErrors mode' is
set
to 'On' instead of 'Off'
Risk
Factor :
Low / CVSS Base Score : 1
(AV:L/AC:H/Au:R/C:P/I:N/A:N/B:N)
Plugin
output:
The following error message could be
obtained :
[FileNotFoundException]: Could not
find file 'c:\inetpub\wwwroot\rw7E_c5b.ashx'.
at
System.IO.__Error.WinIOError(Int32 errorCode, String
str)
at System.IO.FileStream..ctor(String path,
FileMode mode, FileAccess access, FileShare share, Int32
bufferSize, Boolean useAsync, String msgPath, Boolean
bFromProxy)
at System.IO.FileStream..ctor(String
path, FileMode mode, FileAccess access, FileShare
share)
at
System.Web.Compilation.SourceCompiler.GetCachedEntry()
at
System.Web.UI.SimpleWebHandlerParser.GetCompiledTypeFromCache()
at
System.Web.UI.SimpleHandlerFactory.GetHandler(HttpContext
context, String requestType, String virtualPath, String
path)
at
System.Web.HttpApplication.MapHttpHandler(HttpContext
context, String requestType, String path, String
pathTranslated, Boolean
useAppConfig)
[HttpException]: Exception of type
System.Web.HttpException was thrown.
at
System.Web.HttpApplication.MapHttpHandler(HttpContext
context, String requestType, String path, String
pathTranslated, Boolean useAppConfig)
at
System.Web.MapHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
at
System.Web.HttpApplication.ExecuteStep(IExecutionStep
step, Boolean& completedSynchronously)
Plugin
ID :
24244