Lucene search
+L

90 matches found

CVE
CVE
added 2023/04/28 8:49 p.m.49 views

CVE-2023-30858

The CVE-2023-30858 entry describes a ReDoS in the Denosaurs emoji package (Denosaurs emoji) due to the reTrimSpace regex with a 2nd‑degree polynomial inefficiency in versions 0.1.0 through 0.3.0, causing delayed responses on large payloads. The issue is patched in version 0.3.0; a workaround is t...

7.5CVSS6.3AI score0.01162EPSS
SaveExploits1References3Affected Software1
CNNVD
CNNVD
added 2023/04/28 12:0 a.m.10 views

emoji 安全漏洞

emoji is a simple emoticon from the Denosaurs team that supports the node.js project. A security vulnerability exists in Denosaurs emoji version 0.1.0 up to and including version 0.3.0, which stems from an inefficient second-order polynomial in a regular expression, resulting in a delayed respons...

7.5CVSS7.2AI score0.01162EPSS
SaveExploits1References4
Huntr
Huntr
added 2023/04/15 2:1 p.m.20 views

ReDoS vulnerability in `strip` function

Description The reTrimSpace regex has 2nd degree polynomial inefficiency, leading to a delayed response given a big payload. Proof of Concept import as emoji from "https://deno.land/x/[email protected]/mod.ts"; const input = '\x00' + '\t'.repeat154773 + '\t\x00'; const start = performance.now;...

6.9AI score
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2023/02/15 3:40 a.m.4 views

SUSE CVE-2021-34549

An issue was discovered in Tor before 0.4.6.5, aka TROVE-2021-005. Hashing is mishandled for certain retrieval of circuit data. Consequently. an attacker can trigger the use of an attacker-chosen circuit ID to cause algorithm inefficiency...

7.5CVSS8.2AI score0.01608EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/02/12 12:0 a.m.10 views

PT-2023-11361 · Unknown · Simple-Markdown

Name of the Vulnerable Software and Affected Versions: simple-markdown version 0.5.1 Description: A vulnerability has been found in the simple-markdown software, affecting an unknown functionality of the file simple-markdown.js. The manipulation leads to inefficient regular expression complexity...

7.5CVSS7.3AI score0.0094EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2023/02/04 12:0 a.m.13 views

PT-2023-10820 · Segmentio · Is-Url

Name of the Vulnerable Software and Affected Versions: Segmentio is-url versions up to 1.2.2 Description: A vulnerability was found in the file index.js, leading to inefficient regular expression complexity. The attack may be launched remotely. Recommendations: For versions up to 1.2.2, upgrade t...

7.5CVSS7.1AI score0.00944EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2023/01/12 7:35 a.m.48 views

CVE-2020-36649

A vulnerability was found in PapaParse. The affected function is present in the papaparse.js file. The manipulation leads to an inefficient regular expression complexity...

7.5CVSS3.7AI score0.01388EPSS
SaveExploits1References3
OSV
OSV
added 2023/01/11 3:15 p.m.13 views

UBUNTU-CVE-2020-36649

A vulnerability was found in mholt PapaParse up to 5.1.x. It has been classified as problematic. Affected is an unknown function of the file papaparse.js. The manipulation leads to inefficient regular expression complexity. Upgrading to version 5.2.0 is able to address this issue. The name of the...

7.5CVSS4.8AI score0.01388EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2023/01/11 2:50 p.m.52 views

CVE-2020-36649 mholt PapaParse papaparse.js redos

A vulnerability was found in mholt PapaParse up to 5.1.x. It has been classified as problematic. Affected is an unknown function of the file papaparse.js. The manipulation leads to inefficient regular expression complexity. Upgrading to version 5.2.0 is able to address this issue. The name of the...

3.5CVSS7.6AI score0.01388EPSS
SaveExploits1References6
Vulnrichment
Vulnrichment
added 2022/12/23 11:3 p.m.6 views

CVE-2020-26302

is.js is a general-purpose check library. Versions 0.9.0 and prior contain one or more regular expressions that are vulnerable to Regular Expression Denial of Service ReDoS. is.js uses a regex copy-pasted from a gist to validate URLs. Trying to validate a malicious string can cause the regex to...

