Lucene search
+L

14736 matches found

Cvelist
Cvelist
added 2025/11/21 9:43 p.m.23 views

CVE-2025-65106 LangChain Vulnerable to Template Injection via Attribute Access in Prompt Templates

LangChain is a framework for building agents and LLM-powered applications. From versions 0.3.79 and prior and 1.0.0 to 1.0.6, a template injection vulnerability exists in LangChain's prompt template system that allows attackers to access Python object internals through template syntax. This...

8.3CVSS0.00509EPSS
SaveExploits0References3
CVE
CVE
added 2025/11/21 9:43 p.m.82 views

CVE-2025-65106

CVE-2025-65106 — LangChain template injection : LangChain versions 0.3.79 and earlier and 1.0.0 to 1.0.6 contain a template injection vulnerability in the prompt template system that allows access to Python object internals via template syntax, affecting ChatPromptTemplate and related classes whe...

8.3CVSS6.8AI score0.00509EPSS
SaveExploits0References3
Veracode
Veracode
added 2025/11/21 7:14 a.m.20 views

Server-Side Template Injection

github.com/lxc/lxd is vulnerable to Server-Side Template Injection SSTI. The vulnerability is due to improper handling of snapshot pattern templates using the Pongo2 template engine, which allows an attacker with instance-configuration permissions to craft malicious templates and read arbitrary...

7.1CVSS7.2AI score0.00342EPSS
SaveExploits1References5Affected Software1
NVD
NVD
added 2025/11/21 2:15 a.m.18 views

CVE-2025-62426

vLLM is an inference and serving engine for large language models LLMs. From version 0.5.5 to before 0.11.1, the /v1/chat/completions and /tokenize endpoints allow a chattemplatekwargs request parameter that is used in the code before it is properly validated against the chat template. With the...

6.5CVSS0.00365EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/11/21 1:21 a.m.25 views

CVE-2025-62426 vLLM vulnerable to DoS via large Chat Completion or Tokenization requests with specially crafted `chat_template_kwargs`

vLLM is an inference and serving engine for large language models LLMs. From version 0.5.5 to before 0.11.1, the /v1/chat/completions and /tokenize endpoints allow a chattemplatekwargs request parameter that is used in the code before it is properly validated against the chat template. With the...

6.5CVSS0.00365EPSS
SaveExploits0References5
CVE
CVE
added 2025/11/21 1:21 a.m.42 views

CVE-2025-62426

Summary: CVE-2025-62426 affects vLLM up to versions before 0.11.1. The /v1/chat/completions and /tokenize endpoints accept a chat_template_kwargs parameter that is used before validation, allowing an attacker to block the API server by forcing large tokenization tasks and delaying all other reque...

6.5CVSS6.8AI score0.00365EPSS
SaveExploits0References5Affected Software1
RedhatCVE
RedhatCVE
added 2025/11/21 12:18 a.m.21 views

CVE-2025-63888

The read function in file thinkphp\library\think\template\driver\File.php in ThinkPHP 5.0.24 contains a remote code execution vulnerability...

9.8CVSS8.1AI score0.00566EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/11/21 12:18 a.m.17 views

CVE-2025-63889

The fetch function in file thinkphp\library\think\Template.php in ThinkPHP 5.0.24 allows attackers to read arbitrary files via crafted file path in a template value...

7.5CVSS6.8AI score0.00302EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/11/21 12:00 a.m.9 views

LangChain 安全漏洞

LangChain is a LangChain open source framework for developing applications powered by the Large Language Model LLM. A security vulnerability exists in LangChain versions 0.3.79 and earlier and versions 1.0.0 through 1.0.6, which stems from a template injection that could lead to accessing the...

8.3CVSS6.7AI score0.00509EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/11/21 12:00 a.m.14 views

vLLM 安全漏洞

vLLM is a high throughput and memory efficient inference and service engine for LLM from vLLM open source. A security vulnerability exists in vLLM version 0.5.5 through versions prior to 0.11.1, which stems from insufficient validation of the chattemplatekwargs parameter, and may result in API...

6.5CVSS6.4AI score0.00365EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2025/11/20 9:26 p.m.23 views

