Vulnerability Description
Admidio is an open-source user management solution. Versions 5.0.6 and below are vulnerable to arbitrary SQL Injection through the MyList configuration feature. The MyList configuration feature lets authenticated users define custom list column layouts, storing user-supplied column names, sort directions, and filter conditions in the adm_list_columns table via prepared statements. However, these stored values are later read back and interpolated directly into dynamically constructed SQL queries without sanitization or parameterization, creating a classic second-order SQL injection vulnerability (safe write, unsafe read). An attacker can exploit this to inject arbitrary SQL, potentially reading, modifying, or deleting any data in the database and achieving full database compromise. This issue has been fixed in version 5.0.7.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Admidio | Admidio | < 5.0.7 |
Related Weaknesses (CWE)
References
- https://github.com/Admidio/admidio/commit/3473bf5a7aa1bfc5043e73979719396276f418Patch
- https://github.com/Admidio/admidio/security/advisories/GHSA-3x67-4c2c-w45mExploitMitigationVendor Advisory
- https://github.com/Admidio/admidio/security/advisories/GHSA-3x67-4c2c-w45mExploitMitigationVendor Advisory
FAQ
What is CVE-2026-32813?
CVE-2026-32813 is a vulnerability with a CVSS score of 8.0 (HIGH). Admidio is an open-source user management solution. Versions 5.0.6 and below are vulnerable to arbitrary SQL Injection through the MyList configuration feature. The MyList configuration feature lets a...
How severe is CVE-2026-32813?
CVE-2026-32813 has been rated HIGH with a CVSS base score of 8.0/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-32813?
Check the references section above for vendor advisories and patch information. Affected products include: Admidio Admidio.