Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Lollms | Lollms Web Ui | < 9.5 |
Related Weaknesses (CWE)
References
- https://github.com/parisneo/lollms-webui/commit/41dbb1b3f2e78ea276e5269544e50514Patch
- https://huntr.com/bounties/0e2bec70-826e-4c24-8015-31921e23fd12ExploitIssue TrackingPatch
- https://github.com/parisneo/lollms-webui/commit/41dbb1b3f2e78ea276e5269544e50514Patch
- https://huntr.com/bounties/0e2bec70-826e-4c24-8015-31921e23fd12ExploitIssue TrackingPatch
FAQ
What is CVE-2024-3126?
CVE-2024-3126 is a vulnerability with a CVSS score of 8.4 (HIGH). 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 t...
How severe is CVE-2024-3126?
CVE-2024-3126 has been rated HIGH with a CVSS base score of 8.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-3126?
Check the references section above for vendor advisories and patch information. Affected products include: Lollms Lollms Web Ui.