GHSA-cmfh-8f8r-fj96

Suggest an improvement
Source
https://github.com/advisories/GHSA-cmfh-8f8r-fj96
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/04/GHSA-cmfh-8f8r-fj96/GHSA-cmfh-8f8r-fj96.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-cmfh-8f8r-fj96
Aliases
Published
2022-04-12T21:16:09Z
Modified
2023-11-08T03:58:43.619753Z
Severity
  • 6.1 (Medium) CVSS_V3 - CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N CVSS Calculator
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

Database specific
{
    "nvd_published_at": null,
    "cwe_ids": [
        "CWE-601"
    ],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2022-04-12T21:16:09Z"
}
References

Affected packages

Hex / phoenix

Package

Name
phoenix
Purl
pkg:hex/phoenix

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.0.6

Hex / phoenix

Package

Name
phoenix
Purl
pkg:hex/phoenix

Affected ranges

Type
SEMVER
Events
Introduced
1.1.0
Fixed
1.1.8

Hex / phoenix

Package

Name
phoenix
Purl
pkg:hex/phoenix

Affected ranges

Type
SEMVER
Events
Introduced
1.2.0
Fixed
1.2.3