mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-24 03:24:01 +02:00
18 lines
772 B
Markdown
18 lines
772 B
Markdown
### [CVE-2015-2326](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-2326)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
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))/".
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/Live-Hack-CVE/CVE-2015-2326
|
|
|