CVE-2026-44209 PUBLISHED

Banks: Critical Remote Code Execution (RCE) via Jinja2 SSTI

Assigner: GitHub_M
Reserved: 05.05.2026 Published: 26.05.2026 Updated: 26.05.2026

Banks generates meaningful LLM prompts using a template language that makes sense. Prior to 2.4.2, banks uses jinja2.Environment() (unsandboxed) to render prompt templates. Applications that pass user-supplied strings as the template argument to Prompt() are vulnerable to Server-Side Template Injection (SSTI), which can lead to Remote Code Execution (RCE) on the host system. This vulnerability is fixed in 2.4.2.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
CVSS Score: 7.5

Product Status

Vendor masci
Product banks
Versions
  • Version < 2.4.2 is affected

References

Problem Types

  • CWE-1336: Improper Neutralization of Special Elements Used in a Template Engine CWE