Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-47228
Published:August 12, 2026
Updated:September 01, 2026
Admidio is an open-source user management solution. "modules/registration.php" mode "send_login" regenerates a random password for "user_uuid_assigned", stores its bcrypt hash in "adm_users.usr_password", and emails the cleartext to that user. Every other state-changing mode in the same file ("assign_member", "assign_user", "delete_user", "create_user") calls "SecurityUtils::validateCsrfToken($_POST['adm_csrf_token'])" first; the "send_login" branch does not. Prior to version 5.0.10, page visited by a registration-administrator can issue the request as a top-level navigation, the browser sends the admin's "SameSite=Lax" cookies, and the server resets the chosen user's password without any further interaction from the admin. Version 5.0.10 fixes the issue.
Affected Packages
admidio/admidio (PHP):
Affected version(s) >=dev-add-inventory-demo-data <v5.0.10
Fix Suggestion:
Update to version v5.0.10
admidio/admidio (PHP):
Affected version(s) >=v4.1.x-dev <v5.0.10
Fix Suggestion:
Update to version v5.0.10
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
HIGH
User Interaction
PASSIVE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
HIGH
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.2
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
HIGH
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality
NONE
Integrity
HIGH
Availability
LOW
Weakness Type (CWE)
Cross-Site Request Forgery (CSRF)
EPSS
Base Score:
0.11