Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. admidio/admidio
  4. ›
  5. GHSA-wwg8-6ffr-h4q2

GHSA-wwg8-6ffr-h4q2: Admidio is Missing CSRF Validation on Role Delete, Activate, and Deactivate Actions

March 16, 2026

The delete, activate, and deactivate modes in modules/groups-roles/groups_roles.php perform destructive state changes on organizational roles but never validate an anti-CSRF token. The client-side UI passes a CSRF token to callUrlHideElement(), which includes it in the POST body, but the server-side handlers ignore $_POST["adm_csrf_token"] entirely for these three modes. An attacker who can discover a role UUID (visible in the public cards view when the module is publicly accessible) can embed a forged POST form on any external page and trick any user with the rol_assign_roles right into deleting or toggling roles for the organization. Role deletion is permanent and cascades to all memberships, event associations, and rights data.

References

  • github.com/Admidio/admidio
  • github.com/Admidio/admidio/security/advisories/GHSA-wwg8-6ffr-h4q2
  • github.com/advisories/GHSA-wwg8-6ffr-h4q2

Code Behaviors & Features

Detect and mitigate GHSA-wwg8-6ffr-h4q2 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 starting from 5.0.0 before 5.0.7

Fixed versions

  • 5.0.7

Solution

Upgrade to version 5.0.7 or above.

Impact 5.7 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:L/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/GHSA-wwg8-6ffr-h4q2.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Thu, 14 May 2026 00:19:45 +0000.