Lucene search
+L

6776 matches found

Github Security Blog
Github Security Blog
added 2018/10/09 12:27 a.m.42 views

Denial of Service in protobufjs

Versions of protobufjs before 5.0.3 and 6.8.6 are vulnerable to a regular expression denial of service when parsing crafted invalid .proto files. Recommendation Update to version 5.0.3, 6.8.6 or later...

5.5CVSS5.4AI score0.00958EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2018/10/04 11:29 p.m.5 views

CVE-2018-17984

An unanchored /a-z2/ regular expression in ISPConfig before 3.1.13 makes it possible to include arbitrary files, leading to code execution. This is exploitable by authenticated users who have local filesystem access...

7.8CVSS6AI score0.03369EPSS
SaveExploits1References3
CVE
CVE
added 2018/10/04 11:0 p.m.62 views

CVE-2018-17984

CVE-2018-17984 affects ISPConfig prior to 3.1.13, where an unanchored /[a-z]{2}/ regular expression enables arbitrary file inclusion, potentially leading to code execution. The issue is exploitable by authenticated users with local filesystem access, allowing execution in the security context of ...

7.8CVSS7.6AI score0.03369EPSS
SaveExploits1References3Affected Software1
Veracode
Veracode
added 2018/10/01 9:13 a.m.8 views

Regular Expression Denial Of Service (ReDoS)

truncate is vulnerable to Regular Expression Denial of Service ReDoS. A malicious user can pass a string to truncate that can cause a ReDoS...

6.6AI score
SaveExploits0
Veracode
Veracode
added 2018/10/01 2:13 a.m.9 views

Regular Expression Denial Of Service (ReDoS)

ua-parser-js is vulnerable to regular expression denial of service ReDoS. The vulnerability exists because the string parser does not use proper regular expressions to filter out malicious strings passing to it...

6.5AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2018/09/17 8:44 p.m.48 views

js-bson vulnerable to REDoS

The MongoDB bson JavaScript module also known as js-bson versions 0.5.0 to 1.0.x before 1.0.5 is vulnerable to a Regular Expression Denial of Service ReDoS in lib/bson/decimal128.js. The flaw is triggered when the Decimal128.fromString function is called to parse a long untrusted string...

7.5CVSS7.1AI score0.01941EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2018/09/12 10:29 p.m.4 views

UBUNTU-CVE-2018-16976

Gitolite before 3.6.9 does not in certain configurations involving @all or a regex properly restrict access to a Git repository that is in the process of being migrated until the full set of migration steps has been completed. This can allow valid users to obtain unintended access...

8.1CVSS7.2AI score0.01166EPSS
SaveExploits0References5
Veracode
Veracode
added 2018/09/11 6:38 a.m.12 views

Regular Expression Denial Of Service (ReDoS)

devise-security is vulnerable to regular expression denial of service ReDoS attacks. The vulnerability exists due to the usage of a vulnerable regular expression that allows a malicious string to cause a ReDoS attack when parsed...

6.4AI score
SaveExploits0
Veracode
Veracode
added 2018/09/05 2:40 a.m.11 views

Regular Expression Denial Of Service (ReDoS)

onebox is vulnerable to regular expression denial of service DoS. The vulnerability is possible because it does not escape the image URLs parameter directly using as HTML...

6.6AI score
SaveExploits0
Amazon
Amazon
added 2018/09/05 12:0 a.m.534 views

Important: pcre

Issue Overview: The pcrecompile function in pcrecompile.c in PCRE before 8.38 mishandles certain : nesting, which allows remote attackers to cause a denial of service CPU consumption or possibly have unspecified other impact via a crafted regular expression, as demonstrated by a JavaScript RegExp...

9.8CVSS9.6AI score0.0843EPSS
SaveExploits1
Malwarebytes
Malwarebytes
added 2018/08/31 3:0 p.m.65 views

Explained: regular expression (regex)

Regular expression, or "regex" for short, is a mathematical term for the theory used to describe regular languages. But in computing, regexes are used to search for patterns in files and databases, and their functionality is incorporated into many modern programming languages. Regex search patter...

7.3AI score
SaveExploits0
OSV
OSV
added 2018/08/31 6:22 a.m.54 views

GHSA-WQG7-VRJ7-V82H Mosca REDoS Vulnerability

This vulnerability allows remote attackers to deny service on vulnerable installations of npm mosca 2.8.1. Authentication is not required to exploit this vulnerability. The specific flaw exists within the processing of topics. A crafted regular expression can cause the broker to crash. An attacke...

7.5CVSS7.4AI score0.03346EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2018/08/31 6:22 a.m.31 views

Mosca REDoS Vulnerability

This vulnerability allows remote attackers to deny service on vulnerable installations of npm mosca 2.8.1. Authentication is not required to exploit this vulnerability. The specific flaw exists within the processing of topics. A crafted regular expression can cause the broker to crash. An attacke...

7.8CVSS7.2AI score0.03346EPSS
SaveExploits0References3Affected Software1
Prion
Prion
added 2018/08/30 12:29 p.m.19 views

Design/Logic Flaw

This vulnerability allows remote attackers to deny service on vulnerable installations of npm mosca 2.8.1. Authentication is not required to exploit this vulnerability. The specific flaw exists within the processing of topics. A crafted regular expression can cause the broker to crash. An attacke...

7.8CVSS7.5AI score0.03346EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2018/08/30 12:0 p.m.32 views

CVE-2018-11615

This vulnerability allows remote attackers to deny service on vulnerable installations of npm mosca 2.8.1. Authentication is not required to exploit this vulnerability. The specific flaw exists within the processing of topics. A crafted regular expression can cause the broker to crash. An attacke...

7.5AI score0.03346EPSS
SaveExploits0References1
CVE
CVE
added 2018/08/30 12:0 p.m.61 views

CVE-2018-11615

CVE-2018-11615 affects the mosca broker (npm mosca) 2.8.1. The vulnerability is rooted in topic processing: a crafted regular expression can trigger a denial-of-service condition, crashing the broker without requiring authentication. The primary exploit path is remote, leading to availability imp...

7.8CVSS7.4AI score0.03346EPSS
SaveExploits0References1Affected Software1
Veracode
Veracode
added 2018/08/30 6:8 a.m.29 views

Regular Expression Denial Of Service (ReDoS)

lodash is vulnerable to Regular Expression Denial of Service ReDoS attacks. The library uses a regular expression that does not properly handle processing a large amount of characters, allowing a malicious user to cause a ReDoS...

6.5CVSS7.5AI score0.03076EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2018/08/29 11:4 p.m.21 views

GHSA-F523-2F5J-GFCG Regular Expression Denial of Service in timespan

Affected versions of timespan are vulnerable to a regular expression denial of service when parsing dates. The amplification for this vulnerability is significant, with 50,000 characters resulting in the event loop being blocked for around 10 seconds. Recommendation No direct patch is available f...

7.5CVSS7AI score0.01503EPSS
SaveExploits0References4
Veracode
Veracode
added 2018/08/28 6:44 a.m.16 views

Regular Expression Denial Of Service (ReDoS)

is-url is vulenrable to regular expression denial of service ReDoS. An attacker is able to create a denial of service condition on the server via a specially crafted URL...

7.5CVSS7.1AI score0.00944EPSS
SaveExploits0References6Affected Software1
Veracode
Veracode
added 2018/08/28 6:31 a.m.7 views

Regular Expression Denial Of Service (ReDoS)

ducktype is vulnerable to regular expression denial of service ReDoS. An attacker will be able to create a denial of service condition on the server via a specially crafted URL...

6.5AI score
SaveExploits0
Rows per page
Query Builder