CVE-2026-82447
Received Received - Intake

Sandbox Escape in Skyvern via Malicious Jinja Template Injection

Vulnerability report for CVE-2026-82447, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-29

Last updated on: 2026-08-29

Assigner: VulnCheck

Description

Skyvern before 1.0.45 contains a sandbox escape vulnerability in TextPromptBlock that renders prompts twice, first through a sandboxed Jinja environment and then through an unsandboxed environment. Attackers can inject malicious Jinja template syntax through workflow parameters or upstream block output to execute arbitrary code with server process privileges.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-29
Last Modified
2026-08-29
Generated
2026-08-29
AI Q&A
2026-08-29
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
skyvern-ai skyvern to 1.0.45 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-1336 The product uses a template engine to insert or process externally-influenced input, but it does not neutralize or incorrectly neutralizes special elements or syntax that can be interpreted as template expressions or other code directives when processed by the engine.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Skyvern before version 1.0.45 has a sandbox escape vulnerability in the TextPromptBlock component. It renders prompts twice: first in a sandboxed Jinja environment and then unsandboxed. Attackers can inject malicious Jinja template syntax through workflow parameters or upstream block output to execute arbitrary code with server privileges.

Detection Guidance

Check Skyvern version with pip show skyvern or grep version in installed files. Monitor for unexpected code execution in logs, especially from TextPromptBlock components. Look for double-rendered prompts in workflow execution traces.

Impact Analysis

This vulnerability allows attackers to execute arbitrary code on the server running Skyvern with the same privileges as the server process. This could lead to full system compromise, data theft, or unauthorized access to sensitive information.

Compliance Impact

This vulnerability could lead to unauthorized data access or exfiltration, violating GDPR's data protection principles and HIPAA's security requirements. Organizations using vulnerable Skyvern versions may face compliance violations, legal penalties, and reputational damage.

Mitigation Strategies

Upgrade Skyvern to version 1.0.45 or later. Review workflow parameters for malicious Jinja syntax like {{7*7}}. Disable TextPromptBlock usage until patched. Monitor for unauthorized server process activity.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82447. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart