CVE-2026-32755 Details
Description
Admidio is an open-source user management solution. In versions 5.0.6 and below, the save_membership action in modules/profile/profile_function.php saves changes to a member's role membership start and end dates but does not validate the CSRF token. The handler checks stop_membership and remove_former_membership against the CSRF token but omits save_membership from that check. Because membership UUIDs appear in the HTML source visible to authenticated users, an attacker can embed a crafted POST form on any external page and trick a role leader into submitting it, silently altering membership dates for any member of roles the victim leads. A role leader's session can be silently exploited via CSRF to manipulate any member's membership dates, terminating access by backdating, covertly extending unauthorized access, or revoking role-restricted features, all without confirmation, notification, or administrative approval. This issue has been fixed in version 5.0.7.
A cross-site request forgery (CSRF) vulnerability has been identified in Admidio, an open-source user management solution, affecting versions 5.0.6 and prior. The issue arises in the 'save_membership' action within 'modules/profile/profile_function.php', where changes to a member's role membership dates are saved without proper CSRF token validation. While other membership-related actions do include CSRF protection, 'save_membership' is excluded, leaving it open to exploitation. This vulnerability allows an attacker to manipulate membership dates for users in roles led by the targeted role leader, potentially terminating access or revoking role-specific features without notification or administrative approval.
Users are advised to update to Admidio version 5.0.7, which addresses this vulnerability by adding the necessary CSRF token validation for the 'save_membership' action.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 25, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/Admidio/admidio/releases/tag/v5.0.7 | [email protected] | ProductRelease Notes |
| https://github.com/Admidio/admidio/security/advisories/GHSA-h8gr-qwr6-m9gx | [email protected] | ExploitMitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-352 | Cross-Site Request Forgery (CSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| admidio admidio | < 5.0.7 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 23, 2026 | Initial Analysis | [email protected] |
| Mar 19, 2026 | New CVE Received | [email protected] |