Lucene search
+L

4762 matches found

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

UBUNTU-CVE-2015-8389

PCRE before 8.38 mishandles the /?:|a|100x/ pattern and related patterns, which allows remote attackers to cause a denial of service infinite recursion or possibly have unspecified other impact via a crafted regular expression, as demonstrated by a JavaScript RegExp object encountered by Konquero...

9.8CVSS7.2AI score0.03887EPSS
SaveExploits0References5
OSV
OSV
added 2015/12/01 12:00 a.m.12 views

UBUNTU-CVE-2015-8385

PCRE before 8.38 mishandles the /?|\k'Pm'|?'Pm'/ pattern and related patterns with certain forward references, which allows remote attackers to cause a denial of service buffer overflow or possibly have unspecified other impact via a crafted regular expression, as demonstrated by a JavaScript...

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

UBUNTU-CVE-2015-8388

PCRE before 8.38 mishandles the /?=di?=?1|?=./ pattern and related patterns with an unmatched closing parenthesis, which allows remote attackers to cause a denial of service buffer overflow or possibly have unspecified other impact via a crafted regular expression, as demonstrated by a JavaScript...

7.5CVSS7.2AI score0.06587EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2015/12/01 12:00 a.m.6 views

PT-2015-7793 · Philip Hazel +2 · Pcre +2

Name of the Vulnerable Software and Affected Versions: PCRE versions prior to 8.38 Description: The issue concerns the mishandling of the -q option for binary files by pcregrep in PCRE, potentially allowing remote attackers to obtain sensitive information via a crafted file. This could be exploit...

9.8CVSS7AI score0.09157EPSS
SaveExploits12References122
Positive Technologies
Positive Technologies
added 2015/12/01 12:00 a.m.8 views

PT-2015-7790 · Pcre +4 · Pcre +4

Name of the Vulnerable Software and Affected Versions: PCRE versions prior to 8.38 Description: The issue allows remote attackers to cause a denial of service infinite recursion or possibly have unspecified other impact via a crafted regular expression, such as the /?:|a|100x/ pattern and related...

9.8CVSS8AI score0.09157EPSS
SaveExploits12References123
UbuntuCve
UbuntuCve
added 2015/12/01 12:00 a.m.37 views

CVE-2015-8382

The match function in pcreexec.c in PCRE before 8.37 mishandles the /?:abcd|?:?:?:?:abc|?:abcdefbabcdefghiabc|ACCEPT/ pattern and related patterns involving ACCEPT, which allows remote attackers to obtain sensitive information from process memory or cause a denial of service partially initialized...

6.4CVSS7.1AI score0.04072EPSS
SaveExploits1References6
OSV
OSV
added 2015/12/01 12:00 a.m.8 views

UBUNTU-CVE-2015-8390

PCRE before 8.38 mishandles the : and \ substrings in character classes, which allows remote attackers to cause a denial of service uninitialized memory read or possibly have unspecified other impact via a crafted regular expression, as demonstrated by a JavaScript RegExp object encountered by...

9.8CVSS7.2AI score0.04618EPSS
SaveExploits0References5
OSV
OSV
added 2015/12/01 12:00 a.m.8 views

UBUNTU-CVE-2015-8384

PCRE before 8.38 mishandles the /?J?'d'?'d'\gd/ pattern and related patterns with certain recursive back references, which allows remote attackers to cause a denial of service buffer overflow or possibly have unspecified other impact via a crafted regular expression, as demonstrated by a JavaScri...

7.5CVSS7.2AI score0.03399EPSS
SaveExploits0References5
OSV
OSV
added 2015/12/01 12:00 a.m.13 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
OSV
OSV
added 2015/12/01 12:00 a.m.10 views

UBUNTU-CVE-2015-8383

PCRE before 8.38 mishandles certain repeated conditional groups, which allows remote attackers to cause a denial of service buffer 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.06077EPSS
SaveExploits0References5
Fedora
Fedora
added 2015/11/26 9:00 p.m.16 views

[SECURITY] Fedora 23 Update: pcre-8.38-1.fc23

Perl-compatible regular expression library. PCRE has its own native API, but a set of "wrapper" functions that are base d on the POSIX API are also supplied in the library libpcreposix. Note that this just provides a POSIX calling interface to PCRE: the regular expressions themselves still follow...

1.1AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2015/11/19 3:39 a.m.12 views

