Lucene search
+L

8898 matches found

OSV
OSV
added 2015/12/01 12:00 a.m.9 views

UBUNTU-CVE-2015-8395

PCRE before 8.38 mishandles certain references, which allows remote attackers to cause a denial of service or possibly have unspecified other impact via a crafted regular expression, as demonstrated by a JavaScript RegExp object encountered by Konqueror, a related issue to CVE-2015-8384 and...

7.5CVSS7.2AI score0.03543EPSS
SaveExploits0References5
OSV
OSV
added 2015/12/01 12:00 a.m.14 views

UBUNTU-CVE-2015-8394

PCRE before 8.38 mishandles the ? and ?R conditions, which allows remote attackers to cause a denial of service integer overflow or possibly have unspecified other impact via a crafted regular expression, as demonstrated by a JavaScript RegExp object encountered by Konqueror...

9.8CVSS7.2AI score0.04815EPSS
SaveExploits0References5
Cent OS
Cent OS
added 2015/11/30 7:28 p.m.123 views

file, python security update

CentOS Errata and Security Advisory CESA-2015:2155 Updated file packages that fix multiple security issues and several bugs are now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having Moderate security impact. Common Vulnerability Scoring System CVSS...

7.5CVSS6.8AI score0.20805EPSS
SaveExploits3References7
Positive Technologies
Positive Technologies
added 2015/11/24 12:00 a.m.8 views

PT-2015-3437 · Pcre +5 · Pcre +5

Name of the Vulnerable Software and Affected Versions: PCRE versions prior to 8.38 Description: The issue is related to the pcre compile function in the PCRE library, which mishandles certain : nesting in regular expressions. This can be exploited by remote attackers to cause a denial of service,...

9.8CVSS7.4AI score0.09157EPSS
SaveExploits12References148
OpenVAS
OpenVAS
added 2015/11/24 12:00 a.m.94 views

Oracle: Security Advisory (ELSA-2015-2155)

The remote host is missing an update for the SPDX-FileCopyrightText: 2015 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS8.2AI score0.20805EPSS
SaveExploits3References2
Tenable Nessus
Tenable Nessus
added 2015/11/24 12:00 a.m.52 views

Oracle Linux 7 : file (ELSA-2015-2155)

The remote Oracle Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2015-2155 advisory. - fix CVE-2014-8116 - bump the acceptable ELF program headers count to 2048 - fix CVE-2014-0207 - cdfreadshortsector insufficient boundary check - fix...

7.5CVSS7.1AI score0.20805EPSS
SaveExploits3References15
nodejs
nodejs
added 2015/11/20 6:52 p.m.29 views

Regular Expression Denial of Service

Overview Versions of millisecond prior to 0.1.2 are affected by a regular expression denial of service vulnerability when extremely long version strings are parsed. Proof of concept var ms = require'millisecond'; var genstr = function len, chr var result = ""; for i=0; i=len; i++ result = result ...

6.7AI score
SaveExploits0Affected Software1
RedHat Linux
RedHat Linux
added 2015/11/19 3:18 a.m.51 views

Low: Red Hat Security Advisory: grep security and bug fix update

Updated grep packages that fix one security issue and several bugs are now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having Low security impact. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

2.1CVSS7.5AI score0.00486EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2015/11/19 12:00 a.m.7 views

Moderate: Red Hat Bug Fix Advisory: pcre bug fix update

Updated pcre packages that fix several bugs are now available for Red Hat Enterprise Linux 7. PCRE is a Perl-compatible regular expression library. This update fixes the following bugs: Previously, non-matched groups within capturing groups up to a forced match were not being properly reset by...

7.5CVSS7AI score0.04049EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2015/11/19 12:00 a.m.13 views

pcre: infinite recursion compiling pattern with zero-repeated groups that include recursive back reference (8.36/19)

PCRE before 8.36 mishandles the /a\2|a\g/ pattern and related patterns with certain internal recursive back references, which allows remote attackers to cause a denial of service segmentation fault or possibly have unspecified other impact via a crafted regular expression, as demonstrated by a...

7.5CVSS7.4AI score0.04049EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2015/10/30 10:13 a.m.32 views

