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-2025-68493

CVE-2025-68493: Apache Struts XXE Vulnerability

CVE-2025-68493 is an XML External Entity vulnerability in Apache Struts caused by missing XML validation. It affects versions 2.0.0 through 6.1.0. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-68493 Overview

CVE-2025-68493 is a Missing XML Validation vulnerability affecting Apache Struts, a popular open-source web application framework for developing Java EE web applications. The vulnerability stems from improper validation of XML input, which could allow attackers to craft malicious XML documents that bypass security controls and potentially lead to information disclosure or denial of service conditions.

Critical Impact

This vulnerability affects a wide range of Apache Struts versions spanning over a decade of releases, from version 2.0.0 through 6.1.0, potentially exposing numerous enterprise applications to XML-based attacks.

Affected Products

  • Apache Struts versions from 2.0.0 before 2.2.1
  • Apache Struts versions from 2.2.1 through 6.1.0
  • Applications built on vulnerable Apache Struts framework versions

Discovery Timeline

  • 2026-01-11 - CVE-2025-68493 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2025-68493

Vulnerability Analysis

The vulnerability is classified under CWE-112 (Missing XML Validation), which indicates that the affected Apache Struts versions fail to properly validate XML input before processing. When XML documents are accepted without adequate schema validation, attackers can inject malformed or malicious XML structures that the application processes as legitimate input.

This type of vulnerability enables network-based attacks that require some user interaction to exploit. Successful exploitation could result in unauthorized access to sensitive data and system availability disruption. The attack complexity is low, meaning no specialized conditions or prerequisites are needed beyond reaching the vulnerable endpoint.

Root Cause

The root cause lies in Apache Struts' XML processing components that do not enforce strict XML schema validation. Without proper validation against a defined XML schema (XSD), the framework accepts XML documents that may contain unexpected elements, attributes, or structures. This permissive parsing behavior violates the principle of input validation and allows attackers to manipulate XML data in ways not anticipated by application developers.

Attack Vector

The vulnerability is exploitable over the network, requiring an attacker to send specially crafted XML payloads to an application running on a vulnerable Apache Struts version. The attack vector involves:

  1. Identifying an endpoint that accepts XML input in a Struts-based application
  2. Crafting a malicious XML document that exploits the missing validation
  3. Submitting the payload to the vulnerable endpoint
  4. The application processes the malformed XML without proper validation, potentially leading to information disclosure or denial of service

The attack requires user interaction, suggesting that social engineering or convincing a user to trigger a specific action may be necessary for successful exploitation. Technical details regarding specific exploitation techniques can be found in the Apache Security Advisory S2-069.

Detection Methods for CVE-2025-68493

Indicators of Compromise

  • Unusual XML payloads in application logs containing malformed or unexpected XML structures
  • Error messages related to XML parsing failures or schema validation issues
  • Unexpected application behavior when processing XML-based requests
  • Increased resource consumption during XML processing operations

Detection Strategies

  • Implement web application firewall (WAF) rules to inspect and validate XML payloads against expected schemas
  • Enable detailed logging for XML processing operations to capture potential exploitation attempts
  • Deploy intrusion detection systems (IDS) with signatures for known XML-based attack patterns
  • Monitor application logs for XML parsing exceptions and validation errors

Monitoring Recommendations

  • Review Apache Struts application logs for anomalous XML-related activities
  • Set up alerts for unusual patterns in XML request sizes or frequencies
  • Monitor system resource utilization for signs of XML-based denial of service attacks
  • Implement application performance monitoring to detect degradation from XML processing issues

How to Mitigate CVE-2025-68493

Immediate Actions Required

  • Upgrade Apache Struts to version 6.1.1 or later, which addresses this vulnerability
  • Audit applications to identify all instances of vulnerable Apache Struts versions
  • Implement input validation at the application layer as a defense-in-depth measure
  • Apply network-level controls to restrict access to vulnerable endpoints until patching is complete

Patch Information

Apache has released version 6.1.1 to address this vulnerability. Users are strongly recommended to upgrade to this version immediately. The security advisory S2-069 provides detailed information about the fix and upgrade instructions. Additional discussion is available on the Openwall OSS-Security Mailing List.

Workarounds

  • Implement custom XML validation filters at the application level to validate all XML input against strict schemas
  • Deploy WAF rules to reject XML requests that do not conform to expected document structures
  • Restrict network access to XML-processing endpoints to trusted sources only
  • Consider disabling or removing XML-based functionality if not essential to application operations
bash
# Example: Update Apache Struts dependency in Maven pom.xml
# Upgrade struts-core dependency to patched version
# <dependency>
#   <groupId>org.apache.struts</groupId>
#   <artifactId>struts2-core</artifactId>
#   <version>6.1.1</version>
# </dependency>

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechApache Struts

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-112
  • Technical References
  • Apache Security Advisory S2-069

  • Openwall OSS-Security Mailing List Post
  • Related CVEs
  • CVE-2025-66675: Apache Struts DOS Vulnerability

  • CVE-2025-64775: Apache Struts DOS Vulnerability

  • CVE-2023-41835: Apache Struts Information Disclosure Flaw

  • CVE-2020-17530: Apache Struts RCE 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