Lucene search
+L

3800 matches found

Prion
Prion
added 2021/09/27 1:15 p.m.28 views

Design/Logic Flaw

jsoneditor is vulnerable to Inefficient Regular Expression Complexity...

5CVSS7.5AI score0.01418EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2021/09/27 1:15 p.m.5 views

PYSEC-2021-356

nltk is vulnerable to Inefficient Regular Expression Complexity...

7.5CVSS7.1AI score0.01703EPSS
SaveExploits1References3
CVE
CVE
added 2021/09/27 12:25 p.m.99 views

CVE-2021-3828

CVE-2021-3828 affects the Python nltk package with a vulnerability to ReDoS (inefficient regular-expression handling). Connected sources show fixes in newer nltk releases (e.g., updates to 3.6.x/3.7, and OpenSUSE/SUSE advisories mentioning python-nltk fixes) and advisories noting the issue in Ubu...

7.5CVSS7.3AI score0.01703EPSS
SaveExploits1References2Affected Software1
Debian CVE
Debian CVE
added 2021/09/27 12:25 p.m.68 views

CVE-2021-3828

nltk is vulnerable to Inefficient Regular Expression Complexity...

7.5CVSS7.3AI score0.01703EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/09/27 12:25 p.m.37 views

CVE-2021-3822 Inefficient Regular Expression Complexity in josdejong/jsoneditor

jsoneditor is vulnerable to Inefficient Regular Expression Complexity...

5.3CVSS7.7AI score0.01418EPSS
SaveExploits1References2
CVE
CVE
added 2021/09/27 12:25 p.m.63 views

CVE-2021-3822

The CVE-2021-3822 entry concerns jsoneditor (josdejong/jsoneditor), where the getInnerText function uses an inefficient regex for trimmedValue, creating potential Regular Expression Denial of Service (ReDoS). Multiple connected sources corroborate a ReDoS risk affecting jsoneditor, with reference...

7.5CVSS6.1AI score0.01418EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2021/09/27 12:25 p.m.82 views

CVE-2021-3820

CVE-2021-3820 affects the npm package inflect. The vulnerability is a result of inefficient regular expressions (ReDoS) in the table_name input to the classify function, enabling an attacker to cause excessive CPU usage and potential denial of service. A PoC snippet demonstrates escalating CPU co...

7.5CVSS6.2AI score0.01222EPSS
SaveExploits1References2Affected Software1
GithubExploit
GithubExploit
added 2021/09/27 5:56 a.m.318 views

Exploit for Use After Free in Microsoft

PoC exploit for CVE-2021-31166, a Windows HTTP protocol stack re...

9.8CVSS9.1AI score0.99657EPSS
SaveExploits24
CNVD
CNVD
added 2021/09/24 12:0 a.m.37 views

Cisco IOS XE Software Denial of Service Vulnerability (CNVD-2021-80661)

Cisco IOS XE Software is an operating system from the U.S. company Cisco Cisco. A single operating system for enterprise wired and wireless access, aggregation, core and WAN, Cisco IOS XE reduces business and network complexity.Cisco IOS XE Software suffers from a denial-of-service vulnerability...

3.3CVSS2.8AI score0.0036EPSS
SaveExploits0Affected Software1
ICS
ICS
added 2021/09/23 12:0 a.m.45 views

Trane Symbio (Update B)

1. EXECUTIVE SUMMARY CVSS v3 7.5 ATTENTION: Low attack complexity Vendor: Trane Equipment: Symbio 700 and Symbio 800 controllers Vulnerability: Code Injection 2. UPDATE INFORMATION The updated advisory is a follow-up to the original advisory titled ICSA-21-266-01 Trane Symbio that was published...

7.6CVSS8.2AI score0.00272EPSS
SaveExploits0References5
Huntr
Huntr
added 2021/09/21 2:44 p.m.8 views

Inefficient Regular Expression Complexity in tapjs/tap-mocha-reporter

Description I would like to report a Regular Expression Denial of Service ReDoS vulnerability in tap-mocha-reporter. The ReDoS vulnerability is mainly due to the regex /^\s+|\s+$|/g and can be exploited with the following code. Proof of Concept // PoC.js var tapMochaReporter =...

1.7AI score
SaveExploits0
Huntr
Huntr
added 2021/09/21 8:41 a.m.39 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
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: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.116 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
OSV
OSV
added 2021/09/20 8:18 p.m.13 views

GHSA-49X3-8228-3W3M Inefficient Regular Expression Complexity in code-server

code-server is vulnerable to Inefficient Regular Expression Complexity...

7.5CVSS7.4AI score0.01262EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2021/09/20 8:18 p.m.36 views

Inefficient Regular Expression Complexity in code-server

code-server is vulnerable to Inefficient Regular Expression Complexity...

7.8CVSS7.3AI score0.01262EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/09/20 8:9 p.m.30 views

Inefficient Regular Expression Complexity in taro

taro is vulnerable to Inefficient Regular Expression Complexity...

7.8CVSS7.3AI score0.01262EPSS
SaveExploits1References4Affected Software1
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
Huntr
Huntr
added 2021/09/18 3:43 p.m.12 views

Inefficient Regular Expression Complexity in mochajs/mocha

Description I would like to report a Regular Expression Denial of Service ReDoS vulnerability in mocha. It allows cause a denial of service when stripping crafted invalid function definition from strs. The ReDoS vulnerability is mainly due to the regex...

1.9AI score
SaveExploits0
Rows per page
Query Builder