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

CVE-2025-2705: Digiwin ERP 5.1 RCE Vulnerability

CVE-2025-2705 is a critical remote code execution flaw in Digiwin ERP 5.1 caused by unrestricted file upload. Attackers can exploit this remotely to execute malicious code. This article covers technical details and mitigation.

Published: April 29, 2026

CVE-2025-2705 Overview

A critical unrestricted file upload vulnerability has been identified in Digiwin ERP 5.1. The vulnerability exists in the DoUpload and DoWebUpload functions within the /Api/FileUploadApi.ashx file. Remote attackers can exploit this flaw to upload arbitrary files to the server, potentially leading to remote code execution. The exploit has been publicly disclosed, and the vendor was contacted but did not respond.

Critical Impact

Remote attackers can upload malicious files without restrictions, potentially achieving remote code execution on affected Digiwin ERP 5.1 systems.

Affected Products

  • Digiwin ERP 5.1

Discovery Timeline

  • 2025-03-24 - CVE-2025-2705 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-2705

Vulnerability Analysis

This vulnerability falls under CWE-284 (Improper Access Control), where the file upload functionality fails to properly validate or restrict the types of files that can be uploaded. The DoUpload and DoWebUpload functions in the FileUploadApi.ashx handler do not implement adequate file type restrictions, allowing attackers to upload malicious executables, web shells, or other dangerous file types directly to the server.

The network-accessible nature of this vulnerability means that any attacker with network access to the affected ERP system can exploit this flaw without requiring prior authentication. Once a malicious file is uploaded, the attacker may execute arbitrary code on the server, potentially compromising the entire ERP infrastructure and sensitive business data.

Root Cause

The root cause of this vulnerability is inadequate input validation in the file upload handling mechanism. The DoUpload and DoWebUpload functions within /Api/FileUploadApi.ashx fail to properly sanitize or restrict the File argument, allowing arbitrary file types to be uploaded without validation. This lack of file type verification enables attackers to bypass intended security controls and upload executable content directly to the server.

Attack Vector

The attack can be executed remotely over the network without requiring user interaction. An attacker would craft a malicious HTTP request to the /Api/FileUploadApi.ashx endpoint, utilizing the DoUpload or DoWebUpload function with a manipulated File parameter. By uploading a web shell or other malicious executable to the server, the attacker can achieve remote code execution. The exploit has been publicly disclosed, increasing the likelihood of active exploitation attempts.

The vulnerability manifests in the file upload handling mechanism where proper file type validation is missing. For technical details and proof-of-concept information, see the GitHub RCE Report 3 and GitHub RCE Report 4.

Detection Methods for CVE-2025-2705

Indicators of Compromise

  • Suspicious HTTP POST requests to /Api/FileUploadApi.ashx containing executable file types (.aspx, .asp, .exe, .php)
  • Unexpected files appearing in upload directories, particularly web shells or executable scripts
  • Unusual outbound network connections from the ERP server indicating potential reverse shell activity
  • Log entries showing repeated file upload attempts from external IP addresses

Detection Strategies

  • Monitor web server logs for requests to /Api/FileUploadApi.ashx with suspicious file extensions in the request body
  • Implement file integrity monitoring on web-accessible directories to detect unauthorized file creation
  • Deploy network-based intrusion detection rules to identify file upload exploit attempts targeting the Digiwin ERP endpoint
  • Review web application firewall logs for blocked upload attempts containing malicious payloads

Monitoring Recommendations

  • Enable detailed logging for all file upload operations on the Digiwin ERP server
  • Configure alerts for any new executable files created in web-accessible directories
  • Monitor process execution on the ERP server for suspicious child processes spawned by the web server
  • Implement regular security scanning of uploaded files and web directories

How to Mitigate CVE-2025-2705

Immediate Actions Required

  • Restrict network access to the /Api/FileUploadApi.ashx endpoint using firewall rules or web server configurations
  • Implement a web application firewall (WAF) rule to block suspicious file upload attempts
  • Audit existing uploaded files for potential web shells or malicious content
  • Consider temporarily disabling the file upload functionality until a patch is available

Patch Information

No official patch has been released by the vendor at this time. The vendor was contacted regarding this disclosure but did not respond. Organizations should monitor VulDB #300726 for updates on vendor response and potential patches.

Workarounds

  • Implement strict file type whitelisting at the web server level to only allow safe file extensions
  • Store uploaded files outside of web-accessible directories to prevent direct execution
  • Configure the web server to disable execution permissions on upload directories
  • Use network segmentation to limit access to the ERP system from untrusted networks
bash
# Example: Restrict access to FileUploadApi.ashx via IIS URL Rewrite
# Add to web.config in the application root
# <system.webServer>
#   <security>
#     <requestFiltering>
#       <filteringRules>
#         <filteringRule name="BlockFileUploadApi" scanUrl="true">
#           <appliesTo>
#             <add fileExtension=".ashx" />
#           </appliesTo>
#           <denyStrings>
#             <add string="FileUploadApi" />
#           </denyStrings>
#         </filteringRule>
#       </filteringRules>
#     </requestFiltering>
#   </security>
# </system.webServer>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechDigiwin Erp

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-284
  • Technical References
  • GitHub RCE Report 3

  • GitHub RCE Report 4

  • VulDB #300726 (CTI)

  • VulDB #300726

  • VulDB #516291 Submission
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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