Lucene search
+L

41 matches found

OSV
OSV
added 2024/12/05 11:15 p.m.15 views

UBUNTU-CVE-2024-52798

path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. The regular expression that is vulnerable to backtracking can be generated in the 0.1.x release of path-to-regexp. Upgra...

8.7CVSS6.7AI score0.00787EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/12/05 10:45 p.m.44 views

CVE-2024-52798 path-to-regexp Unpatched `path-to-regexp` ReDoS in 0.1.x

path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. The regular expression that is vulnerable to backtracking can be generated in the 0.1.x release of path-to-regexp. Upgra...

8.7CVSS6.3AI score0.00787EPSS
SaveExploits0References2
CVE
CVE
added 2024/12/05 10:45 p.m.4575 views

CVE-2024-52798

CVE-2024-52798 concerns the path-to-regexp library. The DoS arises when path-to-regexp outputs regex patterns that backtrack, enabling high CPU/blocked event loop in vulnerable inputs. Public sources reference the 0.1.x line as the origin and recommend upgrading specifically to 0.1.12; later advi...

8.7CVSS6.3AI score0.00787EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/05 10:40 p.m.19 views

GHSA-RHX6-C78J-4Q9W path-to-regexp contains a ReDoS

Impact The regular expression that is vulnerable to backtracking can be generated in versions before 0.1.12 of path-to-regexp, originally reported in CVE-2024-45296 Patches Upgrade to 0.1.12. Workarounds Avoid using two parameters within a single path segment, when the separator is not . e.g. no...

8.7CVSS6.8AI score0.00787EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/12/05 12:00 a.m.6 views

PT-2024-35449

Name of the Vulnerable Software and Affected Versions path-to-regexp versions 0.1.x through 0.1.11 Description The issue concerns a performance vulnerability in path-to-regexp, where certain inputs can generate regular expressions vulnerable to backtracking, leading to poor performance. This...

8.7CVSS6.6AI score0.00787EPSS
SaveExploits0References24
RedHat Linux
RedHat Linux
added 2024/11/04 6:00 a.m.11 views

python: cpython: tarfile: ReDos via excessive backtracking while parsing header values

A regular expression denial of service ReDos vulnerability was found in Python's tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive...

7.5CVSS7.2AI score0.02203EPSS
SaveExploits2References7
RedHat Linux
RedHat Linux
added 2024/10/23 1:29 p.m.14 views

python: cpython: tarfile: ReDos via excessive backtracking while parsing header values

A regular expression denial of service ReDos vulnerability was found in Python's tarfile module. Due to excessive backtracking while tarfile parses headers, an attacker may be able to trigger a denial of service via a specially crafted tar archive...

7.5CVSS7.2AI score0.02203EPSS
SaveExploits2References7
Github Security Blog
Github Security Blog
added 2024/09/09 8:19 p.m.165 views

path-to-regexp outputs backtracking regular expressions

Impact A bad regular expression is generated any time you have two parameters within a single segment, separated by something that is not a period .. For example, /:a-:b. Patches For users of 0.1, upgrade to 0.1.10. All other users should upgrade to 8.0.0. These versions add backtrack protection...

7.5CVSS7.3AI score0.00932EPSS
SaveExploits0References10Affected Software1
BDU FSTEC
BDU FSTEC
added 2023/10/31 12:00 a.m.13 views

The vulnerability of the Django web application framework, related to the inefficient complexity of regular expressions, allows attackers to trigger a service failure.

The vulnerability of the Django web application framework relates to regular expressions for text trimming, which have linear complexity in their reverse path computation, potentially leading to slow performance. Exploiting this vulnerability could allow a remote attacker to cause service...

5.3CVSS6.6AI score0.01236EPSS
SaveExploits0References10Affected Software10
RedHat Linux
RedHat Linux
added 2023/05/03 3:54 p.m.8 views

rubygem-rails-html-sanitizer: Inefficient Regular Expression leading to denial of service

An inefficient Regular Expression vulnerability was found in rubygem rails-html-sanitizer. Certain configurations are susceptible to excessive backtracking, leading to a denial of service through CPU resource consumption...

7.5CVSS6.6AI score0.01454EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2023/01/21 12:00 a.m.10 views

perl-html-stripscripts 安全漏洞

perl-html-stripscripts is a Perl library. A security vulnerability exists in perl-html-stripscripts version 1.06 and earlier. An attacker can exploit this vulnerability to perform catastrophic backtracking on HTML content with specific style attributes...

7.5CVSS7.3AI score0.01116EPSS
SaveExploits1References9
Snyk
Snyk
added 2022/04/12 11:35 a.m.4 views

Regular Expression Denial of Service (ReDoS)

Overview nokogiri is a gem for parsing HTML, XML, SAX, and Reader. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS due to an expression that is susceptible to excessive backtracking when attempting to detect encoding in HTML documents. Details Denial...

7.5CVSS6.7AI score0.03519EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2020/04/08 9:41 p.m.29 views

CVE-2019-14232

An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. If django.utils.text.Truncator's chars and words methods were passed the html=True argument, they were extremely slow to evaluate certain inputs due to a catastrophic backtracking vulnerability i...

7.5CVSS4AI score0.03531EPSS
SaveExploits0References4
OSV
OSV
added 2020/01/30 7:15 p.m.5 views

DEBIAN-CVE-2020-8492

Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service ReDoS attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking...

6.5CVSS7.1AI score0.06617EPSS
SaveExploits1References1
PyPA
PyPA
added 2019/08/02 3:15 p.m.15 views

PYSEC-2019-11

An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. If django.utils.text.Truncator's chars and words methods were passed the html=True argument, they were extremely slow to evaluate certain inputs due to a catastrophic backtracking vulnerability i...

7.5CVSS7AI score0.03531EPSS
SaveExploits0References11Affected Software1
UbuntuCve
UbuntuCve
added 2019/08/01 10:00 a.m.31 views

CVE-2019-14232

An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. If django.utils.text.Truncator's chars and words methods were passed the html=True argument, they were extremely slow to evaluate certain inputs due to a catastrophic backtracking vulnerability i...

7.5CVSS6.8AI score0.03531EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2018/10/16 5:38 p.m.10 views

django: Catastrophic backtracking in regular expressions via 'truncatechars_html' and 'truncatewords_html'

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. If django.utils.text.Truncator's chars and words methods were passed the html=True argument, they were extremely slow to evaluate certain inputs due to a catastrophic backtracking vulnerability in a...

5.3CVSS7.2AI score0.04374EPSS
SaveExploits0References5
OSV
OSV
added 2018/03/09 8:29 p.m.4 views

ALPINE-CVE-2018-7537

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. If django.utils.text.Truncator's chars and words methods were passed the html=True argument, they were extremely slow to evaluate certain inputs due to a catastrophic backtracking vulnerability in a...

5.3CVSS7AI score0.04374EPSS
SaveExploits0References1
AlpineLinux
AlpineLinux
added 2018/03/09 8:00 p.m.119 views

CVE-2018-7537

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. If django.utils.text.Truncator's chars and words methods were passed the html=True argument, they were extremely slow to evaluate certain inputs due to a catastrophic backtracking vulnerability in a...

5.3CVSS5.6AI score0.04374EPSS
SaveExploits0
OSV
OSV
added 2018/03/06 2:00 p.m.7 views

UBUNTU-CVE-2018-7537

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. If django.utils.text.Truncator's chars and words methods were passed the html=True argument, they were extremely slow to evaluate certain inputs due to a catastrophic backtracking vulnerability in a...

5.3CVSS6.8AI score0.04374EPSS
SaveExploits0References4
Rows per page
Query Builder