CWE-9184 advisories

Server-Side Request Forgery (SSRF)

What it is

The server fetches a URL supplied by the user, letting an attacker reach internal services or cloud metadata.

How to fix it

Patch, then validate the destination against an allow-list and block private/link-local ranges.

How to avoid it

Allow-list outbound destinations; resolve and re-check the IP, and block 169.254.169.254 and RFC-1918 ranges.

Known Server-Side Request Forgery (SSRF) vulnerabilities

Stateward flags Server-Side Request Forgery (SSRF) in your own code and dependencies on every pull request.

Scan my repo

Summarize with AI

ChatGPTClaudePerplexity

Sources: CISA KEV (public domain), OSV.dev & GitHub Advisory Database (CC-BY-4.0), FIRST EPSS, NVD/CWE (public domain). Served live from the Stateward advisory database.