The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-26266

CVE-2026-26266: Aliasvault Stored XSS Vulnerability

CVE-2026-26266 is a stored cross-site scripting flaw in Aliasvault's email rendering feature that allows attackers to execute malicious scripts. This article covers the technical details, affected versions, and mitigations.

Published: March 6, 2026

CVE-2026-26266 Overview

A stored cross-site scripting (XSS) vulnerability was identified in the email rendering feature of AliasVault Web Client, a privacy-first password manager with built-in email aliasing functionality. The vulnerability exists in versions 0.25.3 and lower, where HTML email content is rendered in an iframe using srcdoc without proper origin isolation or sanitization.

When viewing received emails on an alias, the application renders HTML content directly without applying sanitization or sandboxing. An attacker can exploit this by sending a crafted email containing malicious JavaScript to any AliasVault email alias. When the victim views the email in the web client, the script executes in the same origin as the application, potentially enabling session hijacking, credential theft, or other malicious actions.

Critical Impact

Attackers can execute arbitrary JavaScript in the context of authenticated user sessions, potentially compromising stored passwords and email aliases.

Affected Products

  • AliasVault Web Client versions 0.25.3 and lower
  • AliasVault Browser Extension (email viewing component)
  • All deployments using the vulnerable email rendering functionality

Discovery Timeline

  • 2026-03-03 - CVE-2026-26266 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-26266

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) stems from insufficient input sanitization in AliasVault's email rendering component. The application uses an iframe with the srcdoc attribute to display HTML email content, but fails to implement proper security controls. Without origin isolation or content sanitization, any JavaScript embedded in incoming emails executes within the application's security context.

The attack requires user interaction—specifically, the victim must view the malicious email within the AliasVault web client. Once triggered, the attacker's script runs with full access to the user's session, enabling theft of sensitive data including stored credentials and email alias configurations.

Root Cause

The root cause lies in the email rendering component's implementation in EmailDetails.tsx. The original code passed email HTML content through a minimal conversion function (ConversionUtility.convertAnchorTagsToOpenInNewTab) without comprehensive sanitization. Additionally, the iframe element lacked the sandbox attribute, which would normally restrict script execution and other potentially dangerous behaviors.

The vulnerable pattern allowed arbitrary HTML and JavaScript to be rendered in the same origin as the main application, violating the principle of least privilege for untrusted email content.

Attack Vector

The attack is network-based and requires the attacker to craft and send a malicious email to a target's AliasVault email alias. The attack flow is:

  1. Attacker composes an email containing malicious JavaScript (e.g., within <script> tags or event handlers)
  2. Email is sent to victim's AliasVault alias address
  3. Victim logs into AliasVault web client and views the email
  4. Malicious script executes in the application's origin context
  5. Attacker can exfiltrate session tokens, stored passwords, or perform actions as the victim
text
         <div className="bg-white mt-4">
           {email.messageHtml ? (
             <iframe
-              srcDoc={ConversionUtility.convertAnchorTagsToOpenInNewTab(email.messageHtml)}
+              srcDoc={ConversionUtility.sanitizeAndPrepareEmailHtml(email.messageHtml)}
               className="w-full min-h-[500px] border-0"
               title={t('emails.emailContent')}
+              sandbox="allow-popups allow-popups-to-escape-sandbox"
             />
           ) : (
             <pre className="whitespace-pre-wrap text-gray-800 p-3">

Source: GitHub Commit Update

The fix introduces the DOMPurify library for comprehensive HTML sanitization:

typescript
+import DOMPurify from 'dompurify';
+
+/**
+ * DOMPurify configuration for email viewing.
+ * Allows safe HTML elements for email display while blocking XSS vectors.
+ */
+const EMAIL_SANITIZER_CONFIG = {
+  ALLOWED_TAGS: [
+    'div', 'span', 'p', 'br', 'hr',
+    'h1', 'h2', 'h3', 'h4', 'h5', 'h6',
+    'ul', 'ol', 'li',
+    'table', 'thead', 'tbody', 'tfoot', 'tr', 'th', 'td',
+    'a', 'img',
+    'b', 'i', 'u', 's', 'strike', 'strong', 'em', 'small', 'sub', 'sup',
+    'blockquote', 'pre', 'code',
+    'font', 'center'
+  ],
+  ALLOWED_ATTR: [
+    'style', 'class', 'id',
+    'width', 'height', 'align', 'valign',
+    'bgcolor', 'color', 'border',
+    'cellpadding', 'cellspacing', 'colspan', 'rowspan',
+    'face', 'size',
+    'href', 'target', 'rel',
+    'src', 'alt', 'title'
+  ],
+  ALLOW_DATA_ATTR: false,
+  ADD_ATTR: ['target'],
+  FORBID_TAGS: ['script', 'object', 'embed', 'iframe', 'frame', 'frameset',
+    'form', 'input', 'button', 'textarea', 'select', 'option',

Source: GitHub Commit Update

Detection Methods for CVE-2026-26266

Indicators of Compromise

  • Emails containing <script> tags or JavaScript event handlers (e.g., onerror, onload, onclick)
  • Unexpected outbound requests from the AliasVault web application domain to external servers
  • Session token exposure in network logs or access from unexpected IP addresses
  • User reports of unexpected behavior when viewing emails

Detection Strategies

  • Implement Content Security Policy (CSP) violation logging to detect inline script execution attempts
  • Monitor web application firewall (WAF) logs for requests containing encoded JavaScript payloads
  • Review email gateway logs for messages with suspicious HTML content patterns
  • Deploy browser-based XSS detection tools or security extensions for testing

Monitoring Recommendations

  • Enable detailed logging for the email rendering component to capture rendering errors
  • Set up alerts for unusual JavaScript execution patterns in client-side monitoring tools
  • Monitor for DOM mutations that inject script elements into the email viewer iframe
  • Track session token usage patterns to identify potential token theft scenarios

How to Mitigate CVE-2026-26266

Immediate Actions Required

  • Upgrade AliasVault to version 0.26.0 or later immediately
  • Review email viewing logs for any suspicious activity prior to patching
  • Consider forcing re-authentication for all active sessions after the upgrade
  • Notify users about the vulnerability and recommend password changes if compromise is suspected

Patch Information

AliasVault has released version 0.26.0 which addresses this vulnerability by implementing comprehensive HTML sanitization using DOMPurify and adding the sandbox attribute to email rendering iframes. The patch is available through the official GitHub release.

For detailed technical information about the fix, refer to the GitHub Security Advisory GHSA-f65p-p65r-g53q and the commit implementing the security patch.

Workarounds

  • Disable HTML email rendering and view emails in plain text mode only until patching is possible
  • Implement a reverse proxy or WAF rule to strip JavaScript from email content before delivery
  • Block external image loading in emails to reduce attack surface for exfiltration
  • Consider temporarily restricting email viewing functionality to trusted senders only
bash
# Example: Restrict iframe capabilities via CSP header (temporary mitigation)
# Add to web server configuration or application response headers
Content-Security-Policy: frame-src 'none'; script-src 'self';

# For nginx configuration
add_header Content-Security-Policy "frame-src 'none'; script-src 'self';" always;

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechAliasvault

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Release Version 0.26.0
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-f65p-p65r-g53q
  • Related CVEs
  • CVE-2026-2974: AliasVault Information Disclosure Flaw

  • CVE-2026-22694: AliasVault Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English