SV-100671r1_rule
V-90021
SRG-APP-000141-WSR-000085
VRAU-TC-000385
CAT II
10
Navigate to and open all listed files.
Navigate to and locate the mapping for the JSP servlet. It is the <servlet-mapping> node that contains <servlet-name>webdav</servlet-name>.
Remove the WebDAV servlet and any mapping associated with it.
At the command prompt, execute the following command:
find / -name 'web.xml' -print0 | xargs -0r grep -HEn 'webdav'
If the command produces any output, this is a finding.
V-90021
False
VRAU-TC-000385
At the command prompt, execute the following command:
find / -name 'web.xml' -print0 | xargs -0r grep -HEn 'webdav'
If the command produces any output, this is a finding.
M
3439