mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 04:59:31 +02:00
18 lines
671 B
Markdown
18 lines
671 B
Markdown
### [CVE-2020-23914](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-23914)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An issue was discovered in cpp-peglib through v0.1.12. A NULL pointer dereference exists in the peg::AstOptimizer::optimize() located in peglib.h. It allows an attacker to cause Denial of Service.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/yhirose/cpp-peglib/issues/121
|
|
|
|
#### Github
|
|
- https://github.com/nicovank/bugbench
|
|
|