SV-226923r603265_rule
V-226923
SRG-OS-000480
GEN003900
CAT II
10
Configure IPP to use only the localhost or specified remote hosts.
Procedure:
Modify the /etc/apache/httpd-standalone-ipp.conf file to "Listen" only to the local machine or a known set of hosts (i.e., Listen localhost:631).
Modify the /etc/apache/httpd-standalone-ipp.conf file "<Location />" element to "Deny From All" and "Allow from 127.0.0.1" or allowed host addresses.
Restart the IPP service:
# svcadm restart ipp-listener
Solaris uses the "IPP" print service and can also use the Samba print service. Verify remote host access is limited.
Procedure:
# grep -i Listen /etc/apache/httpd-standalone-ipp.conf
The /etc/apache/httpd-standalone-ipp.conf file must not contain a Listen *:<port> or equivalent line.
If the network address of the "Listen" line is unrestricted, this is a finding.
# grep -i "Allow From" /etc/apache/httpd-standalone-ipp.conf
The "Allow From" line within the "<Location />" element should limit access to the printers to @LOCAL and specific hosts.
If the "Allow From" line contains "All", this is a finding.
Verify guest access to printers shared via Samba is restricted according to GEN006235.
V-226923
False
GEN003900
Solaris uses the "IPP" print service and can also use the Samba print service. Verify remote host access is limited.
Procedure:
# grep -i Listen /etc/apache/httpd-standalone-ipp.conf
The /etc/apache/httpd-standalone-ipp.conf file must not contain a Listen *:<port> or equivalent line.
If the network address of the "Listen" line is unrestricted, this is a finding.
# grep -i "Allow From" /etc/apache/httpd-standalone-ipp.conf
The "Allow From" line within the "<Location />" element should limit access to the printers to @LOCAL and specific hosts.
If the "Allow From" line contains "All", this is a finding.
Verify guest access to printers shared via Samba is restricted according to GEN006235.
M
4060