CVE-2014-5256: Buffer Overflow
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.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2014-5256?
CVE-2014-5256 is considered a high severity vulnerability due to its potential to cause denial of service through memory corruption and application crashes.
How do I fix CVE-2014-5256?
To fix CVE-2014-5256, you should upgrade Node.js to version 0.8.28 or later, or 0.10.30 or later.
What versions of Node.js are affected by CVE-2014-5256?
CVE-2014-5256 affects Node.js versions prior to 0.8.28 and 0.10.30.
What type of attack does CVE-2014-5256 enable?
CVE-2014-5256 enables remote attackers to execute denial of service attacks that can crash the application.
Is CVE-2014-5256 related to JSON processing?
Yes, CVE-2014-5256 relates to vulnerabilities in JSON processing that can trigger V8 garbage collection issues.