mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-13 22:32:09 +02:00
18 lines
705 B
Markdown
18 lines
705 B
Markdown
### [CVE-2018-11596](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11596)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Espruino before 1.99 allows attackers to cause a denial of service (application crash) with a user crafted input file via a Buffer Overflow during syntax parsing because a check for '\0' is made for the wrong array element in jsvar.c.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/espruino/Espruino/issues/1435
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|