1. Home
  2. Security Hardening
  3. CIS MongoDB L1 Windows V1.0.0
  4. Ensure that the HTTP status interface is disabled

Ensure that the HTTP status interface is disabled

Details

MongoDB by default provides an HTTP interface running on port 28017 to provide the home status page. This page provides certain critical information about the databases statistics and clients.

Please note that this function has been Deprecated since version 3.2.

Rationale:

An attacker could access the status page to learn more about the MongoDB server and determine how to compromise it.

Solution

Disable the HTTP status interface by setting nohttpinterface = True in the /etc/mongod.conf file.

Default Value:

Enabled

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Windows.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles