# TaintedSSRF Potential Server-Side Request Forgery vulnerability. This rule is emitted when user-controlled input can be passed into a network request. ## Risk Passing untrusted user input to network requests could be dangerous. If an attacker can fully control a HTTP request they could connect to internal services. Depending on the nature of these, this can pose a security risk. (e.g. backend services, admin interfaces, AWS metadata, ...) ## Example ```php