Vulnerability Description
Admidio is an open-source user management solution. Prior to version 5.0.9, an unauthenticated attacker can execute arbitrary JavaScript in any Admidio user's browser through a reflected XSS in system/msg_window.php. The endpoint passes user input through htmlspecialchars(), which does not encode square brackets. A subsequent call to Language::prepareTextPlaceholders() converts those brackets into HTML angle brackets, producing executable markup. This issue has been patched in version 5.0.9.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/Admidio/admidio/releases/tag/v5.0.9
- https://github.com/Admidio/admidio/security/advisories/GHSA-gq27-fc8w-vcmp
- https://github.com/Admidio/admidio/security/advisories/GHSA-gq27-fc8w-vcmp
FAQ
What is CVE-2026-41661?
CVE-2026-41661 is a vulnerability with a CVSS score of 6.1 (MEDIUM). Admidio is an open-source user management solution. Prior to version 5.0.9, an unauthenticated attacker can execute arbitrary JavaScript in any Admidio user's browser through a reflected XSS in system...
How severe is CVE-2026-41661?
CVE-2026-41661 has been rated MEDIUM with a CVSS base score of 6.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-41661?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.