SV-215329r508663_rule
V-215329
SRG-OS-000480-GPOS-00227
AIX7-00-003016
CAT II
10
Disable the "ldd" command by removing its permissions using command:
# chmod 0000 <path to ldd>
Consult vendor documentation concerning the "ldd" command.
If the command provides protection from the execution of untrusted executables, this is not a finding.
Determine the location of the system's "ldd" command:
# find / -name ldd
If no file exists, this is not a finding.
Check the permissions of the found "ldd" file:
# ls -lL <path to ldd>
---------- 1 bin bin 6289 Feb 28 2017 /usr/bin/ldd
If the file mode of the file is more permissive than "0000", this is a finding
V-215329
False
AIX7-00-003016
Consult vendor documentation concerning the "ldd" command.
If the command provides protection from the execution of untrusted executables, this is not a finding.
Determine the location of the system's "ldd" command:
# find / -name ldd
If no file exists, this is not a finding.
Check the permissions of the found "ldd" file:
# ls -lL <path to ldd>
---------- 1 bin bin 6289 Feb 28 2017 /usr/bin/ldd
If the file mode of the file is more permissive than "0000", this is a finding
M
4012