Lucene search
K

113 matches found

CNNVD
CNNVD
added 2024/08/06 12:0 a.m.2 views

Django 安全漏洞

Django is a set of open source web application frameworks based on the Python language from the Django Foundation. The framework includes an object-oriented mapper, view system, template system, and more. A security vulnerability exists in Django versions prior to 5.0 through 5.0.8 and 4.2 throug...

7.5CVSS6.5AI score0.0091EPSS
Exploits0References5
CNNVD
CNNVD
added 2024/08/06 12:0 a.m.2 views

Django 安全漏洞

Django is a set of open source web application frameworks based on the Python language from the Django Foundation. The framework includes an object-oriented mapper, view system, template system, and more. A security vulnerability exists in Django versions prior to 5.0 through 5.0.8 and 4.2 throug...

7.5CVSS6.4AI score0.01222EPSS
Exploits0References5
OSV
OSV
added 2024/08/02 11:8 a.m.2 views

OESA-2024-1948 python-django security update

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Security Fixes: An issue was discovered in Django 4.2 before 4.2.14 and 5.0 before 5.0.7. urlize and urlizetrunc were subject to a potential denial of service attack via certain inputs with ...

7.5CVSS6.9AI score0.00304EPSS
Exploits0References2
Positive Technologies
Positive Technologies
added 2024/07/31 12:0 a.m.6 views

PT-2024-6155

Name of the Vulnerable Software and Affected Versions: Django versions 4.2 through 4.2.14 Django versions 5.0 through 5.0.7 Description: The issue is related to a potential denial-of-service attack in Django, specifically affecting the urlize and urlizetrunc template filters, and the...

9.8CVSS7.3AI score0.02803EPSS
Exploits3References79
Positive Technologies
Positive Technologies
added 2024/07/31 12:0 a.m.4 views

PT-2024-6153

Name of the Vulnerable Software and Affected Versions: Django versions 4.2 through 4.2.14 Django versions 5.0 through 5.0.7 Description: The issue is related to the urlize and urlizetrunc template filters in Django, which can be subject to a potential denial-of-service attack via very large input...

9.8CVSS7.4AI score0.02803EPSS
Exploits3References84
RedhatCVE
RedhatCVE
added 2024/07/26 6:30 a.m.20 views

CVE-2024-38875

A vulnerability was found in the Django framework's urlize and urlizetrunc functions, where an attacker can input a certain string containing a large number of brackets, leads to a potential denial of service when the application attempts to process the excessive input. Mitigation Mitigation for...

5.3CVSS7.2AI score0.00304EPSS
Exploits0References3
OSV
OSV
added 2024/07/10 6:33 a.m.0 views

GHSA-QG2P-9JWR-MMQF Django vulnerable to Denial of Service

An issue was discovered in Django 4.2 before 4.2.14 and 5.0 before 5.0.7. urlize and urlizetrunc were subject to a potential denial of service attack via certain inputs with a very large number of brackets...

8.7CVSS6.8AI score0.00304EPSS
Exploits0References9
NVD
NVD
added 2024/07/10 5:15 a.m.15 views

CVE-2024-38875

An issue was discovered in Django 4.2 before 4.2.14 and 5.0 before 5.0.7. urlize and urlizetrunc were subject to a potential denial of service attack via certain inputs with a very large number of brackets...

7.5CVSS0.00304EPSS
Exploits0References4
PyPA
PyPA
added 2024/07/10 5:15 a.m.5 views

PYSEC-2024-56

An issue was discovered in Django 4.2 before 4.2.14 and 5.0 before 5.0.7. urlize and urlizetrunc were subject to a potential denial of service attack via certain inputs with a very large number of brackets...

7.5CVSS8.1AI score0.00304EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2024/07/10 5:15 a.m.0 views

PYSEC-2024-56

An issue was discovered in Django 4.2 before 4.2.14 and 5.0 before 5.0.7. urlize and urlizetrunc were subject to a potential denial of service attack via certain inputs with a very large number of brackets...

7.5CVSS6.4AI score0.00304EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/07/10 3:25 a.m.1 views

SUSE CVE-2024-38875

An issue was discovered in Django 4.2 before 4.2.14 and 5.0 before 5.0.7. urlize and urlizetrunc were subject to a potential denial of service attack via certain inputs with a very large number of brackets...

7.5CVSS7.6AI score0.00304EPSS
Exploits0References6
Hacker One
Hacker One
added 2024/07/09 4:15 p.m.69 views

Internet Bug Bounty: CVE-2024-38875: Denial-Of-Service through uncontrolled resource consumption caused by poor time complexity of strip_punctuation .

The vulnerability CVE-2024-38875 was discovered in the strippunctuation function used by the urlize and urlizetrunc filters. The function had a poor time complexity of On^2 in the worst case, which could lead to uncontrolled resource consumption when processing input with a large number of openin...

7.5CVSS6AI score0.00304EPSS
Exploits0
OSV
OSV
added 2024/07/09 2:0 p.m.1 views

UBUNTU-CVE-2024-38875

An issue was discovered in Django 4.2 before 4.2.14 and 5.0 before 5.0.7. urlize and urlizetrunc were subject to a potential denial of service attack via certain inputs with a very large number of brackets...

7.5CVSS6.8AI score0.00304EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2024/06/21 12:0 a.m.5 views

PT-2024-6225

Name of the Vulnerable Software and Affected Versions: Django versions 4.2 through 4.2.13 Django versions 5.0 through 5.0.6 Description: The issue is related to a potential denial of service attack via certain inputs with a very large number of brackets in the urlize and urlizetrunc functions. Th...

9.8CVSS7.8AI score0.92834EPSS
Exploits30References138
SUSE CVE
SUSE CVE
added 2023/02/15 4:29 a.m.1 views

SUSE CVE-2018-7536

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.3CVSS8.4AI score0.01372EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2022/01/06 12:0 a.m.35 views

EulerOS Virtualization 3.0.2.6 : python-jinja2 (EulerOS-SA-2021-2877)

According to the versions of the python-jinja2 package installed, the EulerOS Virtualization 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...

5.3CVSS7.1AI score0.00207EPSS
Exploits1References2
RedHat Linux
RedHat Linux
added 2021/11/09 6:22 p.m.0 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/11/09 5:54 p.m.3 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/11/09 5:42 p.m.3 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
Tenable Nessus
Tenable Nessus
added 2021/10/25 12:0 a.m.26 views

EulerOS 2.0 SP3 : python-jinja2 (EulerOS-SA-2021-2609)

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
Rows per page
Query Builder