CVE-2007-2026

The gnu regular expression code in file 4.20 allows context-dependent attackers to cause a denial of service CPU consumption via a crafted document with a large number of line feed characters, which is not well handled by OS/2 REXX regular expressions that use wildcards, as originally reported fo...

7.8CVSS7.2AI score0.02092EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2015/10/30 9:45 a.m.29 views

CVE-2009-3626

Perl 5.10.1 allows context-dependent attackers to cause a denial of service application crash via a UTF-8 character with a large, invalid codepoint, which is not properly handled during a regular-expression match...

5CVSS6.7AI score0.02185EPSS
SaveExploits1References3
nodejs
nodejs
added 2015/10/26 11:19 p.m.53 views

Regular Expression Denial of Service

Overview Versions of moment prior to 2.11.2 are affected by a regular expression denial of service vulnerability. The vulnerability is triggered when arbitrary user input is passed into moment.duration. Proof of concept var moment = require'moment'; var genstr = function len, chr var result = "";...

7.8CVSS4.2AI score0.09905EPSS
SaveExploits1Affected Software1
nodejs
nodejs
added 2015/10/25 5:21 p.m.32 views

Regular Expression Denial of Service

Overview 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 var js = require'jshamcrest' var emailAddress = new js.JsHamcrest.Matchers.emailAddress; var genstr =...

5CVSS3.1AI score0.01093EPSS
SaveExploits0Affected Software1
nodejs
nodejs
added 2015/10/25 4:40 a.m.33 views

Regular Expression Denial of Service

Overview 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 var jadedown = require'jadedown'; var genstr = function len, chr var result = ""; for i=0; i=len; i++ result = result + chr; return...

5CVSS2.4AI score0.01151EPSS
SaveExploits1Affected Software1
nodejs
nodejs
added 2015/10/25 1:35 a.m.29 views

Regular Expression Denial of Service

Overview The ansi2html package is affected by a regular expression denial of service vulnerability when certain types of user input is passed in. Proof of concept var ansi2html = require'ansi2html' var start = process.hrtime; ansi2html"1111111111111111111111;0000000000000000000000";...

5CVSS3AI score0.01151EPSS
SaveExploits1Affected Software1
nodejs
nodejs
added 2015/10/24 5:58 p.m.42 views

Regular Expression Denial of Service

Overview Versions of uglify-js prior to 2.6.0 are affected by a regular expression denial of service vulnerability when malicious inputs are passed into the parse method. Proof of Concept var u = require'uglify-js'; var genstr = function len, chr var result = ""; for i=0; i=len; i++ result = resu...

7.8CVSS4.2AI score0.02358EPSS
SaveExploits1Affected Software1
nodejs
nodejs
added 2015/10/24 5:38 p.m.33 views

Regular Expression Denial of Service

Overview All versions of the bleach package are vulnerable to a regular expression denial of service attack when certain types of input are passed into the sanitize function. Recommendation The bleach package is not currently maintained, and has not seen an update since 2014. To mitigate this...

4.1AI score0.0172EPSS
SaveExploits0Affected Software1
nodejs
nodejs
added 2015/10/24 4:06 p.m.32 views

Regular Expression Denial of Service

Overview Versions of ms prior to 0.7.1 are affected by a regular expression denial of service vulnerability when extremely long version strings are parsed. Proof of Concept javascript var ms = require'ms'; var genstr = function len, chr var result = ""; for i=0; i=len; i++ result = result + chr;...

7.8CVSS2.7AI score0.06824EPSS
SaveExploits1Affected Software1
Tenable Nessus
Tenable Nessus
added 2015/10/22 12:00 a.m.30 views

SUSE SLED11 / SLES11 Security Update : icu (SUSE-SU-2015:1790-1)

icu was updated to fix one security issue. This security issue was fixed : - CVE-2014-9654: Insufficient size limit checks in regular expression compiler bsc917129. Note that Tenable Network Security has extracted the preceding description block directly from the SUSE security advisory. Tenable h...

9.8CVSS8.2AI score0.02422EPSS
SaveExploits0References4
Rows per page
Query Builder