github.com/chenfei-wu/TaskMatrix
Submitted 8/4/2026, 10:28:01 AM · Status: ok
Risk grade
F
100 / 100
Findings
180
27 critical21 high100 medium19 low13 info0 on CISA KEV0ATT&CK
Showing 180 of 180 findings
Findings
- Gevent allows remote attacker to escalate privilegesgrypeCVE-2023-41419EPSS 1.4%
- langchain arbitrary code execution vulnerabilitygrypeCVE-2023-36258EPSS 1.1%
- langchain Code Injection vulnerabilitygrypeCVE-2023-36095EPSS 1.1%
- Langchain OS Command Injection vulnerabilitygrypeCVE-2023-34540EPSS 1.7%
- Langchain SQL Injection vulnerabilitygrypeCVE-2023-32785
- langchain vulnerable to arbitrary code executiongrypeCVE-2023-36188EPSS 1.9%
- langchain vulnerable to arbitrary code executiongrypeCVE-2023-36281EPSS 2.8%
- Langchain vulnerable to arbitrary code executiongrypeCVE-2023-34541EPSS 0.9%
- LangChain vulnerable to arbitrary code executiongrypeCVE-2023-38896EPSS 1.5%
- LangChain vulnerable to arbitrary code executiongrypeCVE-2023-39659EPSS 1.3%
- LangChain vulnerable to arbitrary code executiongrypeCVE-2023-38860EPSS 1.2%
- Langchain vulnerable to arbitrary code execution via the evaluate function in the numexpr librarygrypeCVE-2023-39631EPSS 1.3%
- LangChain vulnerable to code injectiongrypeCVE-2023-29374EPSS 39.6%
- PyTorch: `torch.load` with `weights_only=True` leads to remote code executiongrypeCVE-2025-32434EPSS 1.9%
- langchain arbitrary code execution vulnerabilityAn issue in LangChain before 0.0.236 allows an attacker to execute arbitrary code because Python code with os.system, exec, or eval can be used.trivyCVE-2023-36258
- langchain Code Injection vulnerabilityAn issue in Harrison Chase langchain v.0.0.194 allows an attacker to execute arbitrary code via the python exec calls in the PALChain, affected functions include from_math_prompt and from_colored_object_prompt.trivyCVE-2023-36095
- Langchain OS Command Injection vulnerabilityLangchain before v0.0.225 was discovered to contain a remote code execution (RCE) vulnerability in the component JiraAPIWrapper (aka the JIRA API wrapper). This vulnerability allows attackers to execute arbitrary code via crafted input. As noted in the "releases/tag" reference, a…trivyCVE-2023-34540
- langchain vulnerable to arbitrary code executionAn issue in langchain v.0.0.64 allows a remote attacker to execute arbitrary code via the PALChain parameter in the Python exec method.trivyCVE-2023-36188
- langchain vulnerable to arbitrary code executionAn issue in langchain v.0.0.171 allows a remote attacker to execute arbitrary code via a JSON file to load_prompt. This is related to __subclasses__ or a template.trivyCVE-2023-36281
- Langchain vulnerable to arbitrary code executionLangchain 0.0.171 is vulnerable to Arbitrary code execution in load_prompt.trivyCVE-2023-34541
- LangChain vulnerable to arbitrary code executionAn issue in LangChain v.0.0.231 allows a remote attacker to execute arbitrary code via the prompt parameter.trivyCVE-2023-38860
- LangChain vulnerable to arbitrary code executionAn issue in Harrison Chase langchain v.0.0.194 and before allows a remote attacker to execute arbitrary code via the from_math_prompt and from_colored_object_prompt functions.trivyCVE-2023-38896
- LangChain vulnerable to arbitrary code executionAn issue in langchain langchain-ai v.0.0.232 and before allows a remote attacker to execute arbitrary code via a crafted script to the PythonAstREPLTool._run component.trivyCVE-2023-39659
- Langchain vulnerable to arbitrary code execution via the evaluate function in the numexpr libraryAn issue in LanChain-ai Langchain v.0.0.245 allows a remote attacker to execute arbitrary code via the evaluate function in the numexpr library.trivyCVE-2023-39631
- LangChain vulnerable to code injectionIn LangChain through 0.0.131, the LLMMathChain chain allows prompt injection attacks that can execute arbitrary code via the Python exec method.trivyCVE-2023-29374
- python-gevent: privilege escalation via a crafted script to the WSGIServer componentAn issue in Gevent before version 23.9.0 allows a remote attacker to escalate privileges via a crafted script to the WSGIServer component.trivyCVE-2023-41419
- PyTorch is a Python package that provides tensor computation with stro ...PyTorch is a Python package that provides tensor computation with strong GPU acceleration and deep neural networks built on a tape-based autograd system. In version 2.5.1 and prior, a Remote Command Execution (RCE) vulnerability exists in PyTorch when loading a model using torch.…trivyCVE-2025-32434
- Flask-CORS allows the `Access-Control-Allow-Private-Network` CORS header to be set to true by defaultgrypeCVE-2024-6221EPSS 0.7%
- Gunicorn HTTP Request/Response Smuggling vulnerabilitygrypeCVE-2024-6827EPSS 0.7%
- LangChain Server Side Request Forgery vulnerabilitygrypeCVE-2023-46229EPSS 44.7%
- Langchain Server-Side Request Forgery vulnerabilitygrypeCVE-2023-32786EPSS 0.6%
- langchain SQL Injection vulnerabilitygrypeCVE-2023-36189EPSS 1.2%
- LangSmith SDK: Public prompt pull deserializes untrusted manifests without trust boundary warninggrypeCVE-2026-45134EPSS 0.2%
- PyTorch heap buffer overflow vulnerabilitygrypeCVE-2024-31580EPSS 0.2%
- Pytorch use-after-free vulnerabilitygrypeCVE-2024-31583EPSS 0.3%
- Request smuggling leading to endpoint restriction bypass in GunicorngrypeCVE-2024-1135EPSS 3.0%
- 'apt-get' missing '--no-install-recommends''apt-get' install should use '--no-install-recommends' to minimize image size.trivyLowCodeLLM/Dockerfile:4
- 'RUN <package-manager> update' instruction aloneThe instruction 'RUN <package-manager> update' should always be followed by '<package-manager> install' in the same RUN statement.trivyLowCodeLLM/Dockerfile:3
- A vulnerability in corydolphin/flask-cors version 4.0.1 allows the `Ac ...A vulnerability in corydolphin/flask-cors version 4.0.1 allows the `Access-Control-Allow-Private-Network` CORS header to be set to true by default. This behavior can expose private network resources to unauthorized external access, leading to significant security risks such as da…trivyCVE-2024-6221
- gunicorn: HTTP Request Smuggling in benoitc/gunicornGunicorn version 21.2.0 does not properly validate the value of the 'Transfer-Encoding' header as specified in the RFC standards, which leads to the default fallback method of 'Content-Length,' making it vulnerable to TE.CL request smuggling. This vulnerability can lead to cache …trivyCVE-2024-6827
- Image user should not be 'root'Running containers with 'root' user can lead to a container escape situation. It is a best practice to run containers as non-root users, which can be done by adding a 'USER' statement to the Dockerfile.trivyLowCodeLLM/Dockerfile:0
- Langchain Server-Side Request Forgery vulnerabilityIn Langchain through 0.0.155, prompt injection allows an attacker to force the service to retrieve data from an arbitrary URL, essentially providing SSRF and potentially injecting content into downstream tasks.trivyCVE-2023-32786
- langchain SQL Injection vulnerabilitySQL injection vulnerability in langchain before v0.0.247 allows a remote attacker to obtain sensitive information via the SQLDatabaseChain component.trivyCVE-2023-36189
- langchain: langchain SSRFLangChain before 0.0.317 allows SSRF via document_loaders/recursive_url_loader.py because crawling can proceed from an external server to an internal server.trivyCVE-2023-46229
- LangSmith SDK: Public prompt pull deserializes untrusted manifests without trust boundary warningLangSmith Client SDKs provide SDK's for interacting with the LangSmith platform. Prior to LangSmith SDK Python 0.8.0 and JS/TS 0.6.0, the LangSmith SDK's prompt pull methods (pull_prompt / pull_prompt_commit in Python, pullPrompt / pullPromptCommit in JS/TS) fetch and deserialize…trivyCVE-2026-45134
- python-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headersGunicorn fails to properly validate Transfer-Encoding headers, leading to HTTP Request Smuggling (HRS) vulnerabilities. By crafting requests with conflicting Transfer-Encoding headers, attackers can bypass security restrictions and access restricted endpoints. This issue is due t…trivyCVE-2024-1135
- PyTorch before v2.2.0 was discovered to contain a heap buffer overflow ...PyTorch before v2.2.0 was discovered to contain a heap buffer overflow vulnerability in the component /runtime/vararg_functions.cpp. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted input.trivyCVE-2024-31580
- Pytorch before version v2.2.0 was discovered to contain a use-after-fr ...Pytorch before version v2.2.0 was discovered to contain a use-after-free vulnerability in torch/csrc/jit/mobile/interpreter.cpp.trivyCVE-2024-31583
This report is public.