mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 02:42:13 +02:00
18 lines
822 B
Markdown
18 lines
822 B
Markdown
### [CVE-2014-5256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5256)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Node.js 0.8 before 0.8.28 and 0.10 before 0.10.30 does not consider the possibility of recursive processing that triggers V8 garbage collection in conjunction with a V8 interrupt, which allows remote attackers to cause a denial of service (memory corruption and application crash) via deep JSON objects whose parsing lets this interrupt mask an overflow of the program stack.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ragle/searchlight
|
|
|