CS0-003 · Question #571
The DevSecOps team is remediating a Server-Side Request Forgery (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 Web Application Firewall (WAF) in front of the web server. Server-Side Request Forgery (SSRF) occurs when an attacker manipulates a web server to make unauthorized internal or external requests, often to access internal resources or exfiltrate data. A Web Application Firewall (WAF) is the best mitigation because it: Filters and blocks…
Question
The DevSecOps team is remediating a Server-Side Request Forgery (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 Web Application Firewall (WAF) in front of the web server.
- BInstall a Cloud Access Security Broker (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
(36 responses)- A78% (28)
- B6% (2)
- C3% (1)
- D14% (5)
Explanation
Server-Side Request Forgery (SSRF) occurs when an attacker manipulates a web server to make unauthorized internal or external requests, often to access internal resources or exfiltrate data. A Web Application Firewall (WAF) is the best mitigation because it: Filters and blocks malicious requests before they reach the server. Prevents attackers from sending unauthorized requests to internal services. Can detect and block SSRF patterns in incoming traffic.
Topics
Community Discussion
No community discussion yet for this question.