Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-848 | GEN005100 | SV-848r2_rule | ECPA-1 | High |
Description |
---|
If TFTP runs with the setuid or setgid bit set, it may be able to write to any file or directory and may seriously impair system integrity, confidentiality, and availability. |
STIG | Date |
---|---|
UNIX SRG | 2013-03-26 |
Check Text ( C-714r2_chk ) |
---|
Check the mode of the TFTP daemon. Procedure: # find / -name "*tftpd" -print # ls -lL If the mode of the file is more permissive than 0755, this is a finding. |
Fix Text (F-1002r2_fix) |
---|
Change the mode of the TFTP daemon. Procedure: # chmod 0755 |