Lucene search
K

1033 matches found

Positive Technologies
Positive Technologies
added 2022/01/13 12:0 a.m.5 views

PT-2022-7077 · Marked +1 · Marked +1

Name of the Vulnerable Software and Affected Versions: Marked versions prior to 4.0.10 Description: The issue is related to a denial of service caused by the regular expression inline.reflinkSearch potentially leading to catastrophic backtracking against some strings. This can affect anyone who...

7.8CVSS6AI score0.00708EPSS
Exploits2References26
OSV
OSV
added 2021/12/13 4:15 p.m.2 views

UBUNTU-CVE-2021-39917

An issue has been discovered in GitLab CE/EE affecting all versions starting from 12.9 before 14.3.6, all versions starting from 14.4 before 14.4.4, all versions starting from 14.5 before 14.5.2. A regular expression related to quick actions features was susceptible to catastrophic backtracking...

6.5CVSS5.7AI score0.00386EPSS
Exploits0References2
Positive Technologies
Positive Technologies
added 2021/12/13 12:0 a.m.1 views

PT-2021-22763 · Gitlab · Gitlab Ce/Ee +1

Name of the Vulnerable Software and Affected Versions: GitLab CE/EE versions 12.9 through 14.3.5 GitLab CE/EE versions 14.4 through 14.4.3 GitLab CE/EE versions 14.5 through 14.5.1 Description: An issue has been discovered in GitLab CE/EE where a regular expression related to quick actions featur...

6.5CVSS6.1AI score0.00386EPSS
Exploits0References11
Github Security Blog
Github Security Blog
added 2021/12/07 10:1 p.m.21 views

ReDos vulnerability on guest checkout email validation

Impact Denial of service vulnerability that could be exploited during a guest checkout. The regular expression used to validate a guest order's email was subject to exponential backtracking through a fragment like a.a.. Before the patch, it can be reproduced in the console like this: ruby irbmain...

7.5CVSS7.5AI score0.00118EPSS
Exploits1References6Affected Software1
OSV
OSV
added 2021/12/07 6:15 p.m.14 views

CVE-2021-43805

Solidus is a free, open-source ecommerce platform built on Rails. Versions of Solidus prior to 3.1.4, 3.0.4, and 2.11.13 have a denial of service vulnerability that could be exploited during a guest checkout. The regular expression used to validate a guest order's email was subject to exponential...

7.5CVSS7AI score
Exploits0References2
Prion
Prion
added 2021/12/07 6:15 p.m.15 views

Design/Logic Flaw

Solidus is a free, open-source ecommerce platform built on Rails. Versions of Solidus prior to 3.1.4, 3.0.4, and 2.11.13 have a denial of service vulnerability that could be exploited during a guest checkout. The regular expression used to validate a guest order's email was subject to exponential...

5CVSS7.6AI score0.00118EPSS
Exploits1References2Affected Software1
CNNVD
CNNVD
added 2021/12/07 12:0 a.m.4 views

GitLab 输入验证错误漏洞

GitLab is an open source, end-to-end software development platform from GitLab, Inc. with built-in version control, issue tracking, code review, CI/CD continuous integration and continuous delivery, and other features. An input validation error vulnerability exists in GitLab Community Edition,...

6.5CVSS6.5AI score0.00386EPSS
Exploits0References7
RedHat Linux
RedHat Linux
added 2021/11/16 3:43 p.m.2 views

python-urllib3: ReDoS in the parsing of authority part of URL

A flaw was found in python-urllib3. When provided with a URL containing many @ characters in the authority component, the authority's regular expression exhibits catastrophic backtracking. This flaw causes a denial of service if a URL is passed as a parameter or redirected via an HTTP redirect. T...

7.5CVSS7.3AI score0.00863EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2021/11/09 5:42 p.m.2 views

python-pillow: Regular expression DoS in PDF format parser

A flaw was found in python-pillow. The PDF parser has a catastrophic backtracking regex that could be used as a DOS attack...

6.5CVSS7.3AI score0.00182EPSS
Exploits0References4
Hacker One
Hacker One
added 2021/10/22 4:5 p.m.12 views

Ruby: RDoc::MethodAttr is vulnerable to Regular Expression Denial of Service (ReDoS)

Vulnerability description not provided...

7.1AI score
Exploits0
OpenVAS
OpenVAS
added 2021/10/04 12:0 a.m.21 views

Python < 2.7.15, 3.x < 3.4.9, 3.5.x < 3.5.6, 3.6.x < 3.6.5, 3.7.x < 3.7.0.beta3 Python Issue (Issue32981) - Linux

