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

CVE-2026-34384: Admidio has Missing CSRF Protection on Registration Approval Actions

March 31, 2026

The create_user, assign_member, and assign_user action modes in modules/registration.php approve pending user registrations via GET request without validating a CSRF token. Unlike the delete_user mode in the same file (which correctly validates the token), these three approval actions read their parameters from $_GET and perform irreversible state changes without any protection. An attacker who has submitted a pending registration can extract their own user UUID from the registration confirmation email URL, then trick any user with the rol_approve_users right into visiting a crafted URL that automatically approves the registration. This bypasses the manual registration approval workflow entirely.

References

  • github.com/Admidio/admidio
  • github.com/Admidio/admidio/commit/707171c188b3e8f36007fc3f2bccbfac896ed019
  • github.com/Admidio/admidio/security/advisories/GHSA-ph84-r98x-2j22
  • github.com/advisories/GHSA-ph84-r98x-2j22
  • nvd.nist.gov/vuln/detail/CVE-2026-34384

Code Behaviors & Features

Detect and mitigate CVE-2026-34384 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.8

Fixed versions

  • 5.0.8

Solution

Upgrade to version 5.0.8 or above.

Impact 4.5 MEDIUM

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

Learn more about CVSS

Weakness

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

Source file

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

Spotted a mistake? Edit the file on GitLab.

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

Page generated Sat, 09 May 2026 12:19:30 +0000.