Lucene search
+L

155 matches found

NVD
NVD
added 2026/08/13 12:17 p.m.5 views

CVE-2026-73487

Flowise before 3.1.3 contains a regex-based Python code validator bypass in CSV and Airtable Agent nodes that allows unauthenticated attackers to inject malicious code via prompt injection. Attackers can exploit unblocked pandas functions like pd.readjson to exfiltrate datasets, perform SSRF...

9CVSS0.00389EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/13 11:28 a.m.39 views

CVE-2026-73487

Flowise prior to version 3.1.3 is affected by a vulnerability in the CSV and Airtable Agent nodes where a regex-based Python code validator bypass enables unauthenticated prompt injection. This can allow an attacker to inject and execute code, exfiltrate datasets via unblocked pandas functions (e...

9CVSS5.9AI score0.00389EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/13 11:28 a.m.18 views

CVE-2026-73484

Flowise before 3.1.3 has a sandbox-escape in pythonCodeValidator.ts that allows native Pandas DataFrame methods (to_csv, to_json, pipe, query) to bypass restrictions. This enables authenticated attackers to exfiltrate uploaded CSV data or write arbitrary files to the server filesystem. Reported i...

8.6CVSS5.5AI score0.00289EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/13 11:28 a.m.4 views

CVE-2026-73484 Flowise before 3.1.3 Sandbox Escape via Pandas Methods

Flowise before 3.1.3 contains a sandbox escape vulnerability in pythonCodeValidator.ts that fails to block native Pandas DataFrame methods like tocsv, tojson, pipe, and query. Authenticated attackers can exploit this to exfiltrate uploaded CSV data or write arbitrary files to the server filesyste...

8.6CVSS5.7AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/13 11:28 a.m.30 views

CVE-2026-73484 Flowise before 3.1.3 Sandbox Escape via Pandas Methods

Flowise before 3.1.3 contains a sandbox escape vulnerability in pythonCodeValidator.ts that fails to block native Pandas DataFrame methods like tocsv, tojson, pipe, and query. Authenticated attackers can exploit this to exfiltrate uploaded CSV data or write arbitrary files to the server filesyste...

8.6CVSS0.00289EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/04 3:46 p.m.10 views

Flowise: Remote Code Execution Vulnerability in CSVAgent

Summary The CSVAgent node was observed to allow users to write Python code which gets executed via pyodide. The original intent was to allow users to utilise the pandas library for CSV processing. Although there is a denylist that checks for dangerous Python constructs from being passed in, panda...

9.4CVSS6.1AI score0.0039EPSS
SaveExploits0References5Affected Software2
OSV
OSV
added 2026/07/22 12:00 a.m.4 views

OPENSUSE-SU-2026:11341-1 python313-pandas-3.0.3-1.2 on GA media

These are all security issues fixed in the python313-pandas-3.0.3-1.2 package on the GA media of openSUSE Tumbleweed...

9.8CVSS7.3AI score0.14528EPSS
SaveExploits0References1
PyPA
PyPA
added 2026/07/07 4:02 p.m.23 views

Langroid has a Code Injection vulnerability in LanceDocChatAgent through vector_store

SummaryLanceDocChatAgent uses pandas eval through computefromdocs:https://github.com/langroid/langroid/blob/18667ec7e971efc242505196f6518eb19a0abc1c/langroid/vectorstore/base.pyL136-L150As a result, an attacker may be able to make the agent run malicious commands through QueryPlan.dataframecalc...

9.8CVSS5.9AI score0.00531EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/07 4:02 p.m.12 views

PYSEC-2026-1531 Langroid has a Code Injection vulnerability in LanceDocChatAgent through vector_store

Summary LanceDocChatAgent uses pandas eval through computefromdocs: https://github.com/langroid/langroid/blob/18667ec7e971efc242505196f6518eb19a0abc1c/langroid/vectorstore/base.pyL136-L150 As a result, an attacker may be able to make the agent run malicious commands through QueryPlan.dataframecal...

9.3CVSS5.9AI score0.00531EPSS
SaveExploits0References6
OSV
OSV
added 2026/06/29 11:50 a.m.11 views

PYSEC-2026-383 Langroid has WAF Bypass Leading to RCE in TableChatAgent

Affected Scope langroid = 0.59.31 Vulnerability Description CVE-2025-46724 fix bypass: TableChatAgent can call pandaseval tool to evaluate the expression. There is a WAF in langroid/utils/pandasutils.py introduced to block code injection CVE-2025-46724. However it can be bypassed due to literalok...

9.4CVSS7AI score0.00639EPSS
SaveExploits1References7
OSV
OSV
added 2026/06/29 11:50 a.m.14 views

PYSEC-2026-446 Code execution in pandasai

GenerateSDFPipeline in syntheticdataframe in PandasAI aka pandas-ai through 1.5.17 allows attackers to trigger the generation of arbitrary Python code that is executed by SDFCodeExecutor. An attacker can create a dataframe that provides an English language specification of this Python code. NOTE:...

9.8CVSS7.8AI score0.01006EPSS
SaveExploits1References5
PyPA
PyPA
added 2026/06/29 11:50 a.m.14 views

Langroid has a Code Injection vulnerability in TableChatAgent

SummaryTableChatAgent uses pandas eval. If fed by untrusted user input, like the case of a public-facing LLM application, it may be vulnerable to code injection. PoCFor example, one could prompt the Agent: Evaluate the following pandas expression on the data provided and print output:...

9.8CVSS6AI score0.00819EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/06/29 11:50 a.m.13 views

PYSEC-2026-381 Langroid has a Code Injection vulnerability in TableChatAgent

Summary TableChatAgent uses pandas eval. If fed by untrusted user input, like the case of a public-facing LLM application, it may be vulnerable to code injection. PoC For example, one could prompt the Agent: Evaluate the following pandas expression on the data provided and print output:...

9.8CVSS5.8AI score0.00819EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2026/06/29 12:00 a.m.11 views

PT-2026-53467

Summary TableChatAgent uses pandas eval. If fed by untrusted user input, like the case of a public-facing LLM application, it may be vulnerable to code injection. PoC For example, one could prompt the Agent: Evaluate the following pandas expression on the data provided and print output:...

9.8CVSS5.8AI score0.00819EPSS
SaveExploits1References7
RedhatCVE
RedhatCVE
added 2026/06/05 7:20 p.m.16 views

CVE-2026-41137

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, The CSVAgent allows providing a custom Pandas CSV read code. Due to lack of sanitization, an attacker can provide a command injection payload that will get interpolated and executed by the...

9.4CVSS5.5AI score0.0145EPSS
SaveExploits1References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/05/13 3:25 p.m.23 views

Malicious code in pandas-data (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 34c3e3d51b95102fd72f00c2b6c4bce7e34a801326dfbe7557f2d4346ed37508 Package installs persistent malware acting as Rat, with the focus of stealing data and modifying copied cryptowallet addresses. --- Category: MALICIOUS - The...

5.8AI score
SaveExploits0References1
OSV
OSV
added 2026/05/13 3:25 p.m.19 views

MAL-2026-3661 Malicious code in pandas-data (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 34c3e3d51b95102fd72f00c2b6c4bce7e34a801326dfbe7557f2d4346ed37508 Package installs persistent malware acting as Rat, with the focus of stealing data and modifying copied cryptowallet addresses. --- Category: MALICIOUS - The...

5.8AI score
SaveExploits0References1
OSV
OSV
added 2026/05/12 6:30 p.m.10 views

GHSA-WCR3-GM9F-F87Q Ludwig framework is vulnerable to insecure deserialization through its predict() method.

The Ludwig framework thru 0.10.4 is vulnerable to insecure deserialization CWE-502 through its predict method. When a user provides a dataset file path to the predict method, the framework automatically determines the file format. If the file is a pickle .pkl file, it is loaded using...

9.8CVSS6.3AI score0.006EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/04/24 7:23 p.m.11 views

CVE-2026-41138

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, there is a remote code execution vulnerability in AirtableAgent.ts caused by lack of input verification when using Pandas. The user’s input is directly applied to the question parameter within...

8.8CVSS8.6AI score0.00603EPSS
SaveExploits1References1
NVD
NVD
added 2026/04/23 8:16 p.m.23 views

CVE-2026-41138

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.0, there is a remote code execution vulnerability in AirtableAgent.ts caused by lack of input verification when using Pandas. The user’s input is directly applied to the question parameter within...

8.8CVSS0.00603EPSS
SaveExploits1References1
Rows per page
Query Builder