Out-of-bounds read in PCRE - CVE-2015-2326
Published: January 14, 2020 / Updated: July 17, 2020
PCRE
PCRE
Description
The vulnerability allows a local non-authenticated attacker to perform a denial of service (DoS) attack.
The pcre_compile2 function in PCRE before 8.37 allows context-dependent attackers to compile incorrect code and cause a denial of service (out-of-bounds read) via regular expression with a group containing both a forward referencing subroutine call and a recursive back reference, as demonstrated by "((?+1)(1))/".