Lucene search
+L

4786 matches found

OSV
OSV
added 2021/09/15 1:15 p.m.17 views

CVE-2021-3794

vuelidate is vulnerable to Inefficient Regular Expression Complexity...

7.5CVSS6.7AI score
SaveExploits0References2
CVE
CVE
added 2021/09/15 12:25 p.m.60 views

CVE-2021-3794

CVE-2021-3794 affects the vuelidate/vuelidate package family. A Regular Expression Denial of Service (ReDoS) vulnerability exists in the url(input) validation path, where crafted input can cause excessive CPU usage, leading to potential availability impact. This is documented across multiple sour...

7.5CVSS7.4AI score0.01222EPSS
SaveExploits1References2Affected Software1
Huntr
Huntr
added 2021/09/12 5:45 p.m.13 views

Inefficient Regular Expression Complexity in clean-css/clean-css

✍️ Description It allows cause a denial of service when calling function isDataUriResource. 🕵️‍♂️ Proof of Concept // PoC.js var isDataUriResource = require"clean-css/lib/utils/is-data-uri-resource" forvar i = 1; i = 50000; i++ var time = Date.now; var attackstr = 'data:' +...

3.1AI score
SaveExploits0
Kitploit
Kitploit
added 2021/09/10 8:30 p.m.43 views

WWWGrep - OWASP Foundation Web Respository

WWWGrep is a rapid search “grepping” mechanism that examines HTML elements by type and permits focused single, multiple file based URLs and recursive with respect to root domain or not searches to be performed. Header names and values may also be recursively searched in this manner. WWWGrep was...

7.5AI score
SaveExploits0References1
Huntr
Huntr
added 2021/09/10 12:09 p.m.25 views

Inefficient Regular Expression Complexity in sindresorhus/semver-regex

✍️ Description It allows cause a denial of service when formatting crafted invalid semver versions. 🕵️‍♂️ Proof of Concept // PoC.mjs import semverRegex from 'semver-regex'; forvar i = 1; i = 50000; i++ var time = Date.now; var attackstr = '0.0.0-0' + '.-------'.repeati1 + '@';...

5CVSS4.5AI score0.01457EPSS
SaveExploits1
Veracode
Veracode
added 2021/09/09 8:25 a.m.10 views

Regular Expression Denial Of Service(ReDoS)

flaskrestx is vulnerable to regular expression denial of service. The use of emailregex allows an attacker to send malicious string to cause excessive processing of regex engine...

7.5CVSS6.5AI score0.01864EPSS
SaveExploits0References9Affected Software1
Huntr
Huntr
added 2021/09/09 6:40 a.m.14 views

Improper Access Control in agentejo/cockpit

✍️ Description A local file inclusion vulnerability allows attackers to bypass the need for API Keys when querying private custom API endpoints 🕵️‍♂️ Proof of Concept 1. On the server create a custom API endpoint in /var/www/html/config/api/custom.php as follows: param'test'; if !$test return...

1.3AI score
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2021/09/08 3:41 p.m.52 views

Regular Expression Denial of Service in flask-restx

Flask RESTX contains a regular expression that is vulnerable to ReDoS Regular Expression Denial of Service in emailregex...

7.5CVSS3.8AI score0.01864EPSS
SaveExploits0References10Affected Software1
Veracode
Veracode
added 2021/09/06 5:20 a.m.27 views

Regular Expression Denial Of Service (ReDoS)

pillow is vulnerable to regular expression denial of service. The getrgb function accepts user-provided very long color specifier, exhausting regex engine due to excessive CPU consumption and resulting in a Denial of Service...

7.5CVSS4.1AI score0.03154EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2021/09/03 4:15 p.m.4 views

DEBIAN-CVE-2021-23437

The package pillow 5.2.0 and before 8.3.2 are vulnerable to Regular Expression Denial of Service ReDoS via the getrgb function...

7.5CVSS6.5AI score0.03154EPSS
SaveExploits1References1
OSV
OSV
added 2021/09/01 6:23 p.m.6 views

GHSA-CPH5-M8F7-6C5X axios Inefficient Regular Expression Complexity vulnerability

axios before v0.21.2 is vulnerable to Inefficient Regular Expression Complexity...

7.5CVSS7.1AI score0.08515EPSS
SaveExploits2References17
UbuntuCve
UbuntuCve
added 2021/08/31 11:15 a.m.46 views

CVE-2021-3749

axios is vulnerable to Inefficient Regular Expression Complexity...

7.8CVSS7.1AI score0.08515EPSS
SaveExploits2References5
RedHat Linux
RedHat Linux
added 2021/08/26 10:21 a.m.20 views

nodejs-glob-parent: Regular expression denial of service

A flaw was found in nodejs-glob-parent. The enclosure regex used to check for glob enclosures containing backslashes is vulnerable to Regular Expression Denial of Service attacks. This flaw allows an attacker to cause a denial of service if they can supply a malicious string to the glob-parent...

7.5CVSS7.1AI score0.04579EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2021/08/26 10:18 a.m.11 views

nodejs-path-parse: ReDoS via splitDeviceRe, splitTailRe and splitPathRe

A flaw was found in nodejs-path-parse. All versions of package path-parse are vulnerable to Regular Expression Denial of Service ReDoS via splitDeviceRe, splitTailRe, and splitPathRe regular expressions. ReDoS exhibits polynomial worst-case time complexity...

7.5CVSS7.1AI score0.02218EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2021/08/24 12:50 p.m.13 views

python-jinja2: ReDoS vulnerability in the urlize filter

A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern a-zA-Z0-9.-+.a-zA-Z0-9.-+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory...

5.3CVSS7.2AI score0.03546EPSS
SaveExploits1References4
Kitploit
Kitploit
added 2021/08/18 9:30 p.m.364 views

Jsleak - A Go Code To Detect Leaks In JS Files Via Regex Patterns

jsleak is a tool to identify sensitive data in JS files through regex patterns. Although it's built for this, you can use it to identify anything as long as you have a regex pattern for it. How to install Directly: your package manager install pkg-config libpcre++-dev go get...

7.1AI score
SaveExploits0References7
OSV
OSV
added 2021/08/18 8:15 a.m.18 views

CVE-2021-33580

User controlled request.getHeader"Referer", request.getRequestURL and request.getQueryString are used to build and run a regex expression. The attacker doesn't have to use a browser and may send a specially crafted Referer header programmatically. Since the attacker controls the string and the...

7.5CVSS6.6AI score
SaveExploits0References2
NVD
NVD
added 2021/08/18 8:15 a.m.21 views

CVE-2021-33580

User controlled request.getHeader"Referer", request.getRequestURL and request.getQueryString are used to build and run a regex expression. The attacker doesn't have to use a browser and may send a specially crafted Referer header programmatically. Since the attacker controls the string and the...

7.5CVSS0.03298EPSS
SaveExploits0References2
Prion
Prion
added 2021/08/18 8:15 a.m.24 views

Code injection

User controlled request.getHeader"Referer", request.getRequestURL and request.getQueryString are used to build and run a regex expression. The attacker doesn't have to use a browser and may send a specially crafted Referer header programmatically. Since the attacker controls the string and the...

4.3CVSS7.4AI score0.03298EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/08/18 7:50 a.m.32 views

CVE-2021-33580 regex injection leading to DoS

User controlled request.getHeader"Referer", request.getRequestURL and request.getQueryString are used to build and run a regex expression. The attacker doesn't have to use a browser and may send a specially crafted Referer header programmatically. Since the attacker controls the string and the...

7.6AI score0.03298EPSS
SaveExploits0References2
Rows per page
Query Builder