CVE-2017-15053: 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 improper access control in roles.queries.php
when handling role operations. The patch shows critical changes to the SQL query logic - adding a filter parameter and modifying the WHERE clause to include both role title filtering and proper IN clause checks for user's authorized roles. This indicates the original code lacked these protections, letting managers manipulate any role ID. The direct connection between the vulnerability description (ID parameter tampering) and the patched SQL logic confirms this function's
role in the exploit.