From c9d3febed725472fa0d42569348082a29ae128ef Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 18:04:06 +0000 Subject: [PATCH] Publish GHSA-22c2-9gwg-mj59 --- .../GHSA-22c2-9gwg-mj59.json | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 advisories/github-reviewed/2025/05/GHSA-22c2-9gwg-mj59/GHSA-22c2-9gwg-mj59.json diff --git a/advisories/github-reviewed/2025/05/GHSA-22c2-9gwg-mj59/GHSA-22c2-9gwg-mj59.json b/advisories/github-reviewed/2025/05/GHSA-22c2-9gwg-mj59/GHSA-22c2-9gwg-mj59.json new file mode 100644 index 00000000000..02f58d4617b --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-22c2-9gwg-mj59/GHSA-22c2-9gwg-mj59.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-22c2-9gwg-mj59", + "modified": "2025-05-20T18:01:52Z", + "published": "2025-05-20T18:01:52Z", + "aliases": [ + "CVE-2025-46725" + ], + "summary": "Langroid has a Code Injection vulnerability in LanceDocChatAgent through vector_store", + "details": "### Summary\n[LanceDocChatAgent](https://github.com/langroid/langroid/blob/main/langroid/agent/special/lance_doc_chat_agent.py#L158) uses pandas eval() through `compute_from_docs()`:\nhttps://github.com/langroid/langroid/blob/18667ec7e971efc242505196f6518eb19a0abc1c/langroid/vector_store/base.py#L136-L150\n\nAs a result, an attacker may be able to make the agent run malicious commands through [QueryPlan.dataframe_calc](https://github.com/langroid/langroid/blob/main/langroid/agent/special/lance_tools.py#L16) compromising the host system.\n\n### Fix \nLangroid 0.53.15 sanitizes input to the affected function by default to tackle the most common attack vectors, and added several warnings about the risky behavior in the project documentation.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "langroid" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.53.15" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/langroid/langroid/security/advisories/GHSA-22c2-9gwg-mj59" + }, + { + "type": "WEB", + "url": "https://github.com/langroid/langroid/commit/0d9e4a7bb3ae2eef8d38f2e970ff916599a2b2a6" + }, + { + "type": "PACKAGE", + "url": "https://github.com/langroid/langroid" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-94" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-05-20T18:01:52Z", + "nvd_published_at": null + } +} \ No newline at end of file