Vulnerability Description
Admidio is an open-source user management solution. In versions 5.0.11 and prior, the modules/plugins.php endpoint handles plugin installation, uninstallation, and update operations via GET requests without CSRF token validation. Because these are top-level navigations, browsers include SameSite=Lax session cookies. An attacker crafts a malicious page that, when an authenticated administrator visits it, triggers arbitrary plugin operations. The uninstall operation executes DROP TABLE SQL scripts and destroys plugin data. This issue has been patched via commit 056b1bd.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/Admidio/admidio/commit/056b1bd9f995437395e337d2c73a32e5c96ee6
- https://github.com/Admidio/admidio/security/advisories/GHSA-hm42-q32m-vj4f
- https://github.com/Admidio/admidio/security/advisories/GHSA-hm42-q32m-vj4f
FAQ
What is CVE-2026-53760?
CVE-2026-53760 is a vulnerability with a CVSS score of 5.2 (MEDIUM). Admidio is an open-source user management solution. In versions 5.0.11 and prior, the modules/plugins.php endpoint handles plugin installation, uninstallation, and update operations via GET requests w...
How severe is CVE-2026-53760?
CVE-2026-53760 has been rated MEDIUM with a CVSS base score of 5.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-53760?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.