Lucene search
+L

6777 matches found

OSV
OSV
added 2019/02/26 2:29 a.m.12 views

CVE-2009-5155

In the GNU C Library aka glibc or libc6 before 2.28, parseregexp in posix/regcomp.c misparses alternatives, which allows attackers to cause a denial of service assertion failure and application exit or trigger an incorrect result by attempting a regular-expression match...

7.5CVSS9.1AI score
SaveExploits0References24
OSV
OSV
added 2019/02/26 2:29 a.m.12 views

CVE-2019-9169

In the GNU C Library aka glibc or libc6 through 2.29, proceednextnode in posix/regexec.c has a heap-based buffer over-read via an attempted case-insensitive regular-expression match...

9.8CVSS9.4AI score
SaveExploits0References11
OSV
OSV
added 2019/02/26 2:29 a.m.3 views

DEBIAN-CVE-2009-5155

In the GNU C Library aka glibc or libc6 before 2.28, parseregexp in posix/regcomp.c misparses alternatives, which allows attackers to cause a denial of service assertion failure and application exit or trigger an incorrect result by attempting a regular-expression match...

7.5CVSS7.5AI score0.03906EPSS
SaveExploits1References1
EUVD
EUVD
added 2019/02/26 2:0 a.m.4 views

EUVD-2019-18547

In the GNU C Library aka glibc or libc6 through 2.29, proceednextnode in posix/regexec.c has a heap-based buffer over-read via an attempted case-insensitive regular-expression match...

9.8CVSS6.7AI score0.04731EPSS
SaveExploits1References16
Cvelist
Cvelist
added 2019/02/26 2:0 a.m.24 views

CVE-2009-5155

In the GNU C Library aka glibc or libc6 before 2.28, parseregexp in posix/regcomp.c misparses alternatives, which allows attackers to cause a denial of service assertion failure and application exit or trigger an incorrect result by attempting a regular-expression match...

7.1AI score0.03906EPSS
SaveExploits1References12
Debian CVE
Debian CVE
added 2019/02/26 2:0 a.m.38 views

CVE-2019-9169

In the GNU C Library aka glibc or libc6 through 2.29, proceednextnode in posix/regexec.c has a heap-based buffer over-read via an attempted case-insensitive regular-expression match...

9.8CVSS7AI score0.04731EPSS
SaveExploits1
CVE
CVE
added 2019/02/26 2:0 a.m.237 views

CVE-2009-5155

CVE-2009-5155 affects the GNU C Library (glibc) prior to 2.28. The vulnerability is in parse_reg_exp (posix/regcomp.c) where misparsing alternatives can cause a denial of service (assertion failure and process exit) or yield an incorrect match result. Affected products include glibc in systems us...

7.5CVSS6.9AI score0.03906EPSS
SaveExploits1References12Affected Software1
Cvelist
Cvelist
added 2019/02/26 2:0 a.m.33 views

CVE-2019-9169

In the GNU C Library aka glibc or libc6 through 2.29, proceednextnode in posix/regexec.c has a heap-based buffer over-read via an attempted case-insensitive regular-expression match...

9.5AI score0.04731EPSS
SaveExploits1References11
ATTACKERKB
ATTACKERKB
added 2019/02/26 12:0 a.m.84 views

CVE-2019-9169

In the GNU C Library aka glibc or libc6 through 2.29, proceednextnode in posix/regexec.c has a heap-based buffer over-read via an attempted case-insensitive regular-expression match. Recent assessments: busterb at June 15, 2020 6:59pm UTC reported: A buffer overread in a very specific part of the...

9.8CVSS0.9AI score0.04731EPSS
SaveExploits1References11
OSV
OSV
added 2019/02/22 11:29 p.m.36 views

CVE-2019-9023

An issue was discovered in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.1. A number of heap-based buffer over-read instances are present in mbstring regular expression functions when supplied with invalid multibyte data. These occur in...

9.8CVSS9.5AI score
SaveExploits0References19
Tenable Nessus
Tenable Nessus
added 2019/02/22 12:0 a.m.59 views

EulerOS 2.0 SP2 : python (EulerOS-SA-2019-1055)

