Lucene search
+L

91 matches found

Vulnrichment
Vulnrichment
added 2024/05/06 2:48 p.m.21 views

CVE-2024-34078 html-sanitizer allows arbitrary HTML present after sanitization because of unicode normalization

html-sanitizer is an allowlist-based HTML cleaner. If using keeptypographicwhitespace=False which is the default, the sanitizer normalizes unicode to the NFKC form at the end. Some unicode characters normalize to chevrons; this allows specially crafted HTML to escape sanitization. The problem has...

6.1CVSS6.5AI score0.00551EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/06 2:48 p.m.46 views

CVE-2024-34078 html-sanitizer allows arbitrary HTML present after sanitization because of unicode normalization

html-sanitizer is an allowlist-based HTML cleaner. If using keeptypographicwhitespace=False which is the default, the sanitizer normalizes unicode to the NFKC form at the end. Some unicode characters normalize to chevrons; this allows specially crafted HTML to escape sanitization. The problem has...

6.1CVSS6.3AI score0.00551EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/06 2:48 p.m.83 views

CVE-2024-34078

html-sanitizer is an allowlist-based HTML cleaner. If using keeptypographicwhitespace=False which is the default, the sanitizer normalizes unicode to the NFKC form at the end. Some unicode characters normalize to chevrons; this allows specially crafted HTML to escape sanitization. The problem has...

6.1CVSS6AI score0.00551EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/05/06 2:33 p.m.31 views

Arbitrary HTML present after sanitization because of unicode normalization

Impact If using keeptypographicwhitespace=False which is the default, the sanitizer normalizes unicode to the NFKC form at the end. Some unicode characters normalize to chevrons; this allows specially crafted HTML to escape sanitization. Patches The problem has been fixed in 2.4.2. Workarounds Se...

6.1CVSS6.6AI score0.00551EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/05/06 2:33 p.m.23 views

GHSA-WVHX-Q427-FGH3 Arbitrary HTML present after sanitization because of unicode normalization

Impact If using keeptypographicwhitespace=False which is the default, the sanitizer normalizes unicode to the NFKC form at the end. Some unicode characters normalize to chevrons; this allows specially crafted HTML to escape sanitization. Patches The problem has been fixed in 2.4.2. Workarounds Se...

6.1CVSS6AI score0.00551EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/05/06 12:00 a.m.8 views

PT-2024-25688

Name of the Vulnerable Software and Affected Versions html-sanitizer versions prior to 2.4.2 Description The issue concerns an allowlist-based HTML cleaner. If using keep typographic whitespace=False which is the default, the sanitizer normalizes unicode to the NFKC form at the end. Some unicode...

6.1CVSS6.4AI score0.00551EPSS
SaveExploits0References19
Tenable Nessus
Tenable Nessus
added 2024/04/28 12:00 a.m.27 views

RHEL 6 / 7 : rh-python36-python (RHSA-2019:0765)

The remote Redhat Enterprise Linux 6 / 7 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2019:0765 advisory. Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic...

9.8CVSS7.3AI score0.08811EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2024/04/27 12:00 a.m.24 views

RHEL 6 / 7 : python27-python (RHSA-2019:0806)

The remote Redhat Enterprise Linux 6 / 7 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2019:0806 advisory. Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic...

9.8CVSS7.3AI score0.08811EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/06 10:51 a.m.39 views

BIT-DJANGO-2023-46695

An issue was discovered in Django 3.2 before 3.2.23, 4.1 before 4.1.13, and 4.2 before 4.2.7. The NFKC normalization is slow on Windows. As a consequence, django.contrib.auth.forms.UsernameField is subject to a potential DoS denial of service attack via certain inputs with a very large number of...

7.5CVSS7.4AI score0.49774EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2023/11/07 12:00 a.m.28 views

Rocky Linux 8 : python27:2.7 (RLSA-2019:0981)

The remote Rocky Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2019:0981 advisory. - SQLAlchemy through 1.2.17 and 1.3.x through 1.3.0b2 allows SQL Injection via the orderby parameter. CVE-2019-7164 - SQLAlchemy 1.2.17 has SQL Injectio...

9.8CVSS7.8AI score0.08811EPSS
SaveExploits3References7
OpenVAS
OpenVAS
added 2023/11/07 12:00 a.m.29 views

