Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-68723

CVE-2025-68723: Axigen Mail Server Stored XSS Vulnerability

CVE-2025-68723 is a stored Cross-Site Scripting flaw in Axigen Mail Server's WebAdmin interface that enables attackers to inject malicious JavaScript. This post covers technical details, affected versions, and mitigations.

Published: February 6, 2026

CVE-2025-68723 Overview

CVE-2025-68723 is a set of multiple stored Cross-Site Scripting (XSS) vulnerabilities affecting Axigen Mail Server versions prior to 10.5.57. These vulnerabilities exist within the WebAdmin interface and allow attackers to inject persistent malicious JavaScript payloads that execute in administrators' browsers when they access affected pages or features.

Critical Impact

Attackers can leverage these stored XSS vulnerabilities to perform privilege escalation attacks, enabling low-privileged administrators to force high-privileged administrators to perform unauthorized actions through malicious script execution.

Affected Products

  • Axigen Mail Server versions before 10.5.57
  • Axigen WebAdmin Interface (Local Services Log page)
  • Axigen WebAdmin Interface (SSL Certificates View Usage feature)
  • Axigen WebMail Listeners SSL settings

Discovery Timeline

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

Technical Details for CVE-2025-68723

Vulnerability Analysis

This vulnerability represents a classic stored Cross-Site Scripting (XSS) attack vector where user-supplied input is persisted server-side and later rendered without proper sanitization in administrative interfaces. The WebAdmin interface in Axigen Mail Server fails to adequately validate and encode user input across three distinct injection points, creating opportunities for attackers to store malicious JavaScript payloads that execute within the context of authenticated administrator sessions.

The stored nature of these XSS vulnerabilities makes them particularly dangerous compared to reflected XSS attacks. Once a malicious payload is injected, it persists in the application and will execute every time an administrator views the affected page, without requiring any further attacker interaction. This persistence enables sophisticated privilege escalation scenarios where an attacker with limited administrative access can compromise higher-privileged administrator accounts.

Root Cause

The root cause stems from insufficient input validation and output encoding in three specific areas of the WebAdmin interface:

  1. Log File Name Parameter - The Local Services Log page does not properly sanitize the log file name parameter before rendering it in the administrative interface.

  2. Certificate File Content - The SSL Certificates View Usage feature fails to encode certificate file content when displaying it to administrators.

  3. Certificate File Name Parameter - The WebMail Listeners SSL settings do not sanitize the Certificate File name parameter before output.

In each case, the application stores attacker-controlled input and subsequently renders it in HTML without proper encoding, allowing JavaScript code to execute in the context of the victim's browser session.

Attack Vector

The attack exploits the trust relationship between administrators and the WebAdmin interface. An attacker with low-level administrative access to Axigen Mail Server can inject malicious JavaScript through any of the three vulnerable parameters.

When a higher-privileged administrator subsequently views the affected pages, the stored XSS payload executes in their browser context. This allows the attacker to hijack the administrator's session, perform actions on their behalf, steal sensitive information, or create additional administrative accounts.

The vulnerability requires the attacker to have initial access to the WebAdmin interface with sufficient privileges to modify the affected parameters. Once injected, the malicious payload awaits activation by a victim administrator.

Detection Methods for CVE-2025-68723

Indicators of Compromise

  • Unusual JavaScript code or HTML tags present in log file name configurations
  • Unexpected script content embedded in SSL certificate file names or content
  • Administrative audit logs showing modification of log settings or SSL certificates by lower-privileged accounts
  • Browser-based anomalies reported by administrators when accessing WebAdmin pages

Detection Strategies

  • Monitor and alert on changes to log file name configurations in the Local Services Log page
  • Implement content inspection for SSL certificate uploads to detect embedded script tags
  • Review WebAdmin audit logs for unusual patterns of administrative changes
  • Deploy browser security controls that detect and block XSS execution attempts

Monitoring Recommendations

  • Enable detailed audit logging for all WebAdmin interface actions
  • Configure alerts for any modifications to SSL certificate configurations
  • Implement Content Security Policy (CSP) headers to mitigate XSS impact
  • Regularly review administrative account activities and privilege assignments

How to Mitigate CVE-2025-68723

Immediate Actions Required

  • Upgrade Axigen Mail Server to version 10.5.57 or later immediately
  • Review existing log file name configurations for suspicious content
  • Audit all SSL certificate configurations in WebMail Listeners settings
  • Restrict WebAdmin access to only necessary personnel until patching is complete

Patch Information

Axigen has addressed these vulnerabilities in version 10.5.57 of Axigen Mail Server. The update includes proper input validation and output encoding for all three affected injection points. Organizations should download the patched version from the Axigen Mail Server Download Page and apply the update following their standard change management procedures.

For detailed information about the vulnerability and remediation guidance, refer to the Axigen Stored XSS Vulnerability Advisory.

Workarounds

  • Implement network-level access controls to restrict WebAdmin interface access to trusted IP addresses only
  • Apply web application firewall (WAF) rules to filter common XSS payloads in affected parameters
  • Enable Content Security Policy headers to prevent inline script execution where possible
  • Limit administrative privileges using the principle of least privilege until patching can be completed
bash
# Example: Restrict WebAdmin access via firewall rules
# Allow WebAdmin access only from trusted management network
iptables -A INPUT -p tcp --dport 9000 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 9000 -j DROP

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 Stored XSS Vulnerability Advisory

  • Axigen Mail Server Download Page
  • Related CVEs
  • CVE-2025-68643: Axigen Mail Server 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