SSRp
SSRp, which stands for Server-Side Request Forgery, is a web security vulnerability that occurs when a web application is able to fetch a remote resource without validating the user's input. This allows an attacker to coerce the application into sending crafted requests to an unexpected destination, even when protected by a firewall or VPN.
The SSRF vulnerability exploits the trust a web server places in requests originating from within its own
Mitigation strategies for SSRF typically involve validating all user-supplied URLs. This includes checking the protocol, domain,