SV-100661r1_rule
V-90011
SRG-APP-000141-WSR-000081
VRAU-TC-000360
CAT II
10
Navigate to a file that was listed.
Open the file in a text editor.
Delete any of the following types:
application/x-sh
application/x-shar
application/x-csh
application/x-ksh
At the command prompt, execute the following command:
find / -name 'web.xml' -print0 | xargs -0r grep -HEn '(x-csh<)|(x-sh<)|(x-shar<)|(x-ksh<)'
If the command produces any output, this is a finding.
V-90011
False
VRAU-TC-000360
At the command prompt, execute the following command:
find / -name 'web.xml' -print0 | xargs -0r grep -HEn '(x-csh<)|(x-sh<)|(x-shar<)|(x-ksh<)'
If the command produces any output, this is a finding.
M
3439