Lucene search
+L

14180 matches found

Cvelist
Cvelist
added 2026/04/17 8:56 p.m.30 views

CVE-2026-40302 zrok has reflected XSS in GitHub OAuth callback via unsanitized refreshInterval error rendering

zrok is software for sharing web services, files, and network resources. Prior to version 2.0.1, the proxyUi template engine uses Go's text/template which performs no HTML escaping instead of html/template. The GitHub OAuth callback handlers in both publicProxy and dynamicProxy embed the...

6.1CVSS0.00209EPSS
SaveExploits0References2
NVD
NVD
added 2026/04/17 6:16 p.m.13 views

CVE-2026-40320

Giskard is an open-source testing framework for AI models. In versions prior to 1.0.2b1, the ConformityCheck class rendered the rule parameter through Jinja2's default Template constructor, silently interpreting template expressions at runtime. If check definitions are loaded from an untrusted...

7.8CVSS0.00144EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/04/17 5:25 p.m.7 views

CVE-2026-40320 Giskard has an Unsandboxed Jinja2 Template Rendering in ConformityCheck

Giskard is an open-source testing framework for AI models. In versions prior to 1.0.2b1, the ConformityCheck class rendered the rule parameter through Jinja2's default Template constructor, silently interpreting template expressions at runtime. If check definitions are loaded from an untrusted...

5.4CVSS6.2AI score0.00144EPSS
SaveExploits0References2
CVE
CVE
added 2026/04/17 5:25 p.m.38 views

CVE-2026-40320

Giskard (giskard-checks) CVE-2026-40320 involves unsandboxed Jinja2 template rendering in the ConformityCheck rule processing. In versions prior to 1.0.2b1, ConformityCheck rendered the rule parameter using Jinja2’s default Template(), enabling runtime interpretation of template expressions. If c...

7.8CVSS6.2AI score0.00144EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/04/17 11:10 a.m.17 views

OESA-2026-1967 rubygem-addressable security update

Addressable is a replacement for the URI implementation that is part of Ruby's standard library. It more closely conforms to the relevant RFCs and adds support for URI and URL templates. Security Fixes: Within the URI template implementation in Addressable, two classes of URI template generate...

7.5CVSS5.7AI score0.0036EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/04/17 12:00 a.m.25 views

Giskard 安全漏洞

Giskard is an open-source evaluation and testing framework for artificial intelligence systems. Versions of Giskard prior to 1.0.2b1 contained security vulnerabilities. These vulnerabilities stemmed from the ConformityCheck class using the Jinja2 template engine to render rule parameters, which...

7.8CVSS6.1AI score0.00144EPSS
SaveExploits0References2
Redos
Redos
added 2026/04/17 12:00 a.m.13 views

ROS-20260417-73-0045

Vulnerability in glpi is related to failure to take measures to neutralize special elements in the template creation mechanism. Exploitation of the vulnerability may allow an attacker to execute arbitrary code...

9.1CVSS6.2AI score0.11312EPSS
SaveExploits1
CNNVD
CNNVD
added 2026/04/17 12:00 a.m.19 views

zrok 安全漏洞

Zrok is a secure internet sharing tool developed by OpenZiti. Versions of Zrok prior to 2.0.1 contained security vulnerabilities. These vulnerabilities stemmed from the use of the text/template template engine without proper escaping of the refreshInterval parameter, which could lead to cross-sit...

6.1CVSS5.6AI score0.00209EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/04/17 12:00 a.m.22 views

thymeleaf 安全漏洞

Thymeleaf is an open-source Java template engine developed by Thymeleaf projects. Versions of Thymeleaf 3.1.3.RELEASE and earlier contain security vulnerabilities. These vulnerabilities stem from a security bypass in the expression execution mechanism; certain syntax patterns are not properly...

9CVSS6.1AI score0.00766EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/04/17 12:00 a.m.20 views

thymeleaf 安全漏洞

