cve/2024/CVE-2024-3121.md

19 lines
1.1 KiB
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-3121](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-3121)
![](https://img.shields.io/static/v1?label=Product&message=parisneo%2Flollms&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=unspecified%3C%3D%20latest%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-94%20Improper%20Control%20of%20Generation%20of%20Code&color=brighgreen)
### Description
A remote code execution vulnerability exists in the create_conda_env function of the parisneo/lollms repository, version 5.9.0. The vulnerability arises from the use of shell=True in the subprocess.Popen function, which allows an attacker to inject arbitrary commands by manipulating the env_name and python_version parameters. This issue could lead to a serious security breach as demonstrated by the ability to execute the 'whoami' command among potentially other harmful commands.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/dark-ninja10/CVE-2024-3121
- https://github.com/nomi-sec/PoC-in-GitHub