Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/jinja2@3.1.2-1%2Bdeb12u3?distro=trixie
purl pkg:deb/debian/jinja2@3.1.2-1%2Bdeb12u3?distro=trixie
Vulnerabilities affecting this package (0)
Vulnerability Summary Fixed by
This package is not known to be affected by vulnerabilities.
Vulnerabilities fixed by this package (10)
Vulnerability Summary Aliases
VCID-1kbp-vb7t-cqdw 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. CVE-2014-1402
GHSA-8r7q-cvjq-x353
PYSEC-2014-8
VCID-23hx-apt2-77bn 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. CVE-2025-27516
GHSA-cpwx-vrp4-4pq7
VCID-6fxc-s6ht-x7ht In Pallets Jinja before 2.8.1, str.format allows a sandbox escape. CVE-2016-10745
GHSA-hj2j-77xm-mc5v
PYSEC-2019-220
VCID-6wxf-ewtr-z3hb In Pallets Jinja before 2.10.1, str.format_map allows a sandbox escape. CVE-2019-10906
GHSA-462w-v97r-4m45
PYSEC-2019-217
VCID-8vr3-83b4-hqd2 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. CVE-2024-56326
GHSA-q2x7-8rv6-6q7h
VCID-at54-9w17-wbe8 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. CVE-2024-34064
GHSA-h75v-3vvj-5mfj
VCID-grgy-jhzr-tyhe 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. CVE-2014-0012
GHSA-fqh9-2qgg-h84h
PYSEC-2014-82
VCID-jpa1-g154-1ye8 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. CVE-2020-28493
GHSA-g3rq-g295-4j3m
PYSEC-2021-66
SNYK-PYTHON-JINJA2-1012994
VCID-jyfq-pjwy-n7gg Jinja has a sandbox breakout through malicious filenames 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. CVE-2024-56201
GHSA-gmj6-6f8f-6699
VCID-np94-ghhk-nug4 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. CVE-2024-22195
GHSA-h5c8-rqwp-cp95

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T12:57:07.800479+00:00 Debian Importer Fixing VCID-6wxf-ewtr-z3hb https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:50:32.827730+00:00 Debian Importer Fixing VCID-8vr3-83b4-hqd2 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:52:10.011042+00:00 Debian Importer Fixing VCID-np94-ghhk-nug4 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:41:39.502183+00:00 Debian Importer Fixing VCID-at54-9w17-wbe8 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:21:35.508841+00:00 Debian Importer Fixing VCID-23hx-apt2-77bn https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:07:19.572776+00:00 Debian Importer Fixing VCID-6fxc-s6ht-x7ht https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:49:55.111792+00:00 Debian Importer Fixing VCID-1kbp-vb7t-cqdw https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:49:19.754388+00:00 Debian Importer Fixing VCID-jyfq-pjwy-n7gg https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:36:08.712791+00:00 Debian Importer Fixing VCID-grgy-jhzr-tyhe https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T08:51:49.968180+00:00 Debian Importer Fixing VCID-jpa1-g154-1ye8 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-13T08:53:49.372515+00:00 Debian Importer Fixing VCID-6wxf-ewtr-z3hb https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:48:47.745252+00:00 Debian Importer Fixing VCID-8vr3-83b4-hqd2 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:21:44.080530+00:00 Debian Importer Fixing VCID-np94-ghhk-nug4 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:14:02.931406+00:00 Debian Importer Fixing VCID-at54-9w17-wbe8 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:58:38.954943+00:00 Debian Importer Fixing VCID-23hx-apt2-77bn https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:47:50.255621+00:00 Debian Importer Fixing VCID-6fxc-s6ht-x7ht https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:34:14.826302+00:00 Debian Importer Fixing VCID-1kbp-vb7t-cqdw https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:33:47.536909+00:00 Debian Importer Fixing VCID-jyfq-pjwy-n7gg https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:23:38.576788+00:00 Debian Importer Fixing VCID-grgy-jhzr-tyhe https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T17:57:08.824453+00:00 Debian Importer Fixing VCID-jpa1-g154-1ye8 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-03T07:27:52.984401+00:00 Debian Importer Fixing VCID-23hx-apt2-77bn https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:27:52.917416+00:00 Debian Importer Fixing VCID-8vr3-83b4-hqd2 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:27:52.849764+00:00 Debian Importer Fixing VCID-jyfq-pjwy-n7gg https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:27:52.784286+00:00 Debian Importer Fixing VCID-at54-9w17-wbe8 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:27:52.717731+00:00 Debian Importer Fixing VCID-np94-ghhk-nug4 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:27:52.677563+00:00 Debian Importer Fixing VCID-jpa1-g154-1ye8 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:27:52.619623+00:00 Debian Importer Fixing VCID-6wxf-ewtr-z3hb https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:27:52.575432+00:00 Debian Importer Fixing VCID-6fxc-s6ht-x7ht https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:27:52.529055+00:00 Debian Importer Fixing VCID-1kbp-vb7t-cqdw https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:27:52.478096+00:00 Debian Importer Fixing VCID-grgy-jhzr-tyhe https://security-tracker.debian.org/tracker/data/json 38.1.0