Lucene search
+L

3370 matches found

Huntr
Huntr
added 2021/09/21 8:41 a.m.40 views

Inefficient Regular Expression Complexity in validatorjs/validator.js

Description I would like to report a Regular Expression Denial of Service ReDoS vulnerability in validator. It allows cause a denial of service when calling function 'rtrim'. The ReDoS vulnerability is mainly due to the regex /\s+$/g and can be exploited with the following code. Proof of Concept ...

5CVSS2.2AI score0.01666EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2021/09/20 8:47 p.m.1380 views

Inefficient Regular Expression Complexity in nth-check

There is a Regular Expression Denial of Service ReDoS vulnerability in nth-check that causes a denial of service when parsing crafted invalid CSS nth-checks. The ReDoS vulnerabilities of the regex are mainly due to the sub-pattern \s?:+-?\s\d+? with quantified overlapping adjacency and can be...

7.5CVSS7.4AI score0.02165EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2021/09/20 8:47 p.m.253 views

GHSA-RP65-9CF3-CJXR Inefficient Regular Expression Complexity in nth-check

There is a Regular Expression Denial of Service ReDoS vulnerability in nth-check that causes a denial of service when parsing crafted invalid CSS nth-checks. The ReDoS vulnerabilities of the regex are mainly due to the sub-pattern \s?:+-?\s\d+? with quantified overlapping adjacency and can be...

7.5CVSS7.5AI score0.02165EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2021/09/20 8:44 p.m.40 views

prismjs Regular Expression Denial of Service vulnerability

Prism is a syntax highlighting library. The prismjs package is vulnerable to ReDoS regular expression denial of service. An attacker that is able to provide a crafted HTML comment as input may cause an application to consume an excessive amount of CPU...

7.5CVSS6.4AI score0.01045EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/09/20 8:44 p.m.42 views

GHSA-HQHP-5P83-HX96 prismjs Regular Expression Denial of Service vulnerability

Prism is a syntax highlighting library. The prismjs package is vulnerable to ReDoS regular expression denial of service. An attacker that is able to provide a crafted HTML comment as input may cause an application to consume an excessive amount of CPU...

6.5CVSS6.2AI score0.01045EPSS
SaveExploits1References4
OSV
OSV
added 2021/09/20 8:42 p.m.32 views

GHSA-VVF2-PPJ9-PP49 Inefficient Regular Expression Complexity in vuelidate

vuelidate is a simple, lightweight model-based validation for Vue.js 2.x & 3.0. A ReDoS regular expression denial of service flaw was found in the @vuelidate/validators package. An attacker that is able to provide crafted input to the urlinput function may cause an application to consume an...

7.5CVSS7.3AI score0.01222EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2021/09/20 8:42 p.m.38 views

Inefficient Regular Expression Complexity in vuelidate

vuelidate is a simple, lightweight model-based validation for Vue.js 2.x & 3.0. A ReDoS regular expression denial of service flaw was found in the @vuelidate/validators package. An attacker that is able to provide crafted input to the urlinput function may cause an application to consume an...

7.5CVSS7AI score0.01222EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/09/20 8:20 p.m.119 views

Inefficient Regular Expression Complexity in chalk/ansi-regex

ansi-regex is vulnerable to Inefficient Regular Expression Complexity which could lead to a denial of service when parsing invalid ANSI escape codes. Proof of Concept js import ansiRegex from 'ansi-regex'; forvar i = 1; i = 50000; i++ var time = Date.now; var attackstr = "\u001B"+";".repeati10000...

7.8CVSS8.4AI score0.03552EPSS
SaveExploits1References13Affected Software1
RedhatCVE
RedhatCVE
added 2021/09/20 8:8 p.m.23 views

CVE-2021-32839

A resource-consumption flaw was found in python-sqlparse. The formatter function that strips comments from SQL contains a regular expression that is vulnerable to Regular Expression Denial of Service ReDoS. A network attacker could craft an SQL comment containing numerous repetitions of '\r\n' th...

7.5CVSS1.9AI score0.02295EPSS
SaveExploits0References3
NVD
NVD
added 2021/09/20 6:15 p.m.44 views

CVE-2021-32838

Flask-RESTX pypi package flask-restx is a community driven fork of Flask-RESTPlus. Flask-RESTX before version 0.5.1 is vulnerable to ReDoS Regular Expression Denial of Service in emailregex. This is fixed in version 0.5.1...

