Lucene search
+L

6795 matches found

OSV
OSV
added 2022/08/02 8:10 p.m.33 views

CVE-2022-35923 Inefficient Regular Expression Complexity in v8n

v8n is a javascript validation library. Versions of v8n prior to 1.5.1 were found to have an inefficient regular expression complexity in the lowercase and uppercase regex which could lead to a denial of service attack. In testing of the lowercase function a payload of 'a' + 'a'.repeati + 'A' wit...

7.5CVSS7.2AI score0.01631EPSS
SaveExploits1References5
Veracode
Veracode
added 2022/08/02 3:12 p.m.24 views

Regular Expression Denial Of Service (ReDoS)

Node-fetch is vulnerable to denial of service. The vulnerability lies in the referrer field in the fetch function, leading to inefficient Regular Expression Complexity. If an attacker is able to use a large character string in the referrer field, the program will either hang or crash...

5.9CVSS5.8AI score0.0127EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/08/02 12:0 a.m.25 views

node-fetch Inefficient Regular Expression Complexity

node-fetch is a light-weight module that brings window.fetch to node.js. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS in the isOriginPotentiallyTrustworthy function in referrer.js, when processing a URL string with alternating letters and periods,...

5.9CVSS5.4AI score0.0127EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2022/08/02 12:0 a.m.12 views

GHSA-VP56-6G26-6827 node-fetch Inefficient Regular Expression Complexity

node-fetch is a light-weight module that brings window.fetch to node.js. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS in the isOriginPotentiallyTrustworthy function in referrer.js, when processing a URL string with alternating letters and periods,...

5.9CVSS6.5AI score0.0127EPSS
SaveExploits1References6
NVD
NVD
added 2022/08/01 3:15 p.m.14 views

CVE-2022-2596

Inefficient Regular Expression Complexity in GitHub repository node-fetch/node-fetch prior to 3.2.10...

5.9CVSS0.0127EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2022/08/01 3:15 p.m.370 views

CVE-2022-2596

Inefficient Regular Expression Complexity in GitHub repository node-fetch/node-fetch prior to 3.2.10...

5.9CVSS6.5AI score0.0127EPSS
SaveExploits1References5
OSV
OSV
added 2022/08/01 2:13 p.m.24 views

CVE-2022-2596 Inefficient Regular Expression Complexity in node-fetch/node-fetch

Inefficient Regular Expression Complexity in GitHub repository node-fetch/node-fetch prior to 3.2.10...

5.9CVSS6.2AI score0.0127EPSS
SaveExploits1References4
CVE
CVE
added 2022/08/01 2:13 p.m.117 views

CVE-2022-2596

CVE-2022-2596 affects node-fetch/node-fetch prior to 3.2.10, where an inefficient regular expression can lead to denial of service. The root cause is a ReDoS in isOriginPotentiallyTrustworthy() within referrer.js. Public advisories (GitHub GHSA) confirm the vulnerability and indicate the fix is t...

5.9CVSS6.2AI score0.0127EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2022/08/01 2:13 p.m.45 views

CVE-2022-2596 Inefficient Regular Expression Complexity in node-fetch/node-fetch

Inefficient Regular Expression Complexity in GitHub repository node-fetch/node-fetch prior to 3.2.10...

5.9CVSS5.8AI score0.0127EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2022/08/01 2:13 p.m.57 views

CVE-2022-2596

Inefficient Regular Expression Complexity in GitHub repository node-fetch/node-fetch prior to 3.2.10...

5.9CVSS6AI score0.0127EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2022/08/01 12:18 p.m.17 views

ruby: Regular expression denial of service vulnerability of Date parsing methods

A flaw was found in ruby, where the date object was found to be vulnerable to a regular expression denial of service ReDoS during the parsing of dates. This flaw allows an attacker to hang a ruby application by providing a specially crafted date string. The highest threat to this vulnerability is...

7.5CVSS7.2AI score0.03222EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2022/08/01 12:18 p.m.77 views

Moderate: Red Hat Security Advisory: ruby:2.5 security update

An update for the ruby:2.5 module is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

7.5CVSS6.7AI score0.03222EPSS
SaveExploits2References3
OSV
OSV
added 2022/08/01 9:5 a.m.30 views

RLSA-2022:5779 Moderate: ruby:2.5 security update

Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks. Security Fixes: ruby: Regular expression denial of service vulnerability of Date parsing methods CVE-2021-41817 ruby: Cookie prefix spoofing in...

7.5CVSS7.9AI score0.03222EPSS
SaveExploits2References3
OSV
OSV
added 2022/08/01 12:0 a.m.39 views

ALSA-2022:5779 Moderate: ruby:2.5 security update

Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks. Security Fixes: ruby: Regular expression denial of service vulnerability of Date parsing methods CVE-2021-41817 ruby: Cookie prefix spoofing in...

7.5CVSS7.9AI score0.03222EPSS
SaveExploits2References6
Positive Technologies
Positive Technologies
added 2022/08/01 12:0 a.m.5 views

PT-2022-17618 · Unknown · Node-Fetch

Name of the Vulnerable Software and Affected Versions: node-fetch versions prior to 3.2.10 Description: The issue is related to Inefficient Regular Expression Complexity, which can lead to a Regular Expression Denial of Service ReDoS in the isOriginPotentiallyTrustworthy function. This occurs whe...

5.9CVSS5.7AI score0.0127EPSS
SaveExploits1References11
UbuntuCve
UbuntuCve
added 2022/07/25 11:15 p.m.44 views

CVE-2022-34749

In mistune through 2.0.2, support of inline markup is implemented by using regular expressions that can involve a high amount of backtracking on certain edge cases. This behavior is commonly named catastrophic backtracking...

7.5CVSS6.8AI score0.01448EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2022/07/25 3:39 p.m.42 views

CVE-2022-31163

A flaw was found in rubygem-tzinfo. When using the Timezone.get function, it fails to validate time zone identifiers correctly, allowing a new line character input within the identifier. This flaw allows an attacker to use the new line character and write any code, which will be executed within t...

7.5CVSS3.5AI score0.0223EPSS
SaveExploits1References4
OSV
OSV
added 2022/07/25 2:15 p.m.4 views

UBUNTU-CVE-2022-1310

Use after free in regular expressions in Google Chrome prior to 100.0.4896.88 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page...

8.8CVSS7AI score0.0105EPSS
SaveExploits1References2
Veracode
Veracode
added 2022/07/25 7:55 a.m.31 views

Regular Expression Denial Of Service (ReDoS)

mxnet is vulnerable to regular expression denial of service. The vulnerability exists in getkernel function of rtc.py due to improper handling of regular expressions which allows an attacker to send a specially crafted operator name causing a excessive resource consumption which then leads to an...

7.5CVSS7.1AI score0.01733EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2022/07/25 12:0 a.m.36 views

Apache MXNet vulnerable to potential denial-of-service by excessive resource consumption

A regular expression used in Apache MXNet incubating is vulnerable to a potential denial-of-service by excessive resource consumption. The bug could be exploited when loading a model in Apache MXNet that has a specially crafted operator name that would cause the regular expression evaluation to u...

7.5CVSS3.9AI score0.01733EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder