Information
The CallStack and PageLevelTrace parameters are used when debugging a problem and displays detailed additional information.
Rationale:
The detailed additional information provided by the CallStack and PageLevelTrace parameters can be used by a malicious actor to gain sensitive information about the system parameters and application.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
Locate the Web.configfile in your application root directory and edit it.
Edit the following SafeMode entry in the Web.config file:
1. Edit parameter CallStack='false'.
2. Edit parameter AllowPageLevelTrace='false'.
3. Close the Web.config file and save it.
Impact:
System sensitive information can be compromised.