CVE-2024-3126: Command Injection in parisneo/lollms-webui
A command injection vulnerability exists in the 'runxttsapiserver' function of the parisneo/lollms-webui application, specifically within the 'lollmsxtts.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 'xttsbaseurl' input. This flaw allows attackers to execute arbitrary commands remotely by manipulating the 'xttsbaseurl' 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.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-3126?
CVE-2024-3126 is classified as a high severity command injection vulnerability.
How do I fix CVE-2024-3126?
To mitigate CVE-2024-3126, update the parisneo/lollms-webui application to version 9.6 or later.
Who is affected by CVE-2024-3126?
Users of the parisneo/lollms-webui application version 9.5 and below are affected by CVE-2024-3126.
What type of vulnerability is CVE-2024-3126?
CVE-2024-3126 is a command injection vulnerability that allows attackers to execute arbitrary commands on the server.
Where can I find more information about CVE-2024-3126?
More information about CVE-2024-3126 can be found in the official MITRE database and on GitHub.