Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. admidio/admidio
  4. ›
  5. CVE-2026-47228

CVE-2026-47228: Admidio's CSRF in registration `send_login` mode resets arbitrary user passwords

May 29, 2026

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. A 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.

References

  • github.com/Admidio/admidio/security/advisories/GHSA-mx25-j3rc-6w2w
  • github.com/advisories/GHSA-mx25-j3rc-6w2w
  • nvd.nist.gov/vuln/detail/CVE-2026-47228

Code Behaviors & Features

Detect and mitigate CVE-2026-47228 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 5.0.10

Fixed versions

  • 5.0.10

Solution

Upgrade to version 5.0.10 or above.

Impact 5.2 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:L

Learn more about CVSS

Weakness

  • CWE-352: Cross-Site Request Forgery (CSRF)

Source file

packagist/admidio/admidio/CVE-2026-47228.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 10 Jun 2026 12:18:43 +0000.