Sceawere
Vulnerability Detail
CVE-2026-81764UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
Unauthenticated XSS in Email Essentials
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 7.1
- Creation Date
- 11h ago
- Vendor
- Acato
- Product
- Email Essentials
- Attack Type
- CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
- Attack Complexity
- LOW
Narrative and Response
Description
Unauthenticated Cross Site Scripting (XSS) in Email Essentials <= 6.0.6 versions.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "7.1",
"pubDate": "2026-08-31T21:17:51.417Z",
"pubdate": "2026-08-31T21:17:51.417Z",
"executiveSummary": "Email Essentials versions 6.0.6 and earlier are susceptible to an Unauthenticated Cross-Site Scripting (XSS) vulnerability. This security flaw allows unauthenticated remote attackers to inject malicious client-side scripts into web pages viewed by other users.\nThe vulnerability originates from improper neutralization of user-supplied input before it is rendered in the browser. Because the application fails to sanitize inputs effectively, an attacker can execute arbitrary JavaScript in the context of the victim's session.\nThe impact is significant, as it enables session hijacking, unauthorized actions on behalf of the user, theft of sensitive information (such as session cookies or CSRF tokens), and the potential for defacement or redirection of users to malicious external domains.\nThe vulnerability does not require authentication, meaning that any remote attacker with network access to the application can initiate an exploit. This poses a high risk to the confidentiality and integrity of user data handled within the Email Essentials platform.",
"technicalDetails": "The vulnerability is identified as a reflected or stored Cross-Site Scripting (XSS) flaw existing within the input processing mechanisms of Email Essentials versions <= 6.0.6. The root cause is the application's failure to perform adequate context-aware output encoding or input validation on data submitted to the web interface.\nWhen an attacker submits a crafted payload containing script tags or event handlers (e.g., <script>alert(1)</script> or <img src=x onerror=...> ), the application erroneously treats this malicious input as legitimate HTML or executable code. Upon rendering this data, the victim's browser executes the injected script within the security context of the origin site.\nThe attack flow proceeds as follows: First, the attacker identifies an input vector within the application, such as search fields, parameter inputs, or user profile fields, which lacks proper sanitization. Second, the attacker crafts a malicious payload designed to interact with sensitive browser storage, such as document.cookie, or to perform unauthorized API requests. Third, the attacker delivers this payload to the victim, either through direct interaction or by embedding the malicious script in a link or form that a user is enticed to access.\nBecause the application does not require authentication to trigger the vulnerable code paths, the attack surface is exposed to the public network. The browser interprets the unsanitized input as part of the document object model (DOM), causing the execution of the arbitrary script. This effectively bypasses the Same-Origin Policy (SOP), granting the attacker the ability to perform actions as the authenticated user.\nPost-exploitation impact includes the full compromise of the user's current session. An attacker can exfiltrate sensitive session identifiers, facilitate account takeover, or conduct unauthorized operations (such as changing email account configurations or reading private emails) without the victim’s knowledge or consent. This vulnerability demonstrates a critical failure in the application's defense-in-depth strategy regarding user input handling and output rendering."
}