VYPR

Jinja

by Pallets

Source repositories

CVEs (9)

  • CVE-2019-8341Feb 15, 2019
    risk 0.05cvss epss 0.45

    An issue was discovered in Jinja2 2.10. The from_string function is prone to Server Side Template Injection (SSTI) where it takes the "source" parameter as a template object, renders it, and then returns it. The attacker can exploit it with {{INJECTION COMMANDS}} in a URI. NOTE:…

  • CVE-2025-27516Mar 5, 2025
    risk 0.00cvss epss 0.00

    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…

  • CVE-2024-56326Dec 23, 2024
    risk 0.00cvss epss 0.01

    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…

  • CVE-2024-56201Dec 23, 2024
    risk 0.00cvss epss 0.00

    Jinja is an extensible templating engine. In versions on the 3.x branch prior to 3.1.5, 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…

  • CVE-2024-34064May 6, 2024
    risk 0.00cvss epss 0.01

    Jinja is an extensible templating engine. 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…

  • CVE-2024-22195Jan 11, 2024
    risk 0.00cvss epss 0.01

    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`…

  • CVE-2015-5215Feb 17, 2020
    risk 0.00cvss epss 0.01

    The default configuration of the Jinja templating engine used in the Identity Provider (IdP) server in Ipsilon 0.1.0 before 1.0.1 does not enable auto-escaping, which makes it easier for remote attackers to conduct cross-site scripting (XSS) attacks via template variables. NOTE:…

  • CVE-2016-10745Apr 8, 2019
    risk 0.00cvss epss 0.03

    In Pallets Jinja before 2.8.1, str.format allows a sandbox escape.

  • CVE-2019-10906Apr 6, 2019
    risk 0.00cvss epss 0.04

    In Pallets Jinja before 2.10.1, str.format_map allows a sandbox escape.