Django < 3.2.23, 4.1.x < 4.1.13, 4.2.x < 4.2.7 DoS Vulnerability - Windows

Django is prone to a denial of service DoS vulnerability. SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:djangoproject:django"; ...

7.5CVSS7.9AI score0.49774EPSS
SaveExploits0References1
Veracode
Veracode
added 2023/11/03 4:15 a.m.27 views

Denial Of Service (DoS)

Django is vulnerable to Denial Of Service DoS. The vulnerability exists in the topython functionality within the UsernameField class of forms.py. It fails to implement a maximum length check for the NFKC normalization, which allows an attacker to potentially crash the application on Windows by...

7.5CVSS6.9AI score0.49774EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2023/11/02 6:30 a.m.70 views

Django potential denial of service vulnerability in UsernameField on Windows

An issue was discovered in Django 3.2 before 3.2.23, 4.1 before 4.1.13, and 4.2 before 4.2.7. The NFKC normalization is slow on Windows. As a consequence, django.contrib.auth.forms.UsernameField is subject to a potential DoS denial of service attack via certain inputs with a very large number of...

7.5CVSS7.1AI score0.49774EPSS
SaveExploits0References11Affected Software1
NVD
NVD
added 2023/11/02 6:15 a.m.34 views

CVE-2023-46695

An issue was discovered in Django 3.2 before 3.2.23, 4.1 before 4.1.13, and 4.2 before 4.2.7. The NFKC normalization is slow on Windows. As a consequence, django.contrib.auth.forms.UsernameField is subject to a potential DoS denial of service attack via certain inputs with a very large number of...

7.5CVSS7.5AI score0.49774EPSS
SaveExploits0References4
Prion
Prion
added 2023/11/02 6:15 a.m.25 views

Code injection

An issue was discovered in Django 3.2 before 3.2.23, 4.1 before 4.1.13, and 4.2 before 4.2.7. The NFKC normalization is slow on Windows. As a consequence, django.contrib.auth.forms.UsernameField is subject to a potential DoS denial of service attack via certain inputs with a very large number of...

5CVSS7.4AI score0.49774EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2023/11/02 6:15 a.m.8 views

PYSEC-2023-222

An issue was discovered in Django 3.2 before 3.2.23, 4.1 before 4.1.13, and 4.2 before 4.2.7. The NFKC normalization is slow on Windows. As a consequence, django.contrib.auth.forms.UsernameField is subject to a potential DoS denial of service attack via certain inputs with a very large number of...

7.5CVSS7AI score0.49774EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2023/11/02 6:15 a.m.12 views

PYSEC-2023-222

An issue was discovered in Django 3.2 before 3.2.23, 4.1 before 4.1.13, and 4.2 before 4.2.7. The NFKC normalization is slow on Windows. As a consequence, django.contrib.auth.forms.UsernameField is subject to a potential DoS denial of service attack via certain inputs with a very large number of...

7.5CVSS5.9AI score0.49774EPSS
SaveExploits0References4
CVE
CVE
added 2023/11/02 12:00 a.m.146 views

CVE-2023-46695

CVE-2023-46695 affects Django 3.2 &lt; 3.2.23, 4.1 &lt; 4.1.13, and 4.2

7.5CVSS7.2AI score0.49774EPSS
SaveExploits0References4Affected Software1
UbuntuCve
UbuntuCve
added 2023/11/02 12:00 a.m.32 views

CVE-2023-46695

An issue was discovered in Django 3.2 before 3.2.23, 4.1 before 4.1.13, and 4.2 before 4.2.7. The NFKC normalization is slow on Windows. As a consequence, django.contrib.auth.forms.UsernameField is subject to a potential DoS denial of service attack via certain inputs with a very large number of...

7.5CVSS7.1AI score0.49774EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2023/11/02 12:00 a.m.11 views

PT-2023-7674 · Django +2 · Django +2

Name of the Vulnerable Software and Affected Versions: Django versions 3.2 before 3.2.23 Django versions 4.1 before 4.1.13 Django versions 4.2 before 4.2.7 Description: The issue is related to the NFKC normalization being slow on Windows, which can lead to a potential denial of service DoS attack...

8.7CVSS6.4AI score0.49774EPSS
SaveExploits0References34
Rows per page
Query Builder