All rules →
Rules / Dart
SHIELD-DART-011

SSRF via user-controlled request URL

highDartCWE-918CVSS 8.6

What it detects

Passing a variable URL into an HTTP request lets an attacker force requests to internal services.

How to fix

Validate the URL against an allowlist of trusted hosts before making the request.

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