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

CVE-2025-49835: GPT-SoVITS-WebUI RCE Vulnerability

CVE-2025-49835 is a command injection vulnerability in GPT-SoVITS-WebUI that enables remote code execution through the open_asr function. This article covers the technical details, affected versions, and security measures.

Published: March 25, 2026

CVE-2025-49835 Overview

CVE-2025-49835 is a command injection vulnerability discovered in GPT-SoVITS-WebUI, a popular voice conversion and text-to-speech web interface application. The vulnerability exists in the open_asr function within webui.py, where user-controlled input from the asr_inp_dir parameter (and several other variables) is directly concatenated into system commands without proper sanitization. This allows remote attackers to execute arbitrary commands on the server hosting the application.

Critical Impact

Remote attackers can achieve arbitrary command execution on affected servers by injecting malicious commands through the ASR (Automatic Speech Recognition) directory input parameter, potentially leading to complete system compromise.

Affected Products

  • GPT-SoVITS-WebUI version 20250228v3 and prior
  • rvc-boss gpt-sovits-webui (all versions up to and including 20250228v3)

Discovery Timeline

  • 2025-07-15 - CVE-2025-49835 published to NVD
  • 2025-07-30 - Last updated in NVD database

Technical Details for CVE-2025-49835

Vulnerability Analysis

This command injection vulnerability (CWE-77) occurs due to improper neutralization of special elements used in a command. The open_asr function in webui.py accepts user input through the asr_inp_dir parameter and directly incorporates this input into a command string that is subsequently executed by the server. Without proper input validation or sanitization, an attacker can inject shell metacharacters and arbitrary commands that will be interpreted and executed by the underlying operating system.

The vulnerability is network-accessible and requires no authentication or user interaction to exploit. An attacker with network access to the web interface can craft malicious input containing command separators (such as ;, |, or &&) followed by arbitrary system commands. When the application processes this input, the injected commands execute with the same privileges as the web application process.

Root Cause

The root cause of this vulnerability is the direct concatenation of unsanitized user input into system command strings. The application fails to implement proper input validation, sanitization, or parameterized command execution. Multiple locations within webui.py exhibit this pattern, including code at lines 331, 341, 920, and 1034. The lack of input filtering allows shell metacharacters to pass through unmodified, enabling command injection attacks.

Attack Vector

This vulnerability is exploitable over the network through the GPT-SoVITS-WebUI web interface. An attacker can target the ASR functionality by providing a crafted directory path containing shell command injection sequences.

The attack flow typically involves:

  1. Accessing the GPT-SoVITS-WebUI interface
  2. Navigating to the ASR (Automatic Speech Recognition) functionality
  3. Submitting a malicious directory path containing command injection payloads
  4. The application concatenates the malicious input into a system command
  5. The injected commands execute on the server with application-level privileges

For detailed technical analysis of the vulnerable code paths, refer to the GitHub Security Advisory (GHSL-2025-045 through GHSL-2025-048).

Detection Methods for CVE-2025-49835

Indicators of Compromise

  • Unusual command execution patterns originating from the GPT-SoVITS-WebUI process
  • Unexpected child processes spawned by Python or the web application
  • Suspicious network connections initiated by the application server
  • Anomalous file system modifications or new files created in system directories
  • Web server logs containing shell metacharacters (;, |, &&, $()) in ASR-related parameters

Detection Strategies

  • Monitor web application logs for requests containing shell metacharacters in input parameters
  • Implement application-level logging to track all directory path inputs to the ASR functionality
  • Deploy runtime application security monitoring to detect command execution anomalies
  • Use endpoint detection solutions to identify suspicious process chains originating from Python web applications

Monitoring Recommendations

  • Enable verbose logging for the GPT-SoVITS-WebUI application to capture all user inputs
  • Configure network segmentation to limit the blast radius if the application server is compromised
  • Implement file integrity monitoring on critical system directories
  • Set up alerting for any outbound network connections from the application server to unexpected destinations

How to Mitigate CVE-2025-49835

Immediate Actions Required

  • Restrict network access to the GPT-SoVITS-WebUI interface to trusted users and networks only
  • Implement a web application firewall (WAF) with rules to block common command injection patterns
  • Consider disabling the ASR functionality if not critical to operations
  • Run the application in a sandboxed or containerized environment with minimal privileges
  • Monitor the RVC-Boss GPT-SoVITS GitHub repository for security updates

Patch Information

At the time of publication, no official patched version is available from the vendor. Organizations using GPT-SoVITS-WebUI should implement the workarounds listed below and monitor the vendor's GitHub repository and the GitHub Security Lab advisory for patch announcements.

Workarounds

  • Deploy the application behind a reverse proxy with strict input validation rules
  • Implement network-level access controls to limit who can access the web interface
  • Run the application in a containerized environment with restricted capabilities and no network egress
  • Apply custom input sanitization patches to the webui.py file to filter shell metacharacters from user input
bash
# Example: Restrict network access to GPT-SoVITS-WebUI using iptables
# Allow access only from trusted IP range (e.g., 192.168.1.0/24)
iptables -A INPUT -p tcp --dport 7865 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 7865 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGpt Sovits Webui

  • SeverityHIGH

  • CVSS Score8.9

  • EPSS Probability0.71%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-77
  • Technical References
  • GitHub Code Snippet

  • GitHub Code Snippet

  • GitHub Code Snippet

  • GitHub Code Snippet
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-49836: GPT-SoVITS-WebUI RCE Vulnerability

  • CVE-2025-49834: GPT-SoVITS-WebUI RCE Vulnerability

  • CVE-2025-49833: GPT-SoVITS-WebUI RCE Vulnerability

  • CVE-2025-49841: GPT-SoVITS-WebUI Deserialization Flaw
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