CVE-2026-41655 Details
Description
Admidio is an open-source user management solution. Prior to version 5.0.9, the ecard_preview.php endpoint does not validate that the ecard_template POST parameter is a safe filename before passing it to ECard::getEcardTemplate(). An authenticated user can supply a path traversal payload (e.g., ../config.php) to read arbitrary files accessible to the web server process, including adm_my_files/config.php which contains database credentials. This issue has been patched in version 5.0.9.
A path traversal vulnerability has been identified in Admidio versions prior to 5.0.9, specifically within the ecard_preview.php endpoint. The issue arises because the endpoint fails to properly validate the ecard_template POST parameter, allowing authenticated users to manipulate the parameter and access arbitrary files on the server. This includes accessing the adm_my_files/config.php file, which contains sensitive database credentials. The vulnerability exists because the parameter is only sanitized to remove HTML tags, without restricting path traversal characters. In contrast, a similar endpoint (ecard_send.php) includes proper validation, highlighting a significant oversight in the preview endpoint.
Users are advised to update to Admidio version 5.0.9, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 7, 2026CISA-ADP
Assessed May 7, 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/security/advisories/GHSA-m3vp-3jjm-gpmx | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/Admidio/admidio/releases/tag/v5.0.9 | [email protected] | Release NotesVendor |
| https://github.com/Admidio/admidio/security/advisories/GHSA-m3vp-3jjm-gpmx | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Admidio | <= 5.0.8 (semver) |
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 |
| May 7, 2026 | CVE Modified | CISA-ADP |
| May 7, 2026 | New CVE Received | [email protected] |
Volerion