All rules →
Rules / C#
SHIELD-CSHARP-014

SSRF via request from variable-controlled URL

highC#CWE-918CVSS 8.6

What it detects

An HTTP request target is built from a variable, allowing server-side request forgery to internal endpoints.

How to fix

Validate the URL host against an allowlist and reject internal or link-local addresses before making the request.

Scan your repo freeFull documentation
Back to all rules
SHIELD-CSHARP-014: SSRF via request from variable-controlled URL — Zennoxa Shield