CVE-2024-6982
Last modified
CVE-2024-6982 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. 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. EPSS estimates a 0.43% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2024-6982?
How severe is CVE-2024-6982?
How do I fix CVE-2024-6982?
Are you affected by CVE-2024-6982?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
