rpm package
suse/python-Jinja2&distro=SUSE Linux Enterprise Point of Sale 12 SP2
pkg:rpm/suse/python-Jinja2&distro=SUSE%20Linux%20Enterprise%20Point%20of%20Sale%2012%20SP2
Vulnerabilities (4)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2020-28493 | Med | 5.3 | < 2.8-22.11.1 | 2.8-22.11.1 | Feb 1, 2021 | This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be miti | |
| CVE-2016-10745 | Hig | 8.6 | < 2.8-22.8.1 | 2.8-22.8.1 | Apr 8, 2019 | In Pallets Jinja before 2.8.1, str.format allows a sandbox escape. | |
| CVE-2019-10906 | Hig | 8.6 | < 2.8-22.8.1 | 2.8-22.8.1 | Apr 7, 2019 | In Pallets Jinja before 2.10.1, str.format_map allows a sandbox escape. | |
| CVE-2019-8341 | Cri | 9.8 | < 2.8-22.8.1 | 2.8-22.8.1 | Feb 15, 2019 | 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: |
- affected < 2.8-22.11.1fixed 2.8-22.11.1
This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be miti
- affected < 2.8-22.8.1fixed 2.8-22.8.1
In Pallets Jinja before 2.8.1, str.format allows a sandbox escape.
- affected < 2.8-22.8.1fixed 2.8-22.8.1
In Pallets Jinja before 2.10.1, str.format_map allows a sandbox escape.
- affected < 2.8-22.8.1fixed 2.8-22.8.1
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: