Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-3121 — Remote Code Execution in create_conda_env function in parisneo/lollms | Kitploit
Tools/GitHubGitHub/dark-ninja10/cve-2024-3121
Vulnerability AnalysisExploitationWeb Application ExploitationPapers & ResearchLearning & Education
GitHubdark-ninja10/cve-2024-3121

CVE-2024-3121

Remote Code Execution in create_conda_env function in parisneo/lollms

View Repository
1 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-3121 - Remote Code Execution (RCE) in parisneo/lollms

Discovered by: Syed Jan Muhammad Zaidi
GitHub: dark-ninja10
CVE ID: CVE-2024-3121
Repository Affected: parisneo/lollms


🧨 Vulnerability Summary

A Remote Code Execution (RCE) vulnerability exists in the create_conda_env function of the lollms framework. This function constructs a system command using unsanitized input, allowing attackers to inject arbitrary commands and gain code execution on the host.


🔥 Impact

An attacker with access to the env_name input parameter can execute arbitrary OS-level commands. This can result in:

  • Complete system compromise
  • Unauthorized data access or modification
  • Installation of backdoors, malware, or crypto miners
  • Lateral movement within the network

  • 💣 Vulnerable Code

    root@kitploit:~
    process = subprocess.Popen(f'{conda_path} create --name {env_name} python={python_version} -y', shell=True)
    

    Issue: The env_name variable is directly interpolated into a shell command without input validation or escaping, making it susceptible to shell injection.

    🏷️ References

    CVE-2024-3121 - NVD

    parisneo/lollms

    Full Huntr report

    Download Tool