You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
This CVE is currently being enriched by team members, this process results in the association of reference link tags, CVSS, CWE, and CPE applicability statement data.
Description
Giskard is an open-source Python library for testing and evaluating agentic systems. Prior to versions 0.3.4 and 1.0.2b1, ChatWorkflow.chat(message) passes its string argument directly as a Jinja2 template source to a non-sandboxed Environment. A developer who passes user input to this method enables full remote code execution via Jinja2 class traversal. The method name chat and parameter name message naturally invite passing user input directly, but the string is silently parsed as a Jinja2 template, not treated as plain text. This issue has been patched in versions 0.3.4 and 1.0.2b1.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
Title: giskard-oss de Giskard-AI, Description: Giskard es una biblioteca Python de código abierto para probar y evaluar sistemas agénticos. Antes de las versiones 0.3.4 y 1.0.2b1, ChatWorkflow.chat(message) pasa su argumento de cadena directamente como una fuente de plantilla Jinja2 a un entorno no aislado. Un desarrollador que pasa la entrada del usuario a este método habilita la ejecución remota de código completa a través del recorrido de clases de Jinja2. El nombre del método chat y el nombre del parámetro message invitan naturalmente a pasar la entrada del usuario directamente, pero la cadena se analiza silenciosamente como una plantilla Jinja2, no se trata como texto sin formato. Este problema ha sido parcheado en las versiones 0.3.4 y 1.0.2b1.
OR
*cpe:2.3:a:giskard:giskard-agent:1.0.2:alpha1:*:*:*:python:*:*
*cpe:2.3:a:giskard:giskard-agents:1.0.1:alpha1:*:*:*:python:*:*
*cpe:2.3:a:giskard:giskard-agent:*:*:*:*:*:python:*:* versions up to (excluding) 0.3.4
New CVE Received from GitHub, Inc.3/31/2026 11:16:17 AM
Action
Type
Old Value
New Value
Added
Description
Giskard is an open-source Python library for testing and evaluating agentic systems. Prior to versions 0.3.4 and 1.0.2b1, ChatWorkflow.chat(message) passes its string argument directly as a Jinja2 template source to a non-sandboxed Environment. A developer who passes user input to this method enables full remote code execution via Jinja2 class traversal. The method name chat and parameter name message naturally invite passing user input directly, but the string is silently parsed as a Jinja2 template, not treated as plain text. This issue has been patched in versions 0.3.4 and 1.0.2b1.