First published: Mon Dec 23 2024(Updated: )
Jinja is an extensible templating engine. Prior to 3.1.5, a bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of if Jinja's sandbox is used. To exploit the vulnerability, an attacker needs to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates where the template author can also choose the template filename. This vulnerability is fixed in 3.1.5.
Affected Software | Affected Version | How to fix |
---|---|---|
Jinja | <3.1.5 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of REDHAT-BUG-2333854 is high due to the potential for arbitrary code execution.
To fix REDHAT-BUG-2333854, upgrade Jinja to version 3.1.5 or later.
Users of Jinja versions prior to 3.1.5 are affected by REDHAT-BUG-2333854.
REDHAT-BUG-2333854 is a code execution vulnerability in the Jinja templating engine.
An attacker exploiting REDHAT-BUG-2333854 can execute arbitrary Python code by controlling the template content and filename.