Lucene search
K

113 matches found

Tenable Nessus
Tenable Nessus
added 2021/09/27 12:0 a.m.40 views

EulerOS 2.0 SP9 : python-jinja2 (EulerOS-SA-2021-2538)

According to the versions of the python-jinja2 package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the punctuationre regex operator an...

5.3CVSS7.1AI score0.00207EPSS
Exploits1References2
Tenable Nessus
Tenable Nessus
added 2021/09/24 12:0 a.m.16 views

EulerOS 2.0 SP8 : python-jinja2 (EulerOS-SA-2021-2482)

According to the versions of the python-jinja2 packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the punctuationre regex operator a...

5.3CVSS7.1AI score0.00207EPSS
Exploits1References2
RedHat Linux
RedHat Linux
added 2021/08/24 1:6 p.m.2 views

python-jinja2: ReDoS vulnerability in the urlize filter

A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern a-zA-Z0-9.-+.a-zA-Z0-9.-+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory...

5.3CVSS7.2AI score0.00207EPSS
Exploits1References4
RedHat Linux
RedHat Linux
added 2021/08/24 12:50 p.m.2 views

python-jinja2: ReDoS vulnerability in the urlize filter

A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern a-zA-Z0-9.-+.a-zA-Z0-9.-+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory...

5.3CVSS7.2AI score0.00207EPSS
Exploits1References4
Gentoo Linux
Gentoo Linux
added 2021/07/08 12:0 a.m.34 views

Jinja: Denial of service

Background Jinja is a template engine written in pure Python. Description The ‘urlize’ filter in Jinja utilized an inefficient regular expression that could be exploited to consume excess CPU. Impact An attacker could cause a Denial of Service condition via crafted input to the ‘urlize’ Jinja...

5.3CVSS5.9AI score0.00207EPSS
Exploits1
Github Security Blog
Github Security Blog
added 2021/03/19 9:28 p.m.66 views

Regular Expression Denial of Service (ReDoS) in Jinja2

This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDOS vulnerability of the regex is mainly due to the sub-pattern a-zA-Z0-9.-+.a-zA-Z0-9.-+ This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiti...

5.3CVSS5.9AI score0.00207EPSS
Exploits1References9Affected Software1
OSV
OSV
added 2021/02/25 5:43 p.m.3 views

SUSE-SU-2021:14644-1 Security update for python-Jinja2

This update for python-Jinja2 fixes the following issues: - CVE-2020-28493: Improve the speed of the 'urlize' filter by reducing regex backtracking. Email matching requires a word character at the start of the domain part, and only word characters in the TLD. bsc1181944...

5.3CVSS5.6AI score0.00207EPSS
Exploits1References3
Veracode
Veracode
added 2021/02/02 1:28 a.m.31 views

Regular Expression Denial Of Service (ReDoS)

jinja2 is vulnerable to regular expression denial of service. The regex sub-pattern a-zA-Z0-9.-+.a-zA-Z0-9.-+ used to format user content in the urlize filter consumes high process memory and can lead to an application crash...

5.3CVSS1.8AI score0.00207EPSS
Exploits1References6Affected Software5
NVD
NVD
added 2021/02/01 8:15 p.m.24 views

CVE-2020-28493

This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the punctuationre 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 mitigated by Markdown to...

5.3CVSS5.7AI score0.00207EPSS
Exploits1References5
OSV
OSV
added 2021/02/01 8:15 p.m.20 views

CVE-2020-28493

This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the punctuationre 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 mitigated by Markdown to...

5.3CVSS5.3AI score
Exploits0References5
Debian CVE
Debian CVE
added 2021/02/01 7:30 p.m.32 views

CVE-2020-28493

This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the punctuationre 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 mitigated by Markdown to...

5.3CVSS7.6AI score0.00207EPSS
Exploits1
Snyk
Snyk
added 2020/09/25 5:29 p.m.1 views

Regular Expression Denial of Service (ReDoS)

Overview Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS. The ReDoS vulnerability ...

7.5CVSS9.3AI score0.00207EPSS
Exploits1References2
OPENSUSE Linux
OPENSUSE Linux
added 2019/02/25 12:0 a.m.124 views

Security update for python-Jinja2 (moderate)

openSUSE Security Update: Security update for python-Jinja2 Announcement ID: openSUSE-SU-2019:0244-1 Rating: moderate References: 858239 Cross-References: CVE-2014-0012 Affected Products: SUSE Package Hub for SUSE Linux Enterprise 12 An update that fixes one vulnerability is now...

4.4CVSS7.5AI score0.00101EPSS
Exploits1References1
RedHat Linux
RedHat Linux
added 2019/02/04 11:51 p.m.2 views

django: Catastrophic backtracking in regular expressions via 'urlize' and 'urlizetrunc'

An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. The django.utils.html.urlize function was extremely slow to evaluate certain inputs due to catastrophic backtracking vulnerabilities in two regular expressions only one regular expression for Django...

5.3CVSS7.2AI score0.01372EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2019/01/16 5:53 p.m.2 views

django: Catastrophic backtracking in regular expressions via 'urlize' and 'urlizetrunc'

An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. The django.utils.html.urlize function was extremely slow to evaluate certain inputs due to catastrophic backtracking vulnerabilities in two regular expressions only one regular expression for Django...

5.3CVSS7.2AI score0.01372EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2019/01/16 5:10 p.m.16 views

django: Catastrophic backtracking in regular expressions via 'urlize' and 'urlizetrunc'

An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. The django.utils.html.urlize function was extremely slow to evaluate certain inputs due to catastrophic backtracking vulnerabilities in two regular expressions only one regular expression for Django...

5.3CVSS7.2AI score0.01372EPSS
Exploits0References5
OSV
OSV
added 2019/01/04 5:50 p.m.1 views

GHSA-R28V-MW67-M5P9 Django denial-of-service possibility in urlize and urlizetrunc template filters

An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. The django.utils.html.urlize function was extremely slow to evaluate certain inputs due to catastrophic backtracking vulnerabilities in two regular expressions only one regular expression for Django...

6.9CVSS6.8AI score0.01372EPSS
Exploits0References16
Github Security Blog
Github Security Blog
added 2019/01/04 5:50 p.m.44 views

Django denial-of-service possibility in urlize and urlizetrunc template filters

An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. The django.utils.html.urlize function was extremely slow to evaluate certain inputs due to catastrophic backtracking vulnerabilities in two regular expressions only one regular expression for Django...

5.3CVSS5.8AI score0.01372EPSS
Exploits0References15Affected Software1
BDU FSTEC
BDU FSTEC
added 2018/12/18 12:0 a.m.4 views

The vulnerability of the django.utils.html.urlize function, as well as the chars and words methods of the django.utils.text.Truncator object in the Django web application framework, allows attackers to trigger a denial-of-service attack.

The vulnerability of the django.utils.html.urlize function, as well as the chars and words methods of the django.utils.text.Truncator object in the Django web application framework, lies in the fact that when control over input data is possible, a malicious attacker can create a string that will...

5.3CVSS6.5AI score0.03173EPSS
Exploits0References5Affected Software3
RedHat Linux
RedHat Linux
added 2018/10/16 5:38 p.m.0 views

django: Catastrophic backtracking in regular expressions via 'urlize' and 'urlizetrunc'

An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. The django.utils.html.urlize function was extremely slow to evaluate certain inputs due to catastrophic backtracking vulnerabilities in two regular expressions only one regular expression for Django...

5.3CVSS7.2AI score0.01372EPSS
Exploits0References5
Rows per page
Query Builder