Information
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