Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/jinja2@2.0
purl pkg:pypi/jinja2@2.0
Next non-vulnerable version 3.1.6
Latest non-vulnerable version 3.1.6
Risk 4.0
Vulnerabilities affecting this package (9)
Vulnerability Summary Fixed by
VCID-1kbp-vb7t-cqdw
Aliases:
CVE-2014-1402
GHSA-8r7q-cvjq-x353
PYSEC-2014-8
The default configuration for bccache.FileSystemBytecodeCache in Jinja2 before 2.7.2 does not properly create temporary files, which allows local users to gain privileges via a crafted .cache file with a name starting with __jinja2_ in /tmp.
2.7.2
Affected by 8 other vulnerabilities.
VCID-23hx-apt2-77bn
Aliases:
CVE-2025-27516
GHSA-cpwx-vrp4-4pq7
Jinja2 vulnerable to sandbox breakout through attr filter selecting format method An oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content 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. Jinja's sandbox does catch calls to `str.format` and ensures they don't escape the sandbox. However, it's possible to use the `|attr` filter to get a reference to a string's plain format method, bypassing the sandbox. After the fix, the `|attr` filter no longer bypasses the environment's attribute lookup.
3.1.6
Affected by 0 other vulnerabilities.
VCID-6fxc-s6ht-x7ht
Aliases:
CVE-2016-10745
GHSA-hj2j-77xm-mc5v
PYSEC-2019-220
In Pallets Jinja before 2.8.1, str.format allows a sandbox escape.
2.8.1
Affected by 6 other vulnerabilities.
VCID-6wxf-ewtr-z3hb
Aliases:
CVE-2019-10906
GHSA-462w-v97r-4m45
PYSEC-2019-217
In Pallets Jinja before 2.10.1, str.format_map allows a sandbox escape.
2.10.1
Affected by 5 other vulnerabilities.
VCID-8vr3-83b4-hqd2
Aliases:
CVE-2024-56326
GHSA-q2x7-8rv6-6q7h
Jinja has a sandbox breakout through indirect reference to format method An oversight in how the Jinja sandboxed environment detects calls to `str.format` allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content 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. Jinja's sandbox does catch calls to `str.format` and ensures they don't escape the sandbox. However, it's possible to store a reference to a malicious string's `format` method, then pass that to a filter that calls it. No such filters are built-in to Jinja, but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.
3.1.5
Affected by 1 other vulnerability.
VCID-at54-9w17-wbe8
Aliases:
CVE-2024-34064
GHSA-h75v-3vvj-5mfj
Jinja vulnerable to HTML attribute injection when passing user input as keys to xmlattr filter The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `>`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for the previous GHSA-h5c8-rqwp-cp95 CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.
3.1.4
Affected by 3 other vulnerabilities.
VCID-grgy-jhzr-tyhe
Aliases:
CVE-2014-0012
GHSA-fqh9-2qgg-h84h
PYSEC-2014-82
FileSystemBytecodeCache in Jinja2 2.7.2 does not properly create temporary directories, which allows local users to gain privileges by pre-creating a temporary directory with a user's uid. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-1402.
2.7.2
Affected by 8 other vulnerabilities.
2.7.3
Affected by 7 other vulnerabilities.
VCID-jpa1-g154-1ye8
Aliases:
CVE-2020-28493
GHSA-g3rq-g295-4j3m
PYSEC-2021-66
SNYK-PYTHON-JINJA2-1012994
This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.
2.11.3
Affected by 4 other vulnerabilities.
VCID-np94-ghhk-nug4
Aliases:
CVE-2024-22195
GHSA-h5c8-rqwp-cp95
Jinja vulnerable to HTML attribute injection when passing user input as keys to xmlattr filter The `xmlattr` filter in affected versions of Jinja accepts keys containing spaces. XML/HTML attributes cannot contain spaces, as each would then be interpreted as a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. Note that accepting keys as user input is not common or a particularly intended use case of the `xmlattr` filter, and an application doing so should already be verifying what keys are provided regardless of this fix.
3.1.3
Affected by 4 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T21:53:22.794117+00:00 GitLab Importer Affected by VCID-grgy-jhzr-tyhe https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2014-0012.yml 38.4.0
2026-04-16T21:51:02.105498+00:00 GitLab Importer Affected by VCID-1kbp-vb7t-cqdw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2014-1402.yml 38.4.0
2026-04-16T21:19:11.551129+00:00 GitLab Importer Affected by VCID-jpa1-g154-1ye8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2020-28493.yml 38.4.0
2026-04-16T20:53:37.065150+00:00 GitLab Importer Affected by VCID-6wxf-ewtr-z3hb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2019-10906.yml 38.4.0
2026-04-16T20:53:35.892198+00:00 GitLab Importer Affected by VCID-6fxc-s6ht-x7ht https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2016-10745.yml 38.4.0
2026-04-16T02:17:32.180705+00:00 GHSA Importer Affected by VCID-1kbp-vb7t-cqdw https://github.com/advisories/GHSA-8r7q-cvjq-x353 38.4.0
2026-04-16T01:41:35.972571+00:00 GHSA Importer Affected by VCID-jpa1-g154-1ye8 https://github.com/advisories/GHSA-g3rq-g295-4j3m 38.4.0
2026-04-16T01:28:24.203918+00:00 GHSA Importer Affected by VCID-6wxf-ewtr-z3hb https://github.com/advisories/GHSA-462w-v97r-4m45 38.4.0
2026-04-16T01:28:24.039768+00:00 GHSA Importer Affected by VCID-6fxc-s6ht-x7ht https://github.com/advisories/GHSA-hj2j-77xm-mc5v 38.4.0
2026-04-12T00:41:22.691390+00:00 GitLab Importer Affected by VCID-23hx-apt2-77bn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2025-27516.yml 38.3.0
2026-04-12T00:36:29.297199+00:00 GitLab Importer Affected by VCID-8vr3-83b4-hqd2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2024-56326.yml 38.3.0
2026-04-12T00:15:28.515932+00:00 GitLab Importer Affected by VCID-at54-9w17-wbe8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2024-34064.yml 38.3.0
2026-04-12T00:07:44.046363+00:00 GitLab Importer Affected by VCID-np94-ghhk-nug4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2024-22195.yml 38.3.0
2026-04-11T23:08:53.235979+00:00 GitLab Importer Affected by VCID-grgy-jhzr-tyhe https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2014-0012.yml 38.3.0
2026-04-11T23:07:07.967239+00:00 GitLab Importer Affected by VCID-1kbp-vb7t-cqdw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2014-1402.yml 38.3.0
2026-04-11T22:31:28.726831+00:00 GitLab Importer Affected by VCID-jpa1-g154-1ye8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2020-28493.yml 38.3.0
2026-04-11T22:04:25.971159+00:00 GitLab Importer Affected by VCID-6wxf-ewtr-z3hb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2019-10906.yml 38.3.0
2026-04-11T22:04:24.713709+00:00 GitLab Importer Affected by VCID-6fxc-s6ht-x7ht https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2016-10745.yml 38.3.0
2026-04-11T13:42:19.329159+00:00 GHSA Importer Affected by VCID-1kbp-vb7t-cqdw https://github.com/advisories/GHSA-8r7q-cvjq-x353 38.3.0
2026-04-11T13:10:42.239087+00:00 GHSA Importer Affected by VCID-jpa1-g154-1ye8 https://github.com/advisories/GHSA-g3rq-g295-4j3m 38.3.0
2026-04-11T12:57:43.265081+00:00 GHSA Importer Affected by VCID-6wxf-ewtr-z3hb https://github.com/advisories/GHSA-462w-v97r-4m45 38.3.0
2026-04-11T12:57:43.095973+00:00 GHSA Importer Affected by VCID-6fxc-s6ht-x7ht https://github.com/advisories/GHSA-hj2j-77xm-mc5v 38.3.0
2026-04-03T00:49:19.105241+00:00 GitLab Importer Affected by VCID-23hx-apt2-77bn https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2025-27516.yml 38.1.0
2026-04-03T00:44:18.490654+00:00 GitLab Importer Affected by VCID-8vr3-83b4-hqd2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2024-56326.yml 38.1.0
2026-04-03T00:22:24.685517+00:00 GitLab Importer Affected by VCID-at54-9w17-wbe8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2024-34064.yml 38.1.0
2026-04-03T00:12:24.225070+00:00 GitLab Importer Affected by VCID-np94-ghhk-nug4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2024-22195.yml 38.1.0
2026-04-02T23:17:32.068002+00:00 GitLab Importer Affected by VCID-grgy-jhzr-tyhe https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2014-0012.yml 38.1.0
2026-04-02T23:15:18.748309+00:00 GitLab Importer Affected by VCID-1kbp-vb7t-cqdw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2014-1402.yml 38.1.0
2026-04-02T22:42:50.657608+00:00 GitLab Importer Affected by VCID-jpa1-g154-1ye8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2020-28493.yml 38.1.0
2026-04-02T22:17:25.154527+00:00 GitLab Importer Affected by VCID-6wxf-ewtr-z3hb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2019-10906.yml 38.1.0
2026-04-02T22:17:23.989468+00:00 GitLab Importer Affected by VCID-6fxc-s6ht-x7ht https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2016-10745.yml 38.1.0
2026-04-02T14:30:58.214079+00:00 GHSA Importer Affected by VCID-1kbp-vb7t-cqdw https://github.com/advisories/GHSA-8r7q-cvjq-x353 38.1.0
2026-04-02T14:02:22.586638+00:00 GHSA Importer Affected by VCID-jpa1-g154-1ye8 https://github.com/advisories/GHSA-g3rq-g295-4j3m 38.1.0
2026-04-02T13:50:02.298744+00:00 GHSA Importer Affected by VCID-6wxf-ewtr-z3hb https://github.com/advisories/GHSA-462w-v97r-4m45 38.1.0
2026-04-02T13:50:02.159501+00:00 GHSA Importer Affected by VCID-6fxc-s6ht-x7ht https://github.com/advisories/GHSA-hj2j-77xm-mc5v 38.1.0
2026-04-01T17:37:43.743248+00:00 GitLab Importer Affected by VCID-grgy-jhzr-tyhe https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2014-0012.yml 38.0.0
2026-04-01T17:35:20.535755+00:00 GitLab Importer Affected by VCID-1kbp-vb7t-cqdw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2014-1402.yml 38.0.0
2026-04-01T17:00:31.972030+00:00 GitLab Importer Affected by VCID-jpa1-g154-1ye8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2020-28493.yml 38.0.0
2026-04-01T16:35:03.575275+00:00 GitLab Importer Affected by VCID-6wxf-ewtr-z3hb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2019-10906.yml 38.0.0
2026-04-01T16:35:02.482484+00:00 GitLab Importer Affected by VCID-6fxc-s6ht-x7ht https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/Jinja2/CVE-2016-10745.yml 38.0.0
2026-04-01T15:03:24.111587+00:00 PyPI Importer Affected by VCID-jpa1-g154-1ye8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:00:48.373191+00:00 PyPI Importer Affected by VCID-6fxc-s6ht-x7ht https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T15:00:48.223042+00:00 PyPI Importer Affected by VCID-6wxf-ewtr-z3hb https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T14:58:55.863815+00:00 PyPI Importer Affected by VCID-1kbp-vb7t-cqdw https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T14:58:55.755277+00:00 PyPI Importer Affected by VCID-grgy-jhzr-tyhe https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.0.0
2026-04-01T12:43:17.472977+00:00 Pypa Importer Affected by VCID-jpa1-g154-1ye8 https://github.com/pypa/advisory-database/blob/main/vulns/jinja2/PYSEC-2021-66.yaml 38.0.0
2026-04-01T12:41:58.968363+00:00 Pypa Importer Affected by VCID-6fxc-s6ht-x7ht https://github.com/pypa/advisory-database/blob/main/vulns/jinja2/PYSEC-2019-220.yaml 38.0.0
2026-04-01T12:41:58.878283+00:00 Pypa Importer Affected by VCID-6wxf-ewtr-z3hb https://github.com/pypa/advisory-database/blob/main/vulns/jinja2/PYSEC-2019-217.yaml 38.0.0
2026-04-01T12:41:01.873226+00:00 Pypa Importer Affected by VCID-grgy-jhzr-tyhe https://github.com/pypa/advisory-database/blob/main/vulns/jinja2/PYSEC-2014-82.yaml 38.0.0
2026-04-01T12:41:01.815363+00:00 Pypa Importer Affected by VCID-1kbp-vb7t-cqdw https://github.com/pypa/advisory-database/blob/main/vulns/jinja2/PYSEC-2014-8.yaml 38.0.0