CVE-2021-21360:
Exposure of Sensitive Information to an Unauthorized Actor in Products.GenericSetup
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.63335%
CWE
Published
3/9/2021
Updated
10/21/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
Products.GenericSetup | pip | < 2.1.1 | 2.1.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper access control on files/folders created by GenericSetup. The commit 7003195 explicitly adds permission checks in these functions, restricting 'View' to Manager/Owner and disabling role acquisition. The workaround instructions also target these permission settings in ZMI, confirming these functions' role in the exposure.