CVE-2017-15052: TeamPass Improper Privilege Management
4.9
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.46534%
CWE
Published
5/13/2022
Updated
4/24/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
nilsteampassnet/teampass | composer | < 2.1.27.9 | 2.1.27.9 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing access control checks in user management operations. The commit diff shows critical additions of privilege checks (e.g., verifying admin status, isAdministratedByRole, and user_can_manage_all_users) in multiple case handlers like 'delete_user' and 'admin'. These functions previously executed destructive operations based solely on user-provided IDs without validating the requester's permissions over the target user. The patch explicitly adds these checks, confirming these were the vulnerable points.