Home » Database

AVID-2026-R1463

Description

Command Injection in parisneo/lollms-webui (CVE-2024-3126)

Details

A command injection vulnerability exists in the ‘run_xtts_api_server’ function of the parisneo/lollms-webui application, specifically within the ‘lollms_xtts.py’ script. The vulnerability arises due to the improper neutralization of special elements used in an OS command. The affected function utilizes ‘subprocess.Popen’ to execute a command constructed with a Python f-string, without adequately sanitizing the ‘xtts_base_url’ input. This flaw allows attackers to execute arbitrary commands remotely by manipulating the ‘xtts_base_url’ parameter. The vulnerability affects versions up to and including the latest version before 9.5. Successful exploitation could lead to arbitrary remote code execution (RCE) on the system where the application is deployed.

Reason for inclusion in AVID: The CVE describes a command injection in a component (parisneo/lollms-webui) used in AI/ML pipelines (TTS/web UI), enabling remote code execution. This affects a software component that can be part of the AI system serving stack, i.e., a general-purpose AI supply chain vulnerability. The report provides explicit vulnerability type (CWE-78), CVSS details, and exploitation impact, meeting AVID criteria.

References

Affected or Relevant Artifacts

  • Developer: parisneo
  • Deployer: parisneo
  • Artifact Details:
TypeName
Systemparisneo/lollms-webui

Impact

AVID Taxonomy Categorization

  • Risk domains: Security
  • SEP subcategories: S0100: Software Vulnerability
  • Lifecycle stages: L06: Deployment

CVSS

Version3.0
Vector StringCVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Base Score8.4
Base Severity🔴 High
Attack VectorLOCAL
Attack Complexity🟢 Low
Privileges RequiredNONE
User InteractionNONE
ScopeUNCHANGED
Confidentiality Impact🔴 High
Integrity Impact🔴 High
Availability Impact🔴 High

CWE

IDDescription
CWE-78CWE-78 Improper Neutralization of Special Elements used in an OS Command

Other information

  • Report Type: Advisory
  • Credits:
  • Date Reported: 2024-05-16
  • Version: 0.3.3
  • AVID Entry