7.5CVSS6.8AI score0.00866EPSS
SaveExploits1References2
Code423n4
Code423n4
added 2022/11/08 12:0 a.m.12 views

Seller can game the bidIndices[] in finalize()

Lines of code Vulnerability details Impact High bidders will be taken advantage of by malicious seller. It is likely that the high bidders will place bids above the market price, then the seller can effectively steal the price difference from them. And the other bidders are grieved, wasting time...

6.8AI score
SaveExploits0
OSV
OSV
added 2022/09/09 2:15 p.m.44 views

CVE-2020-10735

A flaw was found in python. In algorithms with quadratic time complexity using non-binary bases, when using int"text", a system could take 50ms to parse an int string with 100,000 digits and 5s for 1,000,000 digits float, decimal, int.frombytes, and int for binary bases 2, 4, 8, 16, and 32 are no...

7.5CVSS8.5AI score
SaveExploits0References29
Code423n4
Code423n4
added 2022/03/31 12:0 a.m.11 views

Gas costs will likely result in any fees sent to the Splitter being economically unviable to recover.

Lines of code Vulnerability details Impact Collection owners will likely lose money by claiming fees unless the fees from a single NFT sale outweighs the cost of claiming it not guaranteed. Proof of Concept Consider a new Collection with a RoyaltyVault and Splitter set and a nonzero mint fee. Whe...

6.8AI score
SaveExploits0
Cvelist
Cvelist
added 2021/09/27 12:25 p.m.45 views

CVE-2021-3828 Inefficient Regular Expression Complexity in nltk/nltk

nltk is vulnerable to Inefficient Regular Expression Complexity...

7.5CVSS7.6AI score0.01703EPSS
SaveExploits1References2
OSV
OSV
added 2021/09/20 8:20 p.m.9 views

GHSA-93Q8-GQ69-WQMW 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.5CVSS6.8AI score0.03552EPSS
SaveExploits1References13
Huntr
Huntr
added 2021/09/11 1:9 p.m.15 views

Inefficient Regular Expression Complexity in cdr/code-server

✍️ Description The code-server package is vulnerable to ReDoS regular expression denial of service. An attacker that is able to provide crafted input to the ansiRegex functionality may cause an application to consume an excessive amount of CPU. Below pinned line using vulnerable regex. The ReDOS i...

7.8CVSS0.6AI score0.01262EPSS
SaveExploits1
NVD
NVD
added 2021/06/29 12:15 p.m.21 views

CVE-2021-34549

An issue was discovered in Tor before 0.4.6.5, aka TROVE-2021-005. Hashing is mishandled for certain retrieval of circuit data. Consequently. an attacker can trigger the use of an attacker-chosen circuit ID to cause algorithm inefficiency...

7.5CVSS0.01608EPSS
SaveExploits0References3
OSV
OSV
added 2021/06/29 12:15 p.m.23 views

CVE-2021-34549

An issue was discovered in Tor before 0.4.6.5, aka TROVE-2021-005. Hashing is mishandled for certain retrieval of circuit data. Consequently. an attacker can trigger the use of an attacker-chosen circuit ID to cause algorithm inefficiency...

7.5CVSS7AI score
SaveExploits0References3
OSV
OSV
added 2021/06/29 12:15 p.m.2 views

DEBIAN-CVE-2021-34549

An issue was discovered in Tor before 0.4.6.5, aka TROVE-2021-005. Hashing is mishandled for certain retrieval of circuit data. Consequently. an attacker can trigger the use of an attacker-chosen circuit ID to cause algorithm inefficiency...

7.5CVSS8.2AI score0.01608EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/06/29 12:15 p.m.4 views

CVE-2021-34549

An issue was discovered in Tor before 0.4.6.5, aka TROVE-2021-005. Hashing is mishandled for certain retrieval of circuit data. Consequently. an attacker can trigger the use of an attacker-chosen circuit ID to cause algorithm inefficiency...

7.5CVSS7.1AI score0.01608EPSS
SaveExploits0References4
Rows per page
Query Builder