Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. Jinja2
  4. ›
  5. CVE-2024-56326

CVE-2024-56326: Jinja has a sandbox breakout through indirect reference to format method

December 23, 2024 (updated December 27, 2024)

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.

References

  • github.com/advisories/GHSA-q2x7-8rv6-6q7h
  • github.com/pallets/jinja
  • github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4
  • github.com/pallets/jinja/releases/tag/3.1.5
  • github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h
  • nvd.nist.gov/vuln/detail/CVE-2024-56326

Code Behaviors & Features

Detect and mitigate CVE-2024-56326 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 3.1.5

Fixed versions

  • 3.1.5

Solution

Upgrade to version 3.1.5 or above.

Impact 7.8 HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-693: Protection Mechanism Failure

Source file

pypi/Jinja2/CVE-2024-56326.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:14:55 +0000.