VDB
KO
HIGH 8.8

GHSA-gmj6-6f8f-6699

Jinja has a sandbox breakout through malicious filenames

Details

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.

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI / jinja2
Introduced in: 3.0.0 Fixed in: 3.1.5
Fix pip install --upgrade 'jinja2>=3.1.5'

References