The system must not have the UUCP service active.

From HP-UX 11.31 Security Technical Implementation Guide

Part of GEN005280

Associated with IA controls: ECSC-1

Associated with: CCI-001436

SV-35171r1_rule The system must not have the UUCP service active.

Vulnerability discussion

The UUCP utility is designed to assist in transferring files, executing remote commands, and sending e-mail between UNIX systems over phone lines and direct connections between systems. The UUCP utility is a primitive and arcane system with many security issues. There are alternate data transfer utilities/products that can be configured to more securely transfer data by providing for authentication as well as encryption.

Check content

# cat /etc/inetd.conf | tr '\011' ' ' | tr -s ' ' | sed -e 's/^[ \t]*//' | grep -v "^#" | grep -i uucp If uucp is found enabled, this is a finding.

Fix text

Edit /etc/inetd.conf and comment the uucp service entry. Restart the inetd service. # inetd -c

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