Python is prone to multiple denial of service DoS vulnerabilities. SPDX-FileCopyrightText: 2021 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:python:python"...

7.5CVSS8.8AI score0.01779EPSS
Exploits1References2
OSV
OSV
added 2021/09/20 5:15 p.m.1 views

DEBIAN-CVE-2021-32839

sqlparse is a non-validating SQL parser module for Python. In sqlparse versions 0.4.0 and 0.4.1 there is a regular Expression Denial of Service in sqlparse vulnerability. The regular expression may cause exponential backtracking on strings containing many repetitions of '\r\n' in SQL comments. On...

7.5CVSS7.4AI score0.00122EPSS
Exploits0References1
Prion
Prion
added 2021/09/20 5:15 p.m.18 views

Design/Logic Flaw

sqlparse is a non-validating SQL parser module for Python. In sqlparse versions 0.4.0 and 0.4.1 there is a regular Expression Denial of Service in sqlparse vulnerability. The regular expression may cause exponential backtracking on strings containing many repetitions of '\r\n' in SQL comments. On...

5CVSS7.8AI score0.00122EPSS
Exploits0References2Affected Software1
UbuntuCve
UbuntuCve
added 2021/09/20 5:15 p.m.22 views

CVE-2021-32839

sqlparse is a non-validating SQL parser module for Python. In sqlparse versions 0.4.0 and 0.4.1 there is a regular Expression Denial of Service in sqlparse vulnerability. The regular expression may cause exponential backtracking on strings containing many repetitions of '\r\n' in SQL comments. On...

7.5CVSS7AI score0.00122EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2021/08/24 12:50 p.m.2 views

python-urllib3: ReDoS in the parsing of authority part of URL

A flaw was found in python-urllib3. When provided with a URL containing many @ characters in the authority component, the authority's regular expression exhibits catastrophic backtracking. This flaw causes a denial of service if a URL is passed as a parameter or redirected via an HTTP redirect. T...

7.5CVSS7.3AI score0.00863EPSS
Exploits0References5
Kitploit
Kitploit
added 2021/07/20 12:30 p.m.497 views

Regexploit - Find Regular Expressions Which Are Vulnerable To ReDoS (Regular Expression Denial Of Service)

Find regexes which are vulnerable to Regular Expression Denial of Service ReDoS. More info onthe Doyensec blog Many default regular expression parsers have unbounded worst-case complexity. Regex matching may be quick when presented with a matching input string. However, certain non-matching input...

7.5CVSS7.7AI score0.034EPSS
Exploits9References19
RedhatCVE
RedhatCVE
added 2021/07/18 1:58 a.m.120 views

CVE-2020-7662

websocket-extensions npm module prior to 0.1.4 allows Denial of Service DoS via Regex Backtracking. The extension parser may take quadratic time when parsing a header containing an unclosed string parameter value whose content is a repeating two-byte sequence of a backslash and some other...

5CVSS4.2AI score0.0034EPSS
Exploits1References4
Tenable Nessus
Tenable Nessus
added 2021/07/16 12:0 a.m.37 views

openSUSE 15 Security Update : python-urllib3 (openSUSE-SU-2021:2012-1)

The remote SUSE Linux SUSE15 host has a package installed that is affected by a vulnerability as referenced in the openSUSE-SU-2021:2012-1 advisory. - An issue was discovered in urllib3 before 1.26.5. When provided with a URL containing many @ characters in the authority component, the authority...

7.5CVSS7.1AI score0.00863EPSS
Exploits0References4
Amazon
Amazon
added 2021/07/16 12:0 a.m.43 views

Medium: python-urllib3

Issue Overview: A flaw was found in python-urllib3. When provided with a URL containing many @ characters in the authority component, the authority's regular expression exhibits catastrophic backtracking. This flaw causes a denial of service if a URL is passed as a parameter or redirected via an...

7.5CVSS7.6AI score0.00863EPSS
Exploits0
OSV
OSV
added 2021/07/12 4:58 p.m.38 views

GHSA-JXHC-Q857-3J6G Regular Expression Denial of Service in Addressable templates

Impact Within the URI template implementation in Addressable, a maliciously crafted template may result in uncontrolled resource consumption, leading to denial of service when matched against a URI. In typical usage, templates would not normally be read from untrusted user input, but nonetheless,...

7.5CVSS7AI score0.02516EPSS
Exploits0References10
Rows per page
Query Builder