Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22577 | GEN008440 | SV-37980r2_rule | Low |
Description |
---|
Automated file system mounting tools may provide unprivileged users with the ability to access local media and network shares. If this access is not necessary for the system's operation, it must be disabled to reduce the risk of unauthorized access to these resources. |
STIG | Date |
---|---|
Red Hat Enterprise Linux 5 Security Technical Implementation Guide | 2016-07-22 |
Check Text ( None ) |
---|
None |
Fix Text (F-32515r1_fix) |
---|
Stop and disable the autofs service. # service autofs stop # chkconfig autofs off |