CVE-2021-21336: Exposure of Sensitive Information to an Unauthorized Actor in Products.PluggableAuthService ZODBRoleManager
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.54821%
CWE
Published
3/8/2021
Updated
10/21/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
Products.PluggableAuthService | pip | < 2.6.0 | 2.6.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The GitHub commit 2dad811 explicitly adds a @security.private decorator to enumerateRoles
in ZODBRoleManager.py
. This indicates the method was previously missing access controls, allowing unauthenticated role enumeration. The CVE description confirms this as an information disclosure vulnerability in ZODBRoleManager
's role listing functionality.