10.3 Restrict manager application

Information

Limit access to the manager application to only those with a justified need.

Limiting access to the least privilege will ensure only those people with a justified need will have access to a resource. The manager application should be limited to only administrators.

Solution

For the manager application, edit $CATALINA_BASE/conf/

<enginename>

/

<hostname>

/manager.xml and add the bolded line:

<Context path="/manager" docBase="${catalina.home}/webapps/manager" debug="0" privileged="true"><Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127.0.0.1"/></Context>

Add hosts, comma separated, which are allowed to access the admin application.

Note: The RemoteAddrValve property expects a regular expression, therefore periods and other regular expression meta-characters must be escaped.

See Also

https://workbench.cisecurity.org/benchmarks/15137

Item Details

Category: ACCESS CONTROL

References: 800-53|AC-6(2), 800-53|AC-6(5)

Plugin: Unix

Control ID: cac19cb743e54ed7c17c203d4f1c954f85677a11007a14e5012ebb0e4eb4e321