According to the versions of the python packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - python: DOS via regular expression backtracking in difflib.ISLINEJUNK method in difflib CVE-2018-1061 - python: DOS via regular expression...

7.5CVSS6.5AI score0.11296EPSS
SaveExploits1References4
OSV
OSV
added 2019/02/18 11:38 p.m.37 views

GHSA-XJ62-87PG-VCV3 Regular Expression Denial of Service in jshamcrest

The jshamcrest package is affected by a regular expression denial of service vulnerability when certain types of user input are passed in to the emailAddress validator. Proof of concept js var js = require'jshamcrest' var emailAddress = new js.JsHamcrest.Matchers.emailAddress; var genstr = functi...

7.5CVSS5.9AI score0.01093EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2019/02/18 11:38 p.m.26 views

Regular Expression Denial of Service in jadedown

The jadedown package is affected by a regular expression denial of service vulnerability when certain types of user input are passed in. Proof of concept js var jadedown = require'jadedown'; var genstr = function len, chr var result = ""; for i=0; i=len; i++ result = result + chr; return result;...

7.5CVSS7.1AI score0.01151EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2019/02/18 11:38 p.m.21 views

GHSA-6354-6MHV-MVV5 Regular Expression Denial of Service in jadedown

The jadedown package is affected by a regular expression denial of service vulnerability when certain types of user input are passed in. Proof of concept js var jadedown = require'jadedown'; var genstr = function len, chr var result = ""; for i=0; i=len; i++ result = result + chr; return result;...

7.5CVSS7.4AI score0.01151EPSS
SaveExploits1References3
nodejs
nodejs
added 2019/02/15 9:44 p.m.16 views

Regular Expression Denial of Service

Overview Versions of braces prior to 2.3.1 are vulnerable to Regular Expression Denial of Service ReDoS. Untrusted input may cause catastrophic backtracking while matching regular expressions. This can cause the application to be unresponsive leading to Denial of Service. Recommendation Upgrade t...

6.8AI score
SaveExploits0Affected Software1
nodejs
nodejs
added 2019/02/15 9:40 p.m.21 views

Regular Expression Denial of Service

Overview Version of clean-css prior to 4.1.11 are vulnerable to Regular Expression Denial of Service ReDoS. Untrusted input may cause catastrophic backtracking while matching regular expressions. This can cause the application to be unresponsive leading to Denial of Service. Recommendation Upgrad...

6.8AI score
SaveExploits0Affected Software1
UbuntuCve
UbuntuCve
added 2019/02/13 2:29 p.m.20 views

CVE-2018-20164

An issue was discovered in regex.yaml aka regexes.yaml in UA-Parser UAP-Core before 0.6.0. A Regular Expression Denial of Service ReDoS issue allows remote attackers to overload a server by setting the User-Agent header in an HTTPS request to a value containing a long digit string. The UAP-Core...

5.3CVSS6.1AI score0.03298EPSS
SaveExploits2References4
Prion
Prion
added 2019/01/28 3:29 p.m.16 views

Sql injection

SPARQL Injection in VIVO Vitro v1.10.0 allows a remote attacker to execute arbitrary SPARQL via the uri parameter, leading to a regular expression denial of service ReDoS, as demonstrated by crafted use of FILTER%20regex in a /individual?uri= request...

5CVSS7.9AI score0.03016EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2019/01/28 3:29 p.m.18 views

CVE-2019-6986

SPARQL Injection in VIVO Vitro v1.10.0 allows a remote attacker to execute arbitrary SPARQL via the uri parameter, leading to a regular expression denial of service ReDoS, as demonstrated by crafted use of FILTER%20regex in a /individual?uri= request...

7.5CVSS7.8AI score
SaveExploits0References3
Cvelist
Cvelist
added 2019/01/28 3:0 p.m.19 views

CVE-2019-6986

SPARQL Injection in VIVO Vitro v1.10.0 allows a remote attacker to execute arbitrary SPARQL via the uri parameter, leading to a regular expression denial of service ReDoS, as demonstrated by crafted use of FILTER%20regex in a /individual?uri= request...

7.8AI score0.03016EPSS
SaveExploits1References3
Rows per page
Query Builder