OESA-2024-2597

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2024-2597
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2024-2597.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2024-2597
Upstream
Published
2024-12-27T12:33:54Z
Modified
2025-08-12T05:47:10.521151Z
Summary
python-jinja2 security update
Details

Jinja2 is one of the most used template engines for Python. It is inspired by Django's templating system but extends it with an expressive language that gives template authors a more powerful set of tools. On top of that it adds sandboxed execution and optional automatic escaping for applications where security is important.

Security Fix(es):

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.(CVE-2024-56326)

Database specific
{
    "severity": "Critical"
}
References

Affected packages

openEuler:22.03-LTS-SP4 / python-jinja2

Package

Name
python-jinja2
Purl
pkg:rpm/openEuler/python-jinja2&distro=openEuler-22.03-LTS-SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.0.3-5.oe2203sp4

Ecosystem specific

{
    "src": [
        "python-jinja2-3.0.3-5.oe2203sp4.src.rpm"
    ],
    "noarch": [
        "python-jinja2-help-3.0.3-5.oe2203sp4.noarch.rpm",
        "python3-jinja2-3.0.3-5.oe2203sp4.noarch.rpm"
    ]
}