OESA-2025-1530

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2025-1530
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2025-1530.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2025-1530
Upstream
Published
2025-05-16T13:25:18Z
Modified
2025-08-12T05:49:41.955133Z
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.6, 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. This vulnerability is fixed in 3.1.6.(CVE-2025-27516)

Database specific
{
    "severity": "High"
}
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-7.oe2203sp4

Ecosystem specific

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