QuestionQ88
Vulnerability Discovery and AnalysisA penetration tester discovers that an application returns the contents of the /etc/passwd file when this payload is submitted:

Which recommendation should the tester include in the report to best prevent this type of vulnerability?
- A Drop all excessive file permissions with chmod o-rwx.
- B Ensure the requests application access logs are reviewed frequently.
- C Disable the use of external entities.
- D Implement a WAF to filter all incoming requests.
Community Discussion