All rules →
Rules / Rust
SHIELD-RUST-011

SSRF via user-controlled request URL

highRustCWE-918CVSS 8.1

What it detects

Fetching a format!-built URL lets an attacker steer requests to internal hosts.

How to fix

Validate the URL against an allowlist of hosts and block private/link-local ranges.

Scan your repo freeFull documentation
Back to all rules
SHIELD-RUST-011: SSRF via user-controlled request URL — Zennoxa Shield