CVE-2025-44148
published 2025-06-03CVE-2025-44148: Cross Site Scripting (XSS) vulnerability in MailEnable before v10 allows a remote attacker to execute arbitrary code via the failure.aspx component
PriorityP268critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
54.41%
98.9th percentile
Cross Site Scripting (XSS) vulnerability in MailEnable before v10 allows a remote attacker to execute arbitrary code via the failure.aspx component
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| mailenable | mailenable | < 10.00 | 10.00 |
Detection & IOCsextracted from sources · hover to see the quote
- →Look for XSS payload in the `state` parameter of Failure.aspx in HTTP requests; the injected payload breaks out of a JavaScript string context using `";}` followed by arbitrary JS. ↗
- →Response body will reflect the unencoded payload string `}alert(document.domain);function test` alongside the text `Authentication Failed` — both must be present for a confirmed hit. ↗
- →Shodan/FOFA fingerprint for exposed MailEnable instances: search for page title `MailEnable`. ↗
- ·Vulnerability only affects MailEnable versions prior to v10; v10 and later are not affected. ↗
- ·Exploitation requires user interaction (UI:R per CVSS), meaning a victim must click a crafted link for the XSS to execute. ↗
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Nuclei
MailEnable Mail Service < v10 - Cross-Site Scripting
nuclei·CVSS 9.8
CVE-2025-44148 [CRITICAL] MailEnable Mail Service < v10 - Cross-Site Scripting
MailEnable Mail Service < v10 - Cross-Site Scripting
Cross Site Scripting (XSS) vulnerability in MailEnable before v10 allows a remote attacker to execute arbitrary code via the failure.aspx component.
Template:
id: CVE-2025-44148
info:
name: MailEnable Mail Service < v10 - Cross-Site Scripting
author: ritikchaddha
severity: medium
description: |
Cross Site Scripting (XSS) vulnerability in MailEnable before v10 allows a remote attacker to execute arbitrary code via the failure.aspx component.
impact: |
Attackers can execute arbitrary JavaScript in victim browsers through the state parameter in failure.aspx, potentially leading to session hijacking and credential theft.
remediation: |
Upgrade to MailEnable version 10 or later that properly sanitizes user input in the failure.aspx compon
No writeups or analysis indexed.
2025-06-03
Published