# CVE-2024-4320

## Summary

- **CVE ID:** CVE-2024-4320
- **Severity:** CRITICAL
- **CVSS Score:** 9.8 (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)
- **CWE:** CWE-29
- **Published:** Jun 6, 2024
- **Last Modified:** Mar 13, 2026

## Description

A remote code execution (RCE) vulnerability exists in the '/install_extension' endpoint of the parisneo/lollms-webui application, specifically within the `@router.post("/install_extension")` route handler. The vulnerability arises due to improper handling of the `name` parameter in the `ExtensionBuilder().build_extension()` method, which allows for local file inclusion (LFI) leading to arbitrary code execution. An attacker can exploit this vulnerability by crafting a malicious `name` parameter that causes the server to load and execute a `__init__.py` file from an arbitrary location, such as the upload directory for discussions. This vulnerability affects the latest version of parisneo/lollms-webui and can lead to remote code execution without requiring user interaction, especially when the application is exposed to an external endpoint or operated in headless mode.

## Affected Products

- parisneo — parisneo/lollms-webui (unspecified)

## References

- [CNA](https://huntr.com/bounties/d6564f04-0f59-4686-beb2-11659342279b)

## Exploitation Prediction (EPSS)

- **EPSS Score:** 34.35%
- **EPSS Percentile:** 98.3

---
_Exported from OnDuty AI Vulnerability Intelligence on 2026-09-10._