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

Open redirect from request input

mediumC#CWE-601CVSS 6.1

What it detects

Response.Redirect targets a URL taken directly from HTTP request input, enabling open redirect.

How to fix

Validate redirect targets against an allowlist of trusted local paths or hosts.

Scan your repo freeFull documentation
Back to all rules
SHIELD-CSHARP-020: Open redirect from request input — Zennoxa Shield