mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-29 09:41:05 +00:00
25 lines
1.2 KiB
Markdown
25 lines
1.2 KiB
Markdown
![]() |
### [CVE-2019-6292](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6292)
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
### Description
|
||
|
|
||
|
An issue was discovered in singledocparser.cpp in yaml-cpp (aka LibYaml-C++) 0.6.2. Stack Exhaustion occurs in YAML::SingleDocParser, and there is a stack consumption problem caused by recursive stack frames: HandleCompactMap, HandleMap, HandleFlowSequence, HandleSequence, HandleNode. Remote attackers could leverage this vulnerability to cause a denial-of-service via a cpp file.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
- https://github.com/jbeder/yaml-cpp/issues/657
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/ICSE2020-MemLock/MemLock_Benchmark
|
||
|
- https://github.com/SZU-SE/MemLock_Benchmark
|
||
|
- https://github.com/SZU-SE/Stack-overflow-Fuzzer-TestSuite
|
||
|
- https://github.com/fuzz-evaluator/MemLock-Fuzz-eval
|
||
|
- https://github.com/tzf-key/MemLock_Benchmark
|
||
|
- https://github.com/tzf-omkey/MemLock_Benchmark
|
||
|
- https://github.com/wcventure/MemLock-Fuzz
|
||
|
- https://github.com/wcventure/MemLock_Benchmark
|
||
|
|