vLLM vulnerable to DoS via large Chat Completion or Tokenization requests with specially crafted `chat_template_kwargs`

Summary The /v1/chat/completions and /tokenize endpoints allow a chattemplatekwargs request parameter that is used in the code before it is properly validated against the chat template. With the right chattemplatekwargs parameters, it is possible to block processing of the API server for long...

6.5CVSS6.8AI score0.00365EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2025/11/20 9:26 p.m.9 views

GHSA-69J4-GRXJ-J64P vLLM vulnerable to DoS via large Chat Completion or Tokenization requests with specially crafted `chat_template_kwargs`

Summary The /v1/chat/completions and /tokenize endpoints allow a chattemplatekwargs request parameter that is used in the code before it is properly validated against the chat template. With the right chattemplatekwargs parameters, it is possible to block processing of the API server for long...

6.5CVSS6.1AI score0.00365EPSS
SaveExploits0References10
Snyk
Snyk
added 2025/11/20 9:26 p.m.21 views

Allocation of Resources Without Limits or Throttling

Overview vllm is an A high-throughput and memory-efficient inference and serving engine for LLMs Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via the applyhfchattemplate method. An authenticated user can cause the server to become...

7.1CVSS6.9AI score0.00365EPSS
SaveExploits0References2
NVD
NVD
added 2025/11/20 6:15 p.m.12 views

CVE-2025-63889

The fetch function in file thinkphp\library\think\Template.php in ThinkPHP 5.0.24 allows attackers to read arbitrary files via crafted file path in a template value...

7.5CVSS0.00302EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2025/11/20 5:42 p.m.16 views

LangChain Vulnerable to Template Injection via Attribute Access in Prompt Templates

Context A template injection vulnerability exists in LangChain's prompt template system that allows attackers to access Python object internals through template syntax. This vulnerability affects applications that accept untrusted template strings not just template variables in ChatPromptTemplate...

8.3CVSS6.8AI score0.00509EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/11/20 5:42 p.m.15 views

GHSA-6QV9-48XG-FC7F LangChain Vulnerable to Template Injection via Attribute Access in Prompt Templates

Context A template injection vulnerability exists in LangChain's prompt template system that allows attackers to access Python object internals through template syntax. This vulnerability affects applications that accept untrusted template strings not just template variables in ChatPromptTemplate...

8.3CVSS6.8AI score0.00509EPSS
SaveExploits0References5
CVE
CVE
added 2025/11/20 1:32 p.m.43 views

CVE-2025-13469

CVE-2025-13469 affects Public Knowledge Project platforms PKP OJS/OMP/Ops (versions 3.3.0/3.4.0/3.5.0) where an attacker can trigger a cross-site scripting (XSS) by manipulating the argument manualInstructions in the file plugins/paymethod/manual/templates/paymentForm.tpl under the Payment Instru...

4.8CVSS3.2AI score0.00256EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/11/20 1:32 p.m.22 views

CVE-2025-13469 Public Knowledge Project omp/ojs Payment Instructions Setting paymentForm.tpl cross site scripting

A security vulnerability has been detected in Public Knowledge Project omp and ojs 3.3.0/3.4.0/3.5.0. Impacted is an unknown function of the file plugins/paymethod/manual/templates/paymentForm.tpl of the component Payment Instructions Setting Handler. The manipulation of the argument...

4.8CVSS0.00256EPSS
SaveExploits0References6
Circl
Circl
added 2025/11/20 11:49 a.m.10 views

CVE-2018-13317

creationtimestamp| type| source ---|---|--- 2025-11-20 11:49:55+00:00| confirmed| https://github.com/projectdiscovery/nuclei-templates/tree/main/http/cves/2018/CVE-2018-13317.yaml 2025-11-21 21:02:46+00:00| seen| https://bsky.app/profile/beikokucyber.bsky.social/post/3m666lbabq42b...

6.1CVSS6AI score0.01375EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/11/20 12:00 a.m.28 views

CVE-2025-63888

The read function in file thinkphp\library\think\template\driver\File.php in ThinkPHP 5.0.24 contains a remote code execution vulnerability...

0.00566EPSS
SaveExploits0References2
Rows per page
Query Builder