SSRF
SSRF, or server-side request forgery, is a type of vulnerability in which a server is tricked into making requests to unintended destinations, often using user-controlled input to select the target URL or resource. The server acts as a proxy, fetching data on behalf of a client, which can reveal internal services or expose sensitive resources.
Common vectors involve applications that fetch remote content, proxy user-supplied URLs, or load images or resources
Impact ranges from information disclosure to substantial breach of internal networks, depending on the architecture and
Mitigation strategies include tightening input handling with allowlists of permitted destinations, validating and canonicalizing URLs, and
Security testing should verify that user-controllable destinations cannot reach restricted endpoints, and that defenses such as