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

CVE-2025-25284: ZOO-Project Path Traversal Vulnerability

CVE-2025-25284 is a path traversal flaw in ZOO-Project's WPS implementation that enables unauthorized file access through malicious VRT files. This article covers the technical details, exploitation methods, and patches.

Updated: May 19, 2026

CVE-2025-25284 Overview

CVE-2025-25284 is a path traversal vulnerability in the ZOO-Project, an open source processing platform released under the MIT/X11 license. The flaw resides in the Web Processing Service (WPS) implementation, specifically the Gdal_Translate service. The service fails to validate file paths referenced in the VRTRasterBand element of Virtual Format (VRT) files. An unauthenticated remote attacker can submit a crafted VRT file that uses relative path traversal sequences in the SourceFilename parameter to read arbitrary files. The contents are returned as TIFF output, exposing configuration files, credentials, and other sensitive system data [CWE-22].

Critical Impact

Unauthenticated attackers can read arbitrary files from the host file system via the WPS service, including configuration files and credentials.

Affected Products

  • ZOO-Project open source WPS platform
  • Gdal_Translate service component handling VRT input files
  • Deployments using GDAL-based services without validateVRT enforcement

Discovery Timeline

  • 2025-02-18 - CVE-2025-25284 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-25284

Vulnerability Analysis

The vulnerability stems from missing input sanitization in the Gdal_Translate WPS service. When a client submits a VRT file as input, the service passes the SourceFilename value inside VRTRasterBand directly to GDAL without verifying that the referenced path stays within the intended working directory. VRT supports raw data handling, which lets GDAL read any file as binary input and convert it into a TIFF image. The conversion preserves byte contents, so the attacker recovers the original file by parsing the returned TIFF raster data.

Root Cause

The Gdal_Translate service did not validate paths embedded in VRT documents. Two missing controls enabled exploitation: there was no validateVRT check restricting allowed source paths, and no isAllowedPath function constraining file:// URLs to a defined allow list. Combined, these omissions allow ../ traversal sequences to escape the service's working directory.

Attack Vector

The attack is performed remotely against the WPS endpoint with no authentication and no user interaction. An attacker crafts a VRT XML document referencing a target system file via a traversal path, submits it to the Gdal_Translate process, and retrieves the file contents in the converted TIFF response.

text
# Patch excerpt - zoo-project/HISTORY.txt (commit 5f155a8)
  * Update GDAL based services to use the validateVRT for VRT used as
  input file to ensure only the allowed paths are accessible.
  * Add an isAllowedPath function to ensure the URL using file:// give
  access only to the defined allowed paths, defined in the allowedPaths key
  from the main section.

Source: ZOO-Project commit 5f155a8

Detection Methods for CVE-2025-25284

Indicators of Compromise

  • WPS execute requests to the Gdal_Translate identifier containing inline VRT XML payloads
  • VRT SourceFilename elements containing ../ traversal sequences or file:// URIs pointing outside the service work directory
  • Outbound TIFF responses generated from requests that referenced system paths such as /etc/passwd, /etc/shadow, or application configuration files
  • Unexpected GDAL process reads against sensitive paths outside the configured data directory

Detection Strategies

  • Inspect HTTP request bodies to the WPS endpoint for VRT XML structures and flag any SourceFilename containing traversal characters or absolute system paths
  • Monitor file access by the zoofpm worker process for reads outside its designated input directory
  • Correlate WPS job submissions with file open events on sensitive paths using endpoint telemetry

Monitoring Recommendations

  • Enable verbose logging for the ZOO-Project zoofpm workers and capture the full request payload for Gdal_Translate invocations
  • Alert on TIFF outputs whose byte size or entropy patterns differ significantly from expected raster outputs
  • Track repeated WPS calls from a single source attempting variations of path traversal sequences

How to Mitigate CVE-2025-25284

Immediate Actions Required

  • Upgrade ZOO-Project to a version containing commit 5f155a8 or later, which adds validateVRT and isAllowedPath enforcement
  • Define an explicit allowedPaths entry in the main configuration section to restrict where file:// URIs may resolve
  • Restrict network exposure of the WPS endpoint to authenticated or internal consumers until the patch is applied

Patch Information

The issue is addressed in commit 5f155a8 of the ZOO-Project repository. The fix introduces a validateVRT routine for all GDAL-based services that consume VRT input and adds an isAllowedPath function to constrain file:// URL resolution. Full details are in the GitHub Security Advisory GHSA-8c27-wmvv-3p38.

Workarounds

  • No vendor-supplied workaround exists; upgrading is required
  • As a compensating control, run the zoofpm worker under a least-privileged user account with read access limited to required data directories
  • Place the WPS service behind a reverse proxy that inspects and rejects VRT payloads containing ../ sequences or file:// schemes
bash
# Example: pull and rebuild with the patched commit
git clone https://github.com/ZOO-Project/ZOO-Project.git
cd ZOO-Project
git checkout 5f155a8
# Ensure the main configuration defines allowedPaths
# [main]
# allowedPaths=/var/data/zoo/inputs,/var/data/zoo/shared

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechZoo Project

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Commit Information

  • GitHub Security Advisory GHSA-8c27-wmvv-3p38
  • Latest CVEs
  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-2586: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-2587: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-45255: FreeBSD bsdinstall/bsdconfig RCE Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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