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.
References
| Link | Resource |
|---|---|
| https://github.com/Giskard-AI/giskard-oss/security/advisories/GHSA-frv4-x25r-588m | Exploit Vendor Advisory Mitigation |
| https://github.com/Giskard-AI/giskard-oss/security/advisories/GHSA-frv4-x25r-588m | Exploit Vendor Advisory Mitigation |
Configurations
Configuration 1 (hide)
|
History
07 Apr 2026, 21:20
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Giskard giskard-agents
Giskard Giskard giskard-agent |
|
| References | () https://github.com/Giskard-AI/giskard-oss/security/advisories/GHSA-frv4-x25r-588m - Exploit, Vendor Advisory, Mitigation | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.8 |
| CPE | cpe:2.3:a:giskard:giskard-agent:*:*:*:*:*:python:*:* cpe:2.3:a:giskard:giskard-agents:1.0.1:alpha1:*:*:*:python:*:* cpe:2.3:a:giskard:giskard-agent:1.0.2:alpha1:*:*:*:python:*:* |
31 Mar 2026, 20:16
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/Giskard-AI/giskard-oss/security/advisories/GHSA-frv4-x25r-588m - |
31 Mar 2026, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-03-31 15:16
Updated : 2026-04-07 21:20
NVD link : CVE-2026-34172
Mitre link : CVE-2026-34172
CVE.ORG link : CVE-2026-34172
JSON object : View
Products Affected
giskard
- giskard-agent
- giskard-agents
CWE
CWE-1336
Improper Neutralization of Special Elements Used in a Template Engine
