Out-of-bounds Read Affecting pcre3 package, versions <2:8.35-7.2
Snyk CVSS
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-DEBIAN10-PCRE3-345298
- published 27 Jun 2018
- disclosed 14 Jan 2020
Introduced: 27 Jun 2018
CVE-2015-2326 Open this link in a new tabHow to fix?
Upgrade Debian:10
pcre3
to version 2:8.35-7.2 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream pcre3
package and not the pcre3
package as distributed by Debian:10
.
See How to fix?
for Debian:10
relevant fixed versions and status.
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))/".