file: unrestricted regular expression matching

Multiple flaws were found in the File Information fileinfo extension regular expression rules for detecting various files. A remote attacker could use either of these flaws to cause a PHP application using fileinfo to consume an excessive amount of CPU...

5CVSS7.4AI score0.11814EPSS
SaveExploits1References4
zdt
zdt
added 2015/09/22 12:00 a.m.99 views

OS X Regex Engine (TRE) - Stack Buffer Overflow Vulnerability

Exploit for macOS platform in category dos / poc Source: https://code.google.com/p/google-security-research/issues/detail?id=428 OS X Libc uses the slightly obscure TRE regex engine http://laurikari.net/tre/ If used in enhanced mode by passing the REGENHANCED flag to regcomp TRE supports...

7.5CVSS0.12416EPSS
SaveExploits2
exploitpack
exploitpack
added 2015/09/22 12:00 a.m.17 views

Apple Mac OSX Regex Engine (TRE) - Integer Signedness Overflow

Apple Mac OSX Regex Engine TRE - Integer Signedness Overflow Source: https://code.google.com/p/google-security-research/issues/detail?id=429 The OS X regex engine function tretnfarunparallel contains the following code: int tbytes; ... if !matchtags numtags = 0; else numtags = tnfa-numtags; ... i...

SaveExploits0
zdt
zdt
added 2015/09/22 12:00 a.m.46 views

OS X Regex Engine (TRE) - Integer Signedness and Overflow Issues Vulnerability

Exploit for macOS platform in category dos / poc Source: https://code.google.com/p/google-security-research/issues/detail?id=429 The OS X regex engine function tretnfarunparallel contains the following code: int tbytes; ... if !matchtags numtags = 0; else numtags = tnfa-numtags; ... int rbytes,...

7.5CVSS7.7AI score0.13322EPSS
SaveExploits2
exploitpack
exploitpack
added 2015/09/22 12:00 a.m.30 views

Apple Mac OSX Regex Engine (TRE) - Stack Buffer Overflow (PoC)

Apple Mac OSX Regex Engine TRE - Stack Buffer Overflow PoC Source: https://code.google.com/p/google-security-research/issues/detail?id=428 OS X Libc uses the slightly obscure TRE regex engine http://laurikari.net/tre/ If used in enhanced mode by passing the REGENHANCED flag to regcomp TRE support...

0.2AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/09/22 12:00 a.m.34 views

Apple Mac OSX Regex Engine (TRE) - Integer Signedness / Overflow

Source: https://code.google.com/p/google-security-research/issues/detail?id=429 The OS X regex engine function tretnfarunparallel contains the following code: int tbytes; ... if !matchtags numtags = 0; else numtags = tnfa-numtags; ... int rbytes, pbytes, totalbytes; char tmpbuf; / Compute the...

7.5CVSS7.3AI score0.13322EPSS
SaveExploits2
Exploit DB
Exploit DB
added 2015/09/22 12:00 a.m.41 views

Apple Mac OSX Regex Engine (TRE) - Stack Buffer Overflow (PoC)

Source: https://code.google.com/p/google-security-research/issues/detail?id=428 OS X Libc uses the slightly obscure TRE regex engine http://laurikari.net/tre/ If used in enhanced mode by passing the REGENHANCED flag to regcomp TRE supports arbitrary-width hex literals. Here is the code used to...

7.5CVSS7.9AI score0.12416EPSS
SaveExploits2
CNVD
CNVD
added 2015/09/06 12:00 a.m.11 views

MediaWiki Quiz Extension Denial of Service Vulnerability

MediaWiki is a free, web-based wiki engine developed and maintained by the Wikimedia Foundation and MediaWiki volunteers for the deployment of in-house knowledge management and content management systems.Quiz is an extension of the quiz builder. A security vulnerability exists in the MediaWiki Qu...

5CVSS6.8AI score0.0266EPSS
SaveExploits0References1
OSV
OSV
added 2015/09/02 10:59 a.m.8 views

DEBIAN-CVE-2015-6587

The vlserver in OpenAFS before 1.6.13 allows remote authenticated users to cause a denial of service out-of-bounds read and crash via a crafted regular expression in a VLListAttributesN2 RPC...

4CVSS6.5AI score0.01933EPSS
SaveExploits0References1
Rows per page
Query Builder