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-68280

CVE-2025-68280: Apache SIS XXE Vulnerability

CVE-2025-68280 is an XML External Entity vulnerability in Apache SIS that allows attackers to access local files on the server. This post explains its impact, affected versions 0.4-1.5, and mitigation steps.

Updated: January 22, 2026

CVE-2025-68280 Overview

CVE-2025-68280 is an XML External Entity (XXE) vulnerability in Apache SIS, a Java library for developing geospatial applications. The vulnerability allows attackers to craft malicious XML files that, when parsed by Apache SIS, can expose the contents of local files on the server. This type of vulnerability enables information disclosure through the exploitation of XML parsers that process external entity references without proper restrictions.

The vulnerability impacts several critical SIS services including reading of GeoTIFF files with GEO_METADATA tags defined by the Defense Geospatial Information Working Group (DGIWG), parsing of ISO 19115 metadata in XML format, parsing of Coordinate Reference Systems defined in GML format, and parsing of GPS Exchange Format (GPX) files.

Critical Impact

Attackers can exfiltrate sensitive local files from servers running vulnerable Apache SIS versions by exploiting improper XML parsing configurations, potentially exposing configuration files, credentials, and other sensitive data.

Affected Products

  • Apache SIS versions 0.4 through 1.5
  • Applications using Apache SIS for GeoTIFF, ISO 19115, GML, or GPX file parsing
  • Geospatial services and applications built on vulnerable Apache SIS versions

Discovery Timeline

  • 2026-01-05 - CVE CVE-2025-68280 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-68280

Vulnerability Analysis

This XXE vulnerability (CWE-611) exists due to improper restriction of XML external entity references during the parsing of various geospatial file formats. When Apache SIS processes XML content from GeoTIFF files, ISO 19115 metadata, GML coordinate reference systems, or GPX files, it fails to properly disable external entity processing. This allows an attacker to include external entity declarations in malicious XML that reference local files on the server.

The vulnerability is particularly concerning in geospatial applications where data is frequently exchanged between organizations and systems, as attackers could embed malicious payloads within seemingly legitimate geographic data files.

Root Cause

The root cause is the lack of secure XML parser configuration in Apache SIS's file handling routines. The XML parsers used by SIS do not have external DTD and entity processing disabled by default, which is a well-known security best practice for preventing XXE attacks. When parsing user-supplied or external XML content, the parser processes external entity declarations, allowing file content to be included in error messages or processing output.

Attack Vector

The attack is network-based and requires user interaction, as a victim must parse a maliciously crafted file. An attacker prepares a specially crafted XML file containing external entity declarations that reference sensitive files such as /etc/passwd or application configuration files. When a vulnerable Apache SIS instance processes this file, the XML parser retrieves the contents of the referenced files and includes them in the parsed data, which may then be disclosed to the attacker through application responses or error messages.

Attack scenarios include:

  • Uploading malicious GeoTIFF files with crafted GEO_METADATA tags to geospatial platforms
  • Submitting malicious ISO 19115 metadata to geographic data processing services
  • Providing crafted GML or GPX files to mapping or GPS applications

The vulnerability can be exploited by crafting XML documents with external entity declarations that reference file:// URIs pointing to local system files. When the vulnerable Apache SIS instance parses such content, the XML processor attempts to resolve these entities, resulting in the disclosure of local file contents. For detailed technical information, see the Apache Mailing List Discussion.

Detection Methods for CVE-2025-68280

Indicators of Compromise

  • Unusual XML parsing errors in Apache SIS logs containing file path references
  • Application logs showing attempts to access sensitive system files like /etc/passwd, /etc/shadow, or application configuration files
  • Incoming requests or file uploads containing XML with <!DOCTYPE> declarations and external entity references
  • Outbound data transfers containing unexpected system file contents

Detection Strategies

  • Monitor Apache SIS application logs for XML parsing exceptions or errors mentioning file access
  • Implement Web Application Firewall (WAF) rules to detect XXE patterns in uploaded files including <!ENTITY declarations
  • Deploy file upload scanning to detect malicious XML constructs in GeoTIFF, GML, GPX, and ISO 19115 files
  • Use runtime application self-protection (RASP) to detect and block external entity resolution attempts

Monitoring Recommendations

  • Enable verbose logging for Apache SIS file parsing operations to capture potential exploitation attempts
  • Configure alerting for XML parser errors that reference local file paths or external DTD loading
  • Monitor network traffic for unusual data exfiltration patterns following geospatial file uploads
  • Implement integrity monitoring on sensitive configuration files that may be targeted

How to Mitigate CVE-2025-68280

Immediate Actions Required

  • Upgrade Apache SIS to version 1.6 or later, which addresses this vulnerability
  • Apply the recommended Java system property workaround if immediate upgrade is not possible
  • Review and restrict file upload capabilities for geospatial data formats
  • Audit existing uploaded files for potential malicious XML content

Patch Information

The Apache SIS development team has released version 1.6 which fixes this XXE vulnerability. Users should upgrade to this version as the primary remediation. For additional technical details, refer to the Apache Mailing List Discussion and Openwall OSS Security Update.

Workarounds

  • Launch Java applications with the javax.xml.accessExternalDTD system property set to restrict external DTD access
  • Configure XML parsers to disable external entity processing using parser-specific security features
  • Implement input validation to strip or reject XML content containing external entity declarations
  • Use application-level sandboxing to restrict file system access for XML parsing operations
bash
# Configuration example - Launch Java with XXE protections enabled
java -Djavax.xml.accessExternalDTD="" -jar your-application.jar

# Alternative: Disable external schema access as well
java -Djavax.xml.accessExternalDTD="" -Djavax.xml.accessExternalSchema="" -jar your-application.jar

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechApache Sis

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-611
  • Technical References
  • Apache Mailing List Discussion

  • Openwall OSS Security Update

  • Openwall OSS Security Clarification
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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