Lucene search
+L

9794 matches found

Huntr
Huntr
added 2021/09/14 1:52 a.m.178 views

Inefficient Regular Expression Complexity in fb55/nth-check

Description I would like to report a Regular Expression Denial of Service ReDoS vulnerability in nth-check. It allows cause 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...

5CVSS2.5AI score0.02165EPSS
SaveExploits1
Huntr
Huntr
added 2021/09/12 9:45 a.m.8 views

Inefficient Regular Expression Complexity in yiminghe/async-validator

✍️ Description It allows cause a denial of service when validating crafted invalid URLs. 🕵️‍♂️ Proof of Concept // PoC.js var asyncValidator = require"async-validator" const validator = new asyncValidator.default v: type: 'url', , forvar i = 1; i = 50000; i++ var time = Date.now; var attackstr =...

2.4AI score
SaveExploits0
Huntr
Huntr
added 2021/09/11 6:40 p.m.24 views

Inefficient Regular Expression Complexity in prismjs/prism

✍️ Description 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. Below pinned line using vulnerable regex. 🕵️‍♂️ Proof of Concept...

4.3CVSS0.9AI score0.01045EPSS
SaveExploits1
Huntr
Huntr
added 2021/09/11 1:09 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
Huntr
Huntr
added 2021/09/11 7:37 a.m.9 views

Inefficient Regular Expression Complexity in jaywcjlove/colors-cli

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

1.8AI score
SaveExploits0
Huntr
Huntr
added 2021/09/11 5:21 a.m.10 views

Inefficient Regular Expression Complexity in terkelg/prompts

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

1.2AI score
SaveExploits0
OSV
OSV
added 2021/09/10 5:56 p.m.8 views

GHSA-P5W8-WQHJ-9HHF StripComments filter contains a regular expression that is vulnerable to ReDOS (Regular Expression Denial of Service)

Impact The formatter function that strips comments from a SQL contains a regular expression that is vulnerable to ReDoS Regular Expression Denial of Service. The regular expression may cause exponential backtracking on strings containing many repetitions of '\r\n' in SQL comments. Patches The...

8.7CVSS5.8AI score0.02295EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2021/09/10 5:56 p.m.42 views

StripComments filter contains a regular expression that is vulnerable to ReDOS (Regular Expression Denial of Service)

Impact The formatter function that strips comments from a SQL contains a regular expression that is vulnerable to ReDoS Regular Expression Denial of Service. The regular expression may cause exponential backtracking on strings containing many repetitions of '\r\n' in SQL comments. Patches The...

7.5CVSS8AI score0.02295EPSS
SaveExploits0References7Affected Software1
Veracode
Veracode
added 2021/09/10 5:01 a.m.4 views

Regular Expression Denial Of Service (ReDoS)

mechanize is vulnerable to regular expression denial of service. The use of an insecure regular expression allows parsing of a malformed auth header, exhausting regex engine and crashing the application...

7.5CVSS6.5AI score0.28872EPSS
SaveExploits1References6Affected Software1
BDU FSTEC
BDU FSTEC
added 2021/09/10 12:00 a.m.16 views

The vulnerability of the Expression Engine content management system exists due to insufficient verification of input data, allowing attackers to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the Expression Engine content management system exists due to insufficient validation of input data. Exploiting this vulnerability could allow a malicious actor, operating remotely, to compromise the confidentiality, integrity, and accessibility of the protected information...

10CVSS7.8AI score0.01361EPSS
SaveExploits0References4Affected Software1
Huntr
Huntr
added 2021/09/09 11:25 a.m.123 views

Inefficient Regular Expression Complexity in chalk/ansi-regex

✍️ Description It allows cause a denial of service when matching crafted invalid ANSI escape codes. 🕵️‍♂️ Proof of Concept // PoC.mjs import ansiRegex from 'ansi-regex'; forvar i = 1; i = 50000; i++ var time = Date.now; var attackstr = "\u001B"+";".repeati10000; ansiRegex.testattackstr var timecost...

7.8CVSS2.8AI score0.03552EPSS
SaveExploits1
Veracode
Veracode
added 2021/09/09 8:25 a.m.9 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
Positive Technologies
Positive Technologies
added 2021/09/09 12:00 a.m.11 views

PT-2021-5798

Name of the Vulnerable Software and Affected Versions ansi-regex affected versions not specified Description The issue is related to Inefficient Regular Expression Complexity, which could lead to a denial of service when parsing invalid ANSI escape codes. This can be exploited by a remote attacke...

7.8CVSS6.8AI score0.03552EPSS
SaveExploits1References298
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
OSV
OSV
added 2021/09/08 3:41 p.m.8 views

GHSA-3Q6G-VF58-7M4G 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...

8.7CVSS7.1AI score0.01864EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2021/09/08 2:43 p.m.8 views

wildfly-core: Invalid Sensitivity Classification of Vault Expression

A flaw was found in wildfly-core in all versions. If a vault expression is in the form of a single attribute that contains multiple expressions, a user who was granted access to the management interface can potentially access a vault expression they should not be able to access and possibly...

3.3CVSS5.7AI score0.00788EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/09/08 2:43 p.m.15 views

jakarta-el: ELParserTokenManager enables invalid EL expressions to be evaluate

In the Jakarta Expression Language implementation 3.0.3 and earlier, a bug in the ELParserTokenManager enables invalid EL expressions to be evaluated as if they were valid...

5.3CVSS7.1AI score0.02132EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2021/09/08 2:09 p.m.7 views

nodejs-lodash: ReDoS via the toNumber, trim and trimEnd functions

A flaw was found in nodejs-lodash. A Regular Expression Denial of Service ReDoS via the toNumber, trim and trimEnd functions is possible...

5.3CVSS6.8AI score0.07336EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2021/09/08 1:36 p.m.15 views

jakarta-el: ELParserTokenManager enables invalid EL expressions to be evaluate

In the Jakarta Expression Language implementation 3.0.3 and earlier, a bug in the ELParserTokenManager enables invalid EL expressions to be evaluated as if they were valid...

5.3CVSS7.1AI score0.02132EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2021/09/08 1:36 p.m.12 views

wildfly-core: Invalid Sensitivity Classification of Vault Expression

A flaw was found in wildfly-core in all versions. If a vault expression is in the form of a single attribute that contains multiple expressions, a user who was granted access to the management interface can potentially access a vault expression they should not be able to access and possibly...

3.3CVSS5.7AI score0.00788EPSS
SaveExploits0References4
Rows per page
Query Builder