A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-13435

CVE-2025-13435: Dreampie Resty Path Traversal Flaw

CVE-2025-13435 is a path traversal vulnerability in Dreampie Resty up to 1.3.1.SNAPSHOT affecting the HttpClient Module. Attackers can manipulate filename arguments remotely. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 14, 2026

CVE-2025-13435 Overview

A path traversal vulnerability has been identified in Dreampie Resty up to version 1.3.1.SNAPSHOT. This security flaw affects the Request function within the file /resty-httpclient/src/main/java/cn/dreampie/client/HttpClient.java of the HttpClient Module. Through manipulation of the filename argument, attackers can achieve path traversal, potentially allowing unauthorized access to files outside the intended directory structure. The attack can be performed remotely over the network, though exploitation is considered highly complex and difficult.

Critical Impact

Remote attackers can exploit improper input validation in the HttpClient Module to traverse file system paths, potentially accessing sensitive files or directories outside the application's intended scope.

Affected Products

  • Dreampie Resty up to version 1.3.1.SNAPSHOT
  • Resty HttpClient Module (/resty-httpclient/src/main/java/cn/dreampie/client/HttpClient.java)
  • Applications utilizing the vulnerable Request function with user-controlled filename parameters

Discovery Timeline

  • 2025-11-20 - CVE-2025-13435 published to NVD
  • 2025-12-11 - Last updated in NVD database

Technical Details for CVE-2025-13435

Vulnerability Analysis

This path traversal vulnerability (CWE-22) exists in the Dreampie Resty HTTP client library, specifically within the Request function of the HttpClient.java file. The vulnerability stems from insufficient validation of the filename argument, which allows attackers to inject directory traversal sequences such as ../ to escape the intended directory structure.

The exploit has been publicly disclosed, and while the vendor was contacted early during the responsible disclosure process, no response was received. This lack of vendor engagement means that no official patch is currently available, leaving users to implement their own mitigations.

Root Cause

The root cause of this vulnerability is improper input validation in the HttpClient Module's Request function. The function fails to adequately sanitize or validate the filename parameter before using it in file system operations. This allows specially crafted input containing directory traversal sequences to be processed, enabling attackers to reference files and directories outside the application's intended scope.

Attack Vector

The attack is network-based, meaning it can be launched remotely without requiring local access to the target system. However, the exploitation complexity is noted as high, making successful attacks more difficult to execute. The attacker would need to craft malicious requests that include path traversal sequences in the filename parameter to access or manipulate files outside the designated directory.

The vulnerability mechanism involves passing malicious input containing path traversal sequences (such as ../ or encoded variants) through the filename argument of the Request function in the HttpClient Module. When processed without proper sanitization, these sequences allow the application to access files outside the intended directory hierarchy.

For detailed technical analysis, refer to the GitHub CVE Application Guide and the VulDB CTI Report #332979.

Detection Methods for CVE-2025-13435

Indicators of Compromise

  • Unusual file access attempts containing path traversal sequences (../, ..\\, or URL-encoded variants like %2e%2e%2f) in application logs
  • HTTP requests to the Resty HttpClient endpoints with suspicious filename parameters
  • Access logs showing attempts to read sensitive configuration files or system directories
  • Error messages indicating file path resolution outside expected directories

Detection Strategies

  • Implement input validation monitoring to detect path traversal patterns in API requests targeting the HttpClient Module
  • Deploy web application firewall (WAF) rules to identify and block requests containing directory traversal sequences
  • Monitor application logs for anomalous file access patterns that deviate from normal operational behavior
  • Utilize runtime application self-protection (RASP) solutions to detect path manipulation attempts

Monitoring Recommendations

  • Enable detailed logging for all file system operations within applications using Dreampie Resty
  • Configure alerts for requests containing path traversal indicators such as ../, ..\\, or encoded equivalents
  • Implement baseline monitoring for file access patterns and alert on deviations
  • Review access logs periodically for attempts to access sensitive system files or directories

How to Mitigate CVE-2025-13435

Immediate Actions Required

  • Audit all applications using Dreampie Resty 1.3.1.SNAPSHOT or earlier to identify exposure to this vulnerability
  • Implement input validation at the application layer to reject filename parameters containing path traversal sequences
  • Consider replacing or wrapping the vulnerable Request function with a secure implementation that sanitizes file paths
  • Restrict network access to affected endpoints where possible until a permanent fix is available

Patch Information

No official vendor patch is currently available. The vendor was contacted during the disclosure process but did not respond. Users should implement workarounds and monitor for any future security updates from Dreampie. For additional vulnerability details, refer to the VulDB entry #332979.

Workarounds

  • Implement strict input validation to sanitize the filename parameter, rejecting any input containing ../, ..\\, or encoded path traversal sequences
  • Use allowlisting to restrict accepted filenames to known-safe values or patterns
  • Apply the principle of least privilege to file system permissions, limiting what files the application can access
  • Deploy a web application firewall (WAF) with rules configured to block path traversal attempts
bash
# Example input validation approach for Java applications
# Add validation before passing filename to HttpClient Request function
# Reject inputs containing path traversal sequences:
# - Deny: "../", "..\", "%2e%2e%2f", "%2e%2e%5c"
# - Canonicalize paths and verify they remain within intended directory
# - Use allowlisting for acceptable filename patterns where possible

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechDreampie Resty

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.42%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • GitHub CVE Application Guide

  • VulDB CTI Report #332979

  • VulDB #332979

  • VulDB Submission #687603
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
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