Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2024-2356 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

A Local File Inclusion (LFI) vulnerability exists in the '/reinstall_extension' endpoint of the parisneo/lollms-webui application, specifically within the `name` parameter of the `@router.post("/reinstall_extension")` route. This vulnerability allows attackers to inject a malicious `name` parameter, leading to the server loading and executing arbitrary Python files from the upload directory for discussions. This issue arises due to the concatenation of `data.name` directly with `lollmsElfServer.lollms_paths.extensions_zoo_path` and its use as an argument for `ExtensionBuilder().build_extension()`. The server's handling of the `__init__.py` file in arbitrary locations, facilitated by `importlib.machinery.SourceFileLoader`, enables the execution of arbitrary code, such as command execution or creating a reverse-shell connection. This vulnerability affects the latest version of parisneo/lollms-webui and can lead to Remote Code Execution (RCE) when the application is exposed to an external endpoint or the UI, especially when bound to `0.0.0.0` or in `headless mode`. No user interaction is required for exploitation.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-29Path Traversal: '\..\filename'[email protected]

Affected Products

ProductVersions
parisneo/lollms-webui
<= 9.5

CPE

  • cpe:2.3:a:lollms:lollms_web_ui:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: v9.5moderate effort
  • Workaround:low effort

    Do not expose the application to external endpoints or run it in headless mode.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2024-2356
NVD Published Date:
Feb 2, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2024-2356 Details - Not Deferred