GHSA-v2wf-c3j6-wpvw

    Dashboard / Vulnerabilities / GHSA-v2wf-c3j6-wpvw

    GHSA-v2wf-c3j6-wpvw

    Published: 12 Apr 2022Last Modified: 8 Jul 2026
    Aliases:

    Summary: Session fixation

    Details: ### Impact The use of `Plug.Session` in `Pow.Plug.Session` is susceptible to session fixation attacks if a persistent session store is used for `Plug.Session`, such as Redis or a database. Cookie store, which is used in most Phoenix apps, doesn't have this vulnerability. ### Workarounds Call `Plug.Conn.configure_session(conn, renew: true)` periodically and after privilege change. A custom authorization plug can be written where the `create/3` method should return the `conn` only after `Plug.Conn.configure_session/2` have been called on it. ### References https://github.com/danschultzer/pow/commit/578ffd3d8bb8e8a26077b644222186b108da474f https://www.owasp.org/index.php/Session_fixation

    Affected packages

    Package

    Name: pow

    Purl: pkg:hex/pow

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -1.0.16

    Affected versions

    0.1.0-alpha
    0.1.0-alpha.1
    0.1.0-alpha.2
    0.1.0-alpha.3
    0.1.0-alpha.4
    0.1.0-alpha.5
    0.1.0-alpha.6
    0.1.0-alpha.7
    0.1.0-alpha.8
    0.1.0-rc.1

    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
    GHSA-v2wf-c3j6-wpvw | CVE-DB