CVE-2024-56326
Public on 2024-12-23
Modified on 2025-01-02
Description
Jinja is an extensible templating engine. Prior to 3.1.5, 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. This vulnerability is fixed in 3.1.5.
Severity
CVSS v3 Base Score
See breakdown
Affected Packages
Platform | Package | Release Date | Advisory | Status |
---|---|---|---|---|
HAQM Linux 2023 | ansible-core | 2025-01-21 | ALAS2023-2025-811 | Fixed |
HAQM Linux 1 | python-jinja2 | Pending Fix | ||
HAQM Linux 2 - Core | python-jinja2 | 2025-01-21 | ALAS2-2025-2734 | Fixed |
HAQM Linux 2023 | python-jinja2 | 2025-01-21 | ALAS2023-2025-810 | Fixed |
HAQM Linux 2 - Core | python3-jinja2 | 2025-01-21 | ALAS2-2025-2735 | Fixed |
CVSS Scores
Score Type | Score | Vector | |
---|---|---|---|
HAQM Linux | CVSSv3 | 7.8 | CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H |
NVD | CVSSv3 | 7.8 | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |