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

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

CVE-2025-49834 is a command injection RCE flaw in GPT-SoVITS-WebUI that allows attackers to execute arbitrary commands on the server. This article covers the technical details, affected versions, and mitigation steps.

Published: March 18, 2026

CVE-2025-49834 Overview

CVE-2025-49834 is a command injection vulnerability affecting GPT-SoVITS-WebUI, a popular voice conversion and text-to-speech web interface. The vulnerability exists in the open_denoise function within webui.py, where user-supplied input through the denoise_inp_dir and denoise_opt_dir parameters is concatenated directly into a command string and executed on the server without proper sanitization. This flaw allows unauthenticated remote attackers to execute arbitrary commands on the underlying system.

Critical Impact

Unauthenticated remote attackers can achieve arbitrary command execution on servers running GPT-SoVITS-WebUI version 20250228v3 and prior, potentially leading to complete system compromise.

Affected Products

  • GPT-SoVITS-WebUI version 20250228v3 and all prior versions
  • rvc-boss gpt-sovits-webui

Discovery Timeline

  • July 15, 2025 - CVE-2025-49834 published to NVD
  • July 30, 2025 - Last updated in NVD database

Technical Details for CVE-2025-49834

Vulnerability Analysis

This command injection vulnerability stems from improper handling of user input in the web interface's denoise functionality. The open_denoise function in webui.py accepts two user-controllable parameters: denoise_inp_dir (input directory) and denoise_opt_dir (output directory). These values are directly concatenated into a command string that is subsequently executed by the Python runtime on the server.

The lack of input validation or sanitization allows attackers to inject shell metacharacters and malicious commands that will be interpreted and executed by the underlying operating system shell. Since this is a network-accessible web interface, exploitation can be achieved remotely without authentication, making it particularly dangerous for internet-facing deployments.

Root Cause

The root cause is a classic CWE-77 (Command Injection) vulnerability where user-supplied input is passed unsanitized to a system command execution function. The denoise_inp_dir and denoise_opt_dir parameters flow directly from user input into command construction at multiple points in webui.py (lines 362, 366, 909-910, and 1038) without any validation, escaping, or use of parameterized command execution methods.

Attack Vector

The vulnerability is exploitable over the network without requiring authentication. An attacker can craft malicious input containing shell metacharacters (such as ;, |, &&, or backticks) in the directory path parameters. When the application processes this input, the injected commands are executed with the same privileges as the web application process.

For example, an attacker could supply a directory path like ; whoami ; or $(malicious_command) to execute arbitrary system commands. The vulnerability affects the denoise processing workflow, which is typically accessible through the web interface without additional authentication requirements.

Technical details of the vulnerable code paths can be found in the GitHub Security Advisory and the referenced source code locations.

Detection Methods for CVE-2025-49834

Indicators of Compromise

  • Unexpected child processes spawned from the Python web application process
  • Unusual network connections or reverse shells originating from the GPT-SoVITS-WebUI server
  • Suspicious directory path values containing shell metacharacters (;, |, &&, $(), backticks) in application logs
  • File system modifications outside normal application directories

Detection Strategies

  • Monitor web application logs for denoise requests containing shell metacharacters or command injection patterns in directory path parameters
  • Implement web application firewall (WAF) rules to detect and block requests with suspicious characters in path parameters
  • Deploy endpoint detection solutions to monitor for unexpected command execution from Python processes
  • Enable process creation auditing on systems running the application to capture anomalous subprocess spawning

Monitoring Recommendations

  • Configure alerting for any subprocess execution from the GPT-SoVITS-WebUI application that deviates from expected behavior
  • Monitor for outbound network connections from the web server to unexpected destinations
  • Implement file integrity monitoring on critical system directories
  • Review authentication and access logs for the web interface for unusual access patterns

How to Mitigate CVE-2025-49834

Immediate Actions Required

  • Restrict network access to GPT-SoVITS-WebUI instances to trusted networks only; do not expose to the public internet
  • Implement network-level access controls or place the application behind a VPN
  • Deploy a web application firewall (WAF) with rules to block command injection patterns
  • Run the application with minimal system privileges in an isolated environment or container

Patch Information

At the time of publication, no known patched versions are available for this vulnerability. Users should monitor the GPT-SoVITS GitHub repository for security updates and apply patches as soon as they become available.

Workarounds

  • Isolate the application in a containerized environment with restricted system access and no network egress capabilities
  • Implement input validation at the reverse proxy or WAF level to block requests containing shell metacharacters in directory parameters
  • Disable or restrict access to the denoise functionality if it is not required for your use case
  • Consider running the application in a sandboxed environment with limited file system and network access
bash
# Example: Restrict network access using iptables
# Allow only specific trusted IPs to access the web interface
iptables -A INPUT -p tcp --dport 7860 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 7860 -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.80%

  • 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

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

  • CVE-2025-49835: 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