CWE-60123 advisories

Open Redirect

What it is

A redirect target is taken from user input, letting an attacker send victims to a malicious site.

How to fix it

Upgrade and validate the redirect target against an allow-list.

How to avoid it

Only redirect to relative paths or an allow-list of hosts; never to a raw user-supplied URL.

Known Open Redirect vulnerabilities

Stateward flags Open Redirect 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.