| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-mx25-j3rc-6w2w | Admidio's CSRF in registration `send_login` mode resets arbitrary user passwords |
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
Wed, 12 Aug 2026 18:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Admidio
Admidio admidio |
|
| Vendors & Products |
Admidio
Admidio admidio |
Wed, 12 Aug 2026 15:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Wed, 12 Aug 2026 13:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| 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. | |
| Title | Admidio's CSRF in registration `send_login` mode resets arbitrary user passwords | |
| Weaknesses | CWE-352 | |
| References |
| |
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-08-12T13:32:55.509Z
Reserved: 2026-05-18T22:25:21.259Z
Link: CVE-2026-47228
Updated: 2026-08-12T13:32:51.566Z
Status : Received
Published: 2026-08-12T14:17:53.750
Modified: 2026-08-12T14:17:53.750
Link: CVE-2026-47228
No data.
OpenCVE Enrichment
Updated: 2026-08-12T18:15:02Z
Github GHSA