1. Home
  2. Security Hardening
  3. CIS Microsoft SharePoint 2016 OS V1.1.0
  4. Ensure the SharePoint CallStack and AllowPageLevelTrace ‘SafeMode’ parameters are set to false – CallStack

Ensure the SharePoint CallStack and AllowPageLevelTrace ‘SafeMode’ parameters are set to false – CallStack

Details

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.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Information Integrity.This control applies to the following type of system Windows.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles