Search for packages
| purl | pkg:hex/pow@1.0.12 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-fwsz-6xmd-aygy
Aliases: CVE-2020-5205 GHSA-v2wf-c3j6-wpvw |
### 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 by 0 other vulnerabilities. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| This package is not known to fix vulnerabilities. | ||
| Date | Actor | Action | Vulnerability | Source | VulnerableCode Version |
|---|---|---|---|---|---|
| 2026-06-10T17:22:35.370713+00:00 | Elixir Security Importer | Affected by | VCID-fwsz-6xmd-aygy | https://github.com/dependabot/elixir-security-advisories/blob/master/packages/pow/2020-01-07.yml | 38.6.0 |