Lookup for vulnerable packages by Package URL.
| Purl | pkg:hex/pow@1.0.12 |
| Type | hex |
| Namespace | |
| Name | pow |
| Version | 1.0.12 |
| Qualifiers |
|
| Subpath | |
| Is_vulnerable | true |
| Next_non_vulnerable_version | 1.0.16 |
| Latest_non_vulnerable_version | 1.0.34 |
| Affected_by_vulnerabilities |
| 0 |
| url |
VCID-fwsz-6xmd-aygy |
| vulnerability_id |
VCID-fwsz-6xmd-aygy |
| summary |
### 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 |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2020-5205, GHSA-v2wf-c3j6-wpvw
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-fwsz-6xmd-aygy |
|
|
| Fixing_vulnerabilities |
|
| Risk_score | 3.1 |
| Resource_url | http://public2.vulnerablecode.io/packages/pkg:hex/pow@1.0.12 |