CS0-003 · Question #625
The DevSecOps team is remediating an SSRF issue on the company's public-facing website. Which of the following is the best mitigation technique to address this issue?
The correct answer is A. Place a WAF in front of the web server.. A Web Application Firewall (WAF) is the best mitigation for Server-Side Request Forgery (SSRF) because it can inspect, filter, and block malicious requests attempting to exploit SSRF vulnerabilities before they reach the web server.
Question
The DevSecOps team is remediating an SSRF issue on the company's public-facing website. Which of the following is the best mitigation technique to address this issue?
Options
- APlace a WAF in front of the web server.
- BInstall a CASB in front of the web server
- CPut a forward proxy in front of the web server.
- DImplement MFA in front of the web server
How the community answered
(48 responses)- A92% (44)
- B4% (2)
- C2% (1)
- D2% (1)
Explanation
A Web Application Firewall (WAF) is the best mitigation for Server-Side Request Forgery (SSRF) because it can inspect, filter, and block malicious requests attempting to exploit SSRF vulnerabilities before they reach the web server.
Topics
Community Discussion
No community discussion yet for this question.