Thymeleaf is an open-source Java template engine developed by Thymeleaf projects. Versions of Thymeleaf 3.1.3.RELEASE and earlier contain security vulnerabilities. These vulnerabilities stem from a security bypass in the expression execution mechanism; access to certain objects is not properly...

9CVSS5.9AI score0.00851EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/04/16 9:16 p.m.26 views

Mako: Path traversal via double-slash URI prefix in TemplateLookup

Summary TemplateLookup.gettemplate is vulnerable to path traversal when a URI starts with // e.g., //../../../secret.txt. The root cause is an inconsistency between two slash-stripping implementations: - Template.init strips one leading / using if/slice - TemplateLookup.gettemplate strips all...

8.7CVSS5.8AI score0.00361EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2026/04/16 9:16 p.m.9 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal via the gettemplate function. An attacker can access arbitrary files readable by the process by supplying a specially crafted URI with a double-slash prefix, which bypasses path normalization checks. Note: This is...

8.7CVSS6.5AI score0.00361EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/16 9:16 p.m.13 views

GHSA-V92G-XGXW-VVMM Mako: Path traversal via double-slash URI prefix in TemplateLookup

Summary TemplateLookup.gettemplate is vulnerable to path traversal when a URI starts with // e.g., //../../../secret.txt. The root cause is an inconsistency between two slash-stripping implementations: - Template.init strips one leading / using if/slice - TemplateLookup.gettemplate strips all...

8.7CVSS5.8AI score0.00361EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/04/16 9:08 p.m.13 views

zrok: Reflected XSS in GitHub OAuth callback via unsanitized refreshInterval error rendering

Summary The proxyUi template engine uses Go's text/template which performs no HTML escaping instead of html/template. The GitHub OAuth callback handlers in both publicProxy and dynamicProxy embed the attacker-controlled refreshInterval query parameter verbatim into an error message when...

6.1CVSS5.9AI score0.00209EPSS
SaveExploits0References4Affected Software2
OSV
OSV
added 2026/04/16 9:08 p.m.9 views

GHSA-4FXQ-2X3X-6XQX zrok: Reflected XSS in GitHub OAuth callback via unsanitized refreshInterval error rendering

Summary The proxyUi template engine uses Go's text/template which performs no HTML escaping instead of html/template. The GitHub OAuth callback handlers in both publicProxy and dynamicProxy embed the attacker-controlled refreshInterval query parameter verbatim into an error message when...

6.1CVSS5.9AI score0.00209EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/04/16 3:59 p.m.143 views

cve-deep-dives

CVE Deep-Dives In-depth technical analyses of significant v...

10CVSS7AI score0.99999EPSS
SaveExploits375
Veracode
Veracode
added 2026/04/16 11:16 a.m.13 views

Improper Input Validation

Lodash is vulnerable to Improper Input Validation. The vulnerability is due to insufficient validation of options.imports key names and unsafe merging of inherited properties, which allows an attacker to inject malicious expressions that execute arbitrary code during template compilation...

9.8CVSS6.1AI score0.02566EPSS
SaveExploits0References75Affected Software4
Veracode
Veracode
added 2026/04/16 11:12 a.m.35 views

Code Injection

Handlebars is vulnerable to code injection. The vulnerability is due to improper sanitization of user-controlled inputs in the CLI precompiler, which allows an attacker to inject arbitrary JavaScript via crafted template filenames or CLI arguments and execute it when the generated code is run...

8.2CVSS6AI score0.00291EPSS
SaveExploits1References9Affected Software1
OSV
OSV
added 2026/04/16 9:49 a.m.8 views

MAL-2026-2747 Malicious code in cloud-run-microservice-template (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector e4c636a68869426b4befc9af7d044d9643686691165d52263cee9b1075b437f4 The package cloud-run-microservice-template was found to contain malicious code...

5.7AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/04/16 9:49 a.m.13 views

Malicious code in cloud-run-microservice-template (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector e4c636a68869426b4befc9af7d044d9643686691165d52263cee9b1075b437f4 The package cloud-run-microservice-template was found to contain malicious code...

5.7AI score
SaveExploits0
Rows per page
Query Builder