3 matches found
Debian: Security Advisory (DSA-1602-1)
The remote host is missing an update for the Debian SPDX-FileCopyrightText: 2008 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...
Debian DSA-1602-1 : pcre3 - buffer overflow
Tavis Ormandy discovered that PCRE, the Perl-Compatible Regular Expression library, may encounter a heap overflow condition when compiling certain regular expressions involving in-pattern options and branches, potentially leading to arbitrary code execution. %NASLMINLEVEL 70300 C Tenable Network...
PCRE pcre_compile.c文件堆溢出漏洞
CVECAN ID: CVE-2008-2371 PCRE(Perl兼容正则表达式)库是个开放源代码的软件,可提供正则表达式支持。 当PCRE在启动模式(pattern)指定选项的时候,为了防止将其不必要的编译到字节代码,会如pcrecompile选项所指定的方式传送回调用程序(也就是/?ia|b/ == /a|b/i)。如果模式包含有多个分支的话,就会意外的将新选项回传的过远,仅有第一个分支获得了新的标记,而在第二次编译传送的时候会一直设置新的标记,导致大小计算传送和实际的编译传送之间出现不匹配,这可能触发堆溢出。 PCRE 7.7 厂商补丁: Debian ------...