SCA: security update for lollms (GHSA-mvrm-fh8q-6wr2)

critical Tenable Self-Hosted Container Security Plugin ID 417154

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- CVE-2024-4320 describes a vulnerability in the parisneo/lollms software, specifically within the
`ExtensionBuilder().build_extension()` function. The vulnerability arises from the `/mount_extension`
endpoint, where a path traversal issue allows attackers to navigate beyond the intended directory
structure. This is facilitated by the `data.category` and `data.folder` parameters accepting empty strings
(`""`), which, due to inadequate input sanitization, can lead to the construction of a `package_path` that
points to the root directory. Consequently, if an attacker can create a `config.yaml` file in a
controllable path, this path can be appended to the `extensions` list and trigger the execution of
`__init__.py` in the current directory, leading to remote code execution. The vulnerability affects
versions up to 5.9.0, and has been addressed in version 9.8. (CVE-2024-5443)

See Also

https://github.com/advisories/GHSA-mvrm-fh8q-6wr2

Plugin Details

Severity: Critical

ID: 417154

Version: Revision 1.19

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.49

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.4

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C

CVSS Score Source: CVE-2024-5443

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/22/2024

Vulnerability Publication Date: 6/22/2024

Reference Information

CVE: CVE-2024-5443

cwe: CWE-29