mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-25 12:44:05 +02:00
18 lines
728 B
Markdown
18 lines
728 B
Markdown
### [CVE-2018-11591](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11591)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Espruino before 1.98 allows attackers to cause a denial of service (application crash) with a user crafted input file via a NULL pointer dereference during syntax parsing. This was addressed by adding validation for a debug trace print statement in jsvar.c.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/espruino/Espruino/issues/1420
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|