SCA: security update for lollms (GHSA-jccx-m9v4-9hwh)

high Tenable Self-Hosted Container Security Plugin ID 421210

Description

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

- A remote code execution vulnerability exists in the Calculate function of parisneo/lollms version 9.8. The
vulnerability arises from the use of Python's `eval()` function to evaluate mathematical expressions
within a Python sandbox that disables `__builtins__` and only allows functions from the `math` module.
This sandbox can be bypassed by loading the `os` module using the `_frozen_importlib.BuiltinImporter`
class, allowing an attacker to execute arbitrary commands on the server. The issue is fixed in version
9.10. (CVE-2024-6982)

See Also

https://github.com/advisories/GHSA-jccx-m9v4-9hwh

Plugin Details

Severity: High

ID: 421210

Version: Revision 1.11

Type: Local

Family: SCA Checks

Published: 3/22/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.75

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.2

Temporal Score: 5.3

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

CVSS Score Source: CVE-2024-6982

CVSS v3

Risk Factor: High

Base Score: 8.4

Temporal Score: 7.3

Vector: CVSS:3.0/AV:L/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: 3/20/2025

Vulnerability Publication Date: 3/20/2025

Reference Information

CVE: CVE-2024-6982

cwe: CWE-94