CVE-2022-24740: Sudden swap of user auth tokens in Volto
5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.47778%
CWE
Published
3/14/2022
Updated
1/27/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
@plone/volto | npm | >= 14.0.0-alpha.6, <= 14.10.0 | 15.0.0-alpha.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from react-cookie's implementation details in versions prior to 4.1.1. The library's singleton-based architecture created a shared cookie state across user sessions. When combined with Volto's authentication flow and high server load, this could lead to cookie overwrites between users. The fix involved upgrading to react-cookie 4.1.1 which introduces instance-based cookie handling, confirming that the vulnerability resided in the cookie management pattern of the library itself rather than specific application-layer functions.