GHSA-cmfh-8f8r-fj96

    Dashboard / Vulnerabilities / GHSA-cmfh-8f8r-fj96

    GHSA-cmfh-8f8r-fj96

    Published: 12 Apr 2022Last Modified: 10 Dec 2025

    Summary: Phoenix Arbitrary URL Redirect

    Details: The Phoenix team designed `Phoenix.Controller.redirect/2` to protect against redirects allowing user input to redirect to an external URL where your application code otherwise assumes a local path redirect. This is why the `:to` option is used for “local” URL redirects and why you must pass the `:external` option to intentionally allow external URLs to be redirected to. It has been disclosed that carefully crafted user input may be treated by some browsers as an external URL. An attacker can use this vulnerability to aid in social engineering attacks. The most common use would be to create highly believable phishing attacks. For example, the following user input would pass local URL validation, but be treated by Chrome and Firefox as external URLs: `http://localhost:4000/?redirect=/\nexample.com` Not all browsers are affected, but latest Chrome and Firefox will issue a get request for `example.com` and successfully redirect externally

    Affected packages

    Package

    Name: phoenix

    Purl: pkg:hex/phoenix

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -1.0.6

    Affected versions

    0.1.0

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High