Admidio: Second-Order SQL Injection via List Configuration (lsc_special_field, lsc_sort, lsc_filter)
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
admidio/admidioPackagist | < 5.0.7 | 5.0.7 |
Affected products
2Patches
Vulnerability mechanics
References
4- github.com/advisories/GHSA-3x67-4c2c-w45mghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-32813ghsaADVISORY
- github.com/Admidio/admidio/commit/3473bf5a7aa1bfc5043e73979719396276f4189fghsax_refsource_MISCWEB
- github.com/Admidio/admidio/security/advisories/GHSA-3x67-4c2c-w45mghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.