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

CVE-2025-66410: Gin-vue-admin Path Traversal Vulnerability

CVE-2025-66410 is a path traversal flaw in Gin-vue-admin that allows attackers to delete arbitrary files by manipulating the FileMd5 parameter. This article covers technical details, affected versions, and mitigation.

Updated: March 12, 2026

CVE-2025-66410 Overview

CVE-2025-66410 is an arbitrary file deletion vulnerability affecting Gin-vue-admin, a popular backstage management system built on Vue.js and the Gin web framework. The vulnerability allows unauthenticated attackers to delete any file or folder on the server by manipulating the FileMd5 parameter, potentially causing complete system unavailability or data loss.

Critical Impact

Remote attackers can delete arbitrary files and folders on affected servers without authentication, potentially leading to complete system compromise, data destruction, or denial of service.

Affected Products

  • Gin-vue-admin versions 2.8.6 and earlier
  • gin-vue-admin_project gin-vue-admin (all versions prior to patch)
  • Systems running vulnerable Gin-vue-admin deployments

Discovery Timeline

  • 2025-12-01 - CVE-2025-66410 published to NVD
  • 2026-02-06 - Last updated in NVD database

Technical Details for CVE-2025-66410

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Path Traversal), a critical weakness that occurs when software fails to properly sanitize user-controlled input used in file system operations. In the case of Gin-vue-admin, the application accepts a FileMd5 parameter that is used to identify files for deletion operations. The parameter is not adequately validated, allowing attackers to craft malicious input that references files outside the intended directory scope.

The vulnerability is network-accessible and requires no authentication or user interaction to exploit, making it particularly dangerous for internet-facing deployments. Successful exploitation results in high integrity impact as attackers can delete critical system files, configuration data, or application components.

Root Cause

The root cause of CVE-2025-66410 lies in improper input validation of the FileMd5 parameter within the file management functionality. The application fails to implement adequate path sanitization or directory traversal protections, allowing attackers to specify arbitrary file paths. Without proper canonicalization of file paths or restriction to a designated upload directory, malicious actors can traverse the file system and target any file accessible to the application's process.

Attack Vector

The attack exploits the file deletion endpoint by manipulating the FileMd5 parameter. An attacker sends a crafted HTTP request to the vulnerable endpoint with a FileMd5 value containing path traversal sequences (such as ../) or absolute paths. The server processes this unsanitized input and performs the deletion operation on the specified file or directory. Since the vulnerability requires no authentication and is accessible over the network, any attacker with network access to the application can exploit it. The attack can be repeated to systematically delete multiple files, potentially rendering the entire server inoperable or destroying valuable data.

Detection Methods for CVE-2025-66410

Indicators of Compromise

  • Unexpected file deletions in system logs, particularly configuration files or application binaries
  • HTTP requests to file management endpoints containing path traversal patterns like ../ in the FileMd5 parameter
  • Application errors or crashes due to missing critical files
  • Audit logs showing deletion of files outside normal application directories

Detection Strategies

  • Monitor web application logs for requests containing suspicious FileMd5 parameter values with directory traversal sequences
  • Implement file integrity monitoring (FIM) to detect unauthorized deletions of critical system and application files
  • Deploy web application firewall (WAF) rules to block path traversal patterns in request parameters
  • Enable verbose logging on file operations within the Gin-vue-admin application

Monitoring Recommendations

  • Configure real-time alerts for file system changes on production servers running Gin-vue-admin
  • Implement SentinelOne endpoint detection to monitor for suspicious file deletion activity patterns
  • Review access logs regularly for unusual patterns targeting file management API endpoints
  • Set up baseline monitoring for critical system files and application directories

How to Mitigate CVE-2025-66410

Immediate Actions Required

  • Update Gin-vue-admin to the patched version immediately by applying the security commit
  • Restrict network access to Gin-vue-admin instances using firewall rules until patching is complete
  • Implement WAF rules to block requests containing path traversal sequences in the FileMd5 parameter
  • Review server file systems for evidence of unauthorized deletions

Patch Information

The Gin-vue-admin maintainers have released a security patch addressing this vulnerability. The fix is available in commit ee8d8d7e04d9c38a35a6969f20e75213e84f57c6 on the official GitHub repository. Organizations should update to the latest version that includes this patch. For detailed information about the vulnerability and remediation, refer to the GitHub Security Advisory GHSA-jrhg-82w2-vvj7 and the security patch commit.

Workarounds

  • Deploy a reverse proxy or WAF in front of Gin-vue-admin to filter requests containing path traversal patterns
  • Temporarily disable or restrict access to file management endpoints until the patch can be applied
  • Implement application-level access controls to restrict file operations to authenticated administrative users only
  • Run the Gin-vue-admin process with minimal file system permissions to limit the scope of potential file deletions

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechGin Vue Admin

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/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
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-jrhg-82w2-vvj7
  • 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