Check: GEN005480
Solaris 9 X86 STIG:
GEN005480
(in version v1 r9)
Title
The syslog daemon must not accept remote messages unless it is a syslog server documented using site-defined procedures. (Cat II impact)
Discussion
Unintentionally running a syslog server that accepts remote messages puts the system at increased risk. Malicious syslog messages sent to the server could exploit vulnerabilities in the server software itself, could introduce misleading information in to the system's logs, or could fill the system's storage leading to a Denial of Service.
Check Content
Determine if the syslog daemon accepts remote messages. # ps -ef | grep syslogd If the -t option is not present, this is a finding. # grep LOG_FROM_REMOTE /etc/default/syslogd | grep -i no If the LOG_FROM_REMOTE setting is not set to no, this is a finding.
Fix Text
Edit /etc/default/syslogd and set the LOG_FROM_REMOTE parameter to "no". Restart the syslog service.
Additional Identifiers
Rule ID: SV-28430r1_rule
Vulnerability ID: V-12021
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Number | Title |
---|---|
CM-6 |
Configuration Settings |