Check: GEN001364
SOLARIS 9 SPARC STIG:
GEN001364
(in version v1 r12)
Title
The /etc/resolv.conf file must have mode 0644 or less permissive. (Cat II impact)
Discussion
The resolv.conf (or equivalent) file configures the system's DNS resolver. DNS is used to resolve host names to IP addresses. If DNS configuration is modified maliciously, host name resolution may fail or return incorrect information. DNS may be used by a variety of system security functions, such as time synchronization, centralized authentication, and remote system logging.
Check Content
Fix Text
Change the mode of the /etc/resolv.conf file to 0644 or less permissive. # chmod 0644 /etc/resolv.conf
Additional Identifiers
Rule ID: SV-26397r1_rule
Vulnerability ID: V-22321
Group Title: GEN001364
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000225 |
Employ the principle of least privilege, allowing only authorized accesses for users (or processes acting on behalf of users) which are necessary to accomplish assigned organizational tasks. |
Controls
Number | Title |
---|---|
AC-6 |
Least Privilege |