The portmap or rpcbind service must not be running unless needed.

From Oracle Linux 5 Security Technical Implementation Guide

Part of GEN003810

Associated with: CCI-001336

SV-63995r1_rule The portmap or rpcbind service must not be running unless needed.

Vulnerability discussion

The portmap and rpcbind services increase the attack surface of the system and should only be used when needed. The portmap or rpcbind services are used by a variety of services using Remote Procedure Calls (RPCs).

Check content

Check the status of the portmap service. # service portmap status If the service is running, this is a finding.

Fix text

Shutdown and disable the portmap service. # service portmap stop; chkconfig portmap off

Pro Tips

Lavender hyperlinks in small type off to the right (of CSS class id, if you view the page source) point to globally unique URIs for each document and item. Copy the link location and paste anywhere you need to talk unambiguously about these things.

You can obtain data about documents and items in other formats. Simply provide an HTTP header Accept: text/turtle or Accept: application/rdf+xml.

Powered by sagemincer