Admin Panel, HTML Injection, CVE-2023-XXXX (Medium)

Listen to this Post

How the CVE Works

The vulnerability exists in the `/admin/email/send-test-email` endpoint, where the `content` parameter fails to sanitize HTML input. Attackers with admin access can inject malicious HTML tags, such as <img src=x onerror=stealCookies()>, into email content. While JavaScript execution is blocked, HTML elements like fake login forms or phishing links can still be embedded. When the email is sent, recipients see the injected content, potentially leading to credential theft or further attacks. Server-side filtering only checks for `

Scroll to Top