CVE 6.1 MEDIUM

Admidio: Reflected XSS in msg_window.php via Square Bracket to HTML Tag Conversion_CVE-2026-41661

6.1 / 10
MEDIUM
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

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.

Basic Information

ID CVE-2026-41661
Source GitHub_M
Published May 7, 2026 at 02:59

Affected Product

Vendor Admidio
Product admidio
Version < 5.0.9
Affected Versions Admidio admidio < 5.0.9

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.