CVE-2020-36660:
Exposure of Sensitive Information in EVE-SRP
4.3
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
2/6/2023
Updated
9/20/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
EVE-SRP | pip | < 0.12.12 | 0.12.12 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff shows both functions lacked security decorators and permission checks prior to patching. The vulnerability report specifically mentions unauthorized access via /api/user/<id> and /api/group/<id> routes. The added @login_required decorator and admin permission checks in the patch directly address these authorization flaws, confirming these were the vulnerable endpoints.