CVE-2026-47228
Admidio's CSRF in registration `send_login` mode resets arbitrary user passwords
Record summary
CVE-2026-47228 has a selected CVSS score of 5.2 (medium).
Description
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.
Exploitation context
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Aug 12, 2026 · Source: CVE List
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
admidioBrowse Admidio / admidio | CVE List | < 5.0.10 | affected |
admidio/admidioBrowse Packagist / admidio/admidio | GitHub Advisory | Before 5.0.10 · Fixed in 5.0.10 | affected |