7.5CVSS0.01864EPSS
SaveExploits0References7
Prion
Prion
added 2021/09/20 6:15 p.m.20 views

Design/Logic Flaw

Flask-RESTX pypi package flask-restx is a community driven fork of Flask-RESTPlus. Flask-RESTX before version 0.5.1 is vulnerable to ReDoS Regular Expression Denial of Service in emailregex. This is fixed in version 0.5.1...

5CVSS7.3AI score0.01864EPSS
SaveExploits0References7Affected Software2
OSV
OSV
added 2021/09/20 6:15 p.m.6 views

PYSEC-2021-325

Flask-RESTX pypi package flask-restx is a community driven fork of Flask-RESTPlus. Flask-RESTX before version 0.5.1 is vulnerable to ReDoS Regular Expression Denial of Service in emailregex. This is fixed in version 0.5.1...

7.5CVSS7.1AI score0.01864EPSS
SaveExploits0References5
CVE
CVE
added 2021/09/20 5:30 p.m.120 views

CVE-2021-32838

CVE-2021-32838 : Flask-RESTX (flask-restx) before 0.5.1 is vulnerable to a Regular Expression Denial of Service (ReDoS) in email_regex. The issue is fixed in version 0.5.1. Affected: Flask-RESTX prior to 0.5.1. Impact details are limited to what the description states; no exploitation or scope be...

7.5CVSS7.2AI score0.01864EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2021/09/20 5:30 p.m.67 views

CVE-2021-32838 Regular Expression Denial of Service in flask-restx

Flask-RESTX pypi package flask-restx is a community driven fork of Flask-RESTPlus. Flask-RESTX before version 0.5.1 is vulnerable to ReDoS Regular Expression Denial of Service in emailregex. This is fixed in version 0.5.1...

7.5CVSS7.6AI score0.01864EPSS
SaveExploits0References7
Huntr
Huntr
added 2021/09/20 1:13 p.m.10 views

Inefficient Regular Expression Complexity in ampproject/amphtml

✍️ Description The amphtml package is vulnerable to ReDoS regular expression denial of service. An attacker that is able to provide a crafted template as input to the expandTemplate function of core/types/string/index.js may cause an application to consume an excessive amount of CPU. Below pinned...

0.9AI score
SaveExploits0
Huntr
Huntr
added 2021/09/20 12:0 p.m.11 views

Inefficient Regular Expression Complexity in alvations/sacremoses

✍️ Description The sacremoses package is vulnerable to ReDoS regular expression denial of service. An attacker that is able to provide a crafted text as input to the hasnumericonly function may cause an application to consume an excessive amount of CPU. Below pinned line using vulnerable regex...

0.4AI score
SaveExploits0
Veracode
Veracode
added 2021/09/20 6:48 a.m.85 views

Regular Expression Denial Of Service (ReDoS)

nth-check is vulnerable to regular expression denial of service. The vulnerability exists due to inefficient regular expression complexity in parse.ts, which may crash the system when parsing a malicious string...

7.5CVSS7.2AI score0.02165EPSS
SaveExploits1References4Affected Software2
Veracode
Veracode
added 2021/09/20 6:12 a.m.13 views

Regular Expression Denial Of Service (ReDoS)

code-server is vulnerable to regular expression denial of service. An attacker is able to send a malicious string which require extensive processing of regex machine, leading to an application crash...

7.5CVSS4AI score0.01262EPSS
SaveExploits1References3Affected Software1
Huntr
Huntr
added 2021/09/19 7:26 p.m.22 views

Inefficient Regular Expression Complexity in nltk/nltk

✍️ Description The nltk package is vulnerable to ReDoS regular expression denial of service. An attacker that is able to provide as an input to the readcomparisonblock function in the file "nltk/corpus/reader/comparativesents.py" may cause an application to consume an excessive amount of CPU. Belo...

5CVSS0.7AI score0.01703EPSS
SaveExploits1
Huntr
Huntr
added 2021/09/17 4:23 p.m.11 views

Inefficient Regular Expression Complexity in validatorjs/validator.js

Description I would like to report a Regular Expression Denial of Service ReDoS vulnerability in validator. It allows cause a denial of service when validating crafted invalid MagnetURIs. The ReDoS vulnerability is mainly due to the sub-pattern .+&tr=.+ with quantified overlapping adjacency and c...

2.3AI score
SaveExploits0
Rows per page
Query Builder