Lucene search
K

19 matches found

IBM Security Bulletins
IBM Security Bulletins
added 2025/06/26 6:51 p.m.6 views

Security Bulletin: Jinja Template Sandbox Escape via Indirect str.format Execution Prior to 3.1.5

Summary 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...

8.8CVSS7.4AI score0.00573EPSS
Exploits0Affected Software1
Veracode
Veracode
added 2025/01/30 9:16 a.m.5 views

Arbitrary Code Execution

ASTEVAL is vulnerable to Arbitrary Code Execution. The vulnerability is due to improper handling of FormattedValue AST nodes due to the use of Python's str.format method, allowing attackers to bypass restrictions and execute arbitrary code...

8.4CVSS7.5AI score0.00032EPSS
Exploits0References6Affected Software1
Veracode
Veracode
added 2024/12/30 8:50 a.m.8 views

Arbitrary Code Execution

Jinja2 is vulnerable to Arbitrary Code Execution. The vulnerability is due to improper detection in the sandboxed environment caused by an oversight in how calls to str.format are handled, allowing attackers to execute arbitrary Python code if they control the content of a template and exploit...

7.8CVSS7.5AI score0.0057EPSS
Exploits0References6Affected Software2
Github Security Blog
Github Security Blog
added 2022/05/13 1:41 a.m.20 views

Plone Unauthorized Access Vulnerability

Accessing private content via str.format in through-the-web templates and scripts in Plone 2.5-5.1rc1. This improves an earlier hotfix. Since the format method was introduced in Python 2.6, this part of the hotfix is only relevant for Plone 4 and 5...

6.5CVSS6.9AI score0.00294EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2022/05/13 1:41 a.m.17 views

GHSA-QC57-H2F7-P4HX Plone Unauthorized Access Vulnerability

Accessing private content via str.format in through-the-web templates and scripts in Plone 2.5-5.1rc1. This improves an earlier hotfix. Since the format method was introduced in Python 2.6, this part of the hotfix is only relevant for Plone 4 and 5...

7.1CVSS6.1AI score0.00294EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2019/11/26 11:56 a.m.74 views

Important: Red Hat Security Advisory: python-jinja2 security update

An update for python-jinja2 is now available for Red Hat Enterprise Linux 7.5 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is availab...

8.6CVSS7.3AI score0.01022EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2019/07/22 12:0 a.m.28 views

Amazon Linux 2 : python-jinja2 (ALAS-2019-1223)

In Pallets Jinja, str.format allows a sandbox escape. CVE-2016-10745 C Tenable Network Security, Inc. The descriptive text and package checks in this plugin were extracted from Amazon Linux 2 Security Advisory ALAS-2019-1223. include'compat.inc'; if description scriptid126831; scriptversion"1.3";...

8.6CVSS8.7AI score0.01022EPSS
Exploits0References2
Amazon
Amazon
added 2019/06/11 12:0 a.m.30 views

Important: python-jinja2

Issue Overview: In Pallets Jinja, str.format allows a sandbox escape. CVE-2016-10745 Affected Packages: python-jinja2 Note: This advisory is applicable to Amazon Linux 2 AL2 Core repository. Visit this FAQ section for the difference between AL2 Core and AL2 Extras advisories. Issue Correction: Ru...

8.6CVSS8.9AI score0.01022EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2019/06/07 12:0 a.m.60 views

Ubuntu 16.04 LTS / 18.04 LTS : Jinja2 vulnerabilities (USN-4011-1)

The remote Ubuntu 16.04 LTS / 18.04 LTS host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-4011-1 advisory. Olivier Dony discovered that Jinja incorrectly handled str.format. An attacker could possibly use this issue to escape the sandbox. This issu...

8.6CVSS7.4AI score0.02334EPSS
Exploits1References3
OSV
OSV
added 2019/06/06 11:14 a.m.0 views

USN-4011-1 jinja2 vulnerabilities

Olivier Dony discovered that Jinja incorrectly handled str.format. An attacker could possibly use this issue to escape the sandbox. This issue only affected Ubuntu 16.04 LTS. CVE-2016-10745 Brian Welch discovered that Jinja incorrectly handled str.formatmap. An attacker could possibly use this...

8.6CVSS6.9AI score0.02334EPSS
Exploits1References3
Mageia
Mageia
added 2019/05/18 12:33 p.m.87 views

Updated python-jinja2 packages fix security vulnerability

Sandbox escape due to information disclosure via str.format CVE-2016-10745. str.formatmap allows sandbox escape CVE-2019-10906...

8.6CVSS2.6AI score0.02334EPSS
Exploits1References3
RedHat Linux
RedHat Linux
added 2019/05/07 5:13 p.m.82 views

Important: Red Hat Security Advisory: python-jinja2 security update

An update for python-jinja2 is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability...

8.6CVSS7.3AI score0.01022EPSS
Exploits0References2
Github Security Blog
Github Security Blog
added 2019/04/10 2:30 p.m.32 views

Jinja2 sandbox escape vulnerability

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

8.6CVSS7.9AI score0.01022EPSS
Exploits0References14Affected Software1
Veracode
Veracode
added 2019/04/08 3:43 p.m.36 views

Sandbox Escape

Jinja2 is vulnerable to sandbox escapes. Users are allowed to input str.format through web templates, leading to an escape from sandbox. This CVE is related to CVE-2019-10906...

8.6CVSS7.9AI score0.02334EPSS
Exploits1References12Affected Software259
RedhatCVE
RedhatCVE
added 2018/01/09 5:20 a.m.28 views

CVE-2017-1000483

Accessing private content via str.format in through-the-web templates and scripts in Plone 2.5-5.1rc1. This improves an earlier hotfix. Since the format method was introduced in Python 2.6, this part of the hotfix is only relevant for Plone 4 and 5...

6.5CVSS2AI score0.00294EPSS
Exploits0References1
NVD
NVD
added 2018/01/03 6:29 p.m.14 views

CVE-2017-1000483

Accessing private content via str.format in through-the-web templates and scripts in Plone 2.5-5.1rc1. This improves an earlier hotfix. Since the format method was introduced in Python 2.6, this part of the hotfix is only relevant for Plone 4 and 5...

6.5CVSS6.3AI score0.00294EPSS
Exploits0References1
PyPA
PyPA
added 2018/01/03 6:29 p.m.4 views

PYSEC-2018-72

Accessing private content via str.format in through-the-web templates and scripts in Plone 2.5-5.1rc1. This improves an earlier hotfix. Since the format method was introduced in Python 2.6, this part of the hotfix is only relevant for Plone 4 and 5...

6.5CVSS6.9AI score0.00294EPSS
Exploits0References1Affected Software1
CVE
CVE
added 2018/01/03 6:0 p.m.55 views

CVE-2017-1000483

CVE-2017-1000483 affects Plone 2.5–5.1rc1 where private content can be accessed via str.format in through-the-web templates and scripts. The issue stems from the format method exposure, with the hotfix originally addressing this and noting the format method is from Python 2.6, making the fix rele...

6.5CVSS6.3AI score0.00294EPSS
Exploits0References1Affected Software1
Veracode
Veracode
added 2017/01/18 7:28 a.m.16 views

Sandbox Escape

plone is vulnerable to sandbox escape. It is possible to access private content via str.format in through-the-web templates and scripts. str.format, Python's new-style string format introduced in 2.6, causes the security issue on untrusted user input. If an attacker can control the string format...

4.3CVSS4.7AI score0.00185EPSS
Exploits0References4Affected Software1
Rows per page
Query Builder