Jinja is an extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. It is possible to inject arbitrary HTML attributes into the rendered HTML template, potentially leading to Cross-Site Scripting (XSS). The Jinja `xmlattr` filter can be abused to inject arbitrary HTML attribute keys and values, bypassing the auto escaping mechanism and potentially leading to XSS. It may also be possible to bypass attribute validation checks if they are blacklist-based.
References
Configurations
History
27 Jan 2024, 03:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
25 Jan 2024, 02:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
23 Jan 2024, 19:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
23 Jan 2024, 03:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
16 Jan 2024, 23:58
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-79 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 6.1 |
CPE | cpe:2.3:a:palletsprojects:jinja:*:*:*:*:*:*:*:* | |
References | () https://github.com/pallets/jinja/releases/tag/3.1.3 - Release Notes | |
References | () https://github.com/pallets/jinja/security/advisories/GHSA-h5c8-rqwp-cp95 - Third Party Advisory | |
First Time |
Palletsprojects
Palletsprojects jinja |
11 Jan 2024, 03:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-01-11 03:15
Updated : 2024-02-28 20:54
NVD link : CVE-2024-22195
Mitre link : CVE-2024-22195
CVE.ORG link : CVE-2024-22195
JSON object : View
Products Affected
palletsprojects
- jinja
CWE
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')