diff --git a/advisories/unreviewed/2025/03/GHSA-jccx-m9v4-9hwh/GHSA-jccx-m9v4-9hwh.json b/advisories/github-reviewed/2025/03/GHSA-jccx-m9v4-9hwh/GHSA-jccx-m9v4-9hwh.json similarity index 68% rename from advisories/unreviewed/2025/03/GHSA-jccx-m9v4-9hwh/GHSA-jccx-m9v4-9hwh.json rename to advisories/github-reviewed/2025/03/GHSA-jccx-m9v4-9hwh/GHSA-jccx-m9v4-9hwh.json index f50c9988857..420803b84ee 100644 --- a/advisories/unreviewed/2025/03/GHSA-jccx-m9v4-9hwh/GHSA-jccx-m9v4-9hwh.json +++ b/advisories/github-reviewed/2025/03/GHSA-jccx-m9v4-9hwh/GHSA-jccx-m9v4-9hwh.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-jccx-m9v4-9hwh", - "modified": "2025-03-20T12:32:45Z", + "modified": "2025-03-21T22:23:35Z", "published": "2025-03-20T12:32:45Z", "aliases": [ "CVE-2024-6982" ], + "summary": "LoLLMS Code Injection vulnerability", "details": "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.", "severity": [ { @@ -13,7 +14,27 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "lollms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "11.0.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -23,6 +44,10 @@ "type": "WEB", "url": "https://github.com/parisneo/lollms/commit/30e7eaba2ccfb751a81e7cb29fdef2ae8ffa6832" }, + { + "type": "PACKAGE", + "url": "https://github.com/ParisNeo/lollms" + }, { "type": "WEB", "url": "https://huntr.com/bounties/4f8e73ac-aaaf-4d5c-a6dd-58215b5a7fea" @@ -33,8 +58,8 @@ "CWE-94" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T22:23:35Z", "nvd_published_at": "2025-03-20T10:15:34Z" } } \ No newline at end of file