cve/2020/CVE-2020-24345.md
2024-06-18 02:51:15 +02:00

18 lines
689 B
Markdown

### [CVE-2020-24345](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-24345)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
** DISPUTED ** JerryScript through 2.3.0 allows stack consumption via function a(){new new Proxy(a,{})}JSON.parse("[]",a). NOTE: the vendor states that the problem is the lack of the --stack-limit option.
### POC
#### Reference
- https://github.com/jerryscript-project/jerryscript/issues/3977
#### Github
No PoCs found on GitHub currently.