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
    • 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-2025-68643

CVE-2025-68643: Axigen Mail Server XSS Vulnerability

CVE-2025-68643 is a stored Cross-Site Scripting flaw in Axigen Mail Server that enables attackers to inject malicious scripts via the timeFormat parameter. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2025-68643 Overview

Axigen Mail Server before version 10.5.57 contains a stored Cross-Site Scripting (XSS) vulnerability in the handling of the timeFormat account preference parameter. This vulnerability allows attackers to inject malicious JavaScript payloads that execute when victims access the WebMail interface, potentially leading to session hijacking, credential theft, or further compromise of the mail server environment.

Critical Impact

Attackers can execute arbitrary JavaScript in the context of authenticated WebMail users, enabling session hijacking, credential theft, and potential lateral movement within the organization's email infrastructure.

Affected Products

  • Axigen Mail Server versions prior to 10.5.57
  • Axigen WebMail interface components

Discovery Timeline

  • 2026-02-05 - CVE-2025-68643 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2025-68643

Vulnerability Analysis

This stored XSS vulnerability occurs due to insufficient input sanitization of the timeFormat account preference parameter in Axigen Mail Server's WebMail interface. The vulnerability follows a multi-stage attack pattern that increases its severity and potential impact on enterprise mail environments.

The attack chain requires initial access to modify the user's account preferences, either through a separate vulnerability or by leveraging compromised credentials. Once the malicious payload is stored in the timeFormat preference field, it persists in the backend storage and awaits execution.

When an affected user authenticates to the WebMail interface, the application retrieves the stored timeFormat value and inserts it directly into the Document Object Model (DOM) without proper sanitization or encoding. This causes the injected JavaScript to execute within the victim's browser session, inheriting all privileges and session tokens of the authenticated user.

Root Cause

The root cause is improper input validation and output encoding of the timeFormat account preference parameter. The WebMail application fails to sanitize user-controllable input before storing it and subsequently fails to properly encode this data when rendering it in the DOM. This lack of defense-in-depth allows stored XSS payloads to persist and execute across user sessions.

Attack Vector

The exploitation of this vulnerability follows a two-stage attack methodology:

Stage 1 - Payload Injection: The attacker must first inject a malicious JavaScript payload into the victim's timeFormat preference. This can be achieved through a separate vulnerability (such as CSRF or another injection flaw) or by using previously compromised credentials to directly modify account settings.

Stage 2 - Payload Execution: When the victim logs into the WebMail interface, the application loads account preferences from storage. The unsanitized timeFormat value containing the malicious script is inserted into the DOM, triggering execution of the injected JavaScript in the context of the victim's authenticated session.

The attacker's script can then access session cookies, perform actions on behalf of the user, exfiltrate sensitive email data, or establish persistent access through additional payloads.

Detection Methods for CVE-2025-68643

Indicators of Compromise

  • Unusual or malformed values in user account preference fields, particularly timeFormat
  • JavaScript code fragments or HTML tags stored in preference database fields
  • Unexpected outbound network connections originating from WebMail browser sessions
  • Anomalous DOM modifications or script injections detected by browser security tools

Detection Strategies

  • Monitor Axigen WebMail application logs for preference modification events with suspicious payloads
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Deploy Web Application Firewall (WAF) rules to identify XSS patterns in HTTP requests targeting preference endpoints
  • Utilize endpoint detection solutions to identify browser-based script injection behaviors

Monitoring Recommendations

  • Enable detailed logging for all account preference modifications in Axigen Mail Server
  • Configure alerts for preference values containing script tags, event handlers, or encoded JavaScript
  • Monitor for unusual authentication patterns that may indicate compromised credentials used for payload injection
  • Review WebMail access logs for sessions exhibiting abnormal behavior following preference loads

How to Mitigate CVE-2025-68643

Immediate Actions Required

  • Upgrade Axigen Mail Server to version 10.5.57 or later immediately
  • Audit existing user account preferences for potentially malicious content in the timeFormat field
  • Reset any compromised accounts that may have been used to inject malicious payloads
  • Implement Content Security Policy headers to provide defense-in-depth against XSS execution

Patch Information

Axigen has addressed this vulnerability in Mail Server version 10.5.57. Organizations should prioritize upgrading to this version or later to remediate the stored XSS vulnerability. The updated software is available from the Axigen Mail Server Download page.

For detailed technical information about this vulnerability, refer to the Axigen WebMail XSS Vulnerability Report.

Workarounds

  • Implement strict Content Security Policy headers with script-src 'self' to block inline script execution
  • Deploy a Web Application Firewall with XSS detection rules in front of the Axigen WebMail interface
  • Restrict access to WebMail preference modification endpoints to trusted networks only
  • Consider disabling customizable time format preferences temporarily until patching is complete

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechAxigen Mail Server

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Axigen WebMail XSS Vulnerability Report

  • Axigen Mail Server Download
  • Related CVEs
  • CVE-2025-68723: Axigen Mail Server Stored XSS Vulnerability

  • CVE-2025-68721: Axigen Mail Server Auth Bypass Flaw
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