Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CveTest — Test case for Node.JS V0.10.31 v8 backport CVE-2013-6668 crash | Kitploit
Tools/GitHubGitHub/sdneon/cvetest
Vulnerability AnalysisExploitationBinary AnalysisPapers & ResearchLearning & Education
GitHubsdneon/cvetest

CveTest

Test case for Node.JS V0.10.31 v8 backport CVE-2013-6668 crash

View Repository
11 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CveTest

Test case to replicate Node.JS V0.10.31 v8 backport CVE-2013-6668 crash.

Test calls a SQL stored procedure ("GetSomething") to retrieve data from a table ("Table1") in "SQLDB" database. Crash occurs when there is more than 52 rows returned and after making the same call several times.

Environment

  • Windows 7 64-bit
  • MS SQL 2005
  • Node.JS V0.10.31 x64
  • tedious node module V1.4.3 or earlier

Tests with various flavours of Node

  • Release mode node: script just exits unexpectedly without any explicit error printed.
  • Debug mode node: assertion and stack trace is obtained.
  • Debug mode Node with temp patch proposed in Node.JS Issue #8208: still crash as above.
    • Release mode is ok.
    • The assertion encountered is in HInstruction::Verify() which is only available in DEBUG build. Thus, the alternate release build codes appear not to suffer from the CVE patch.
  • Node V0.10.31 with deps/v8 from V0.10.30: No crash, works fine. Thus, it appears to be the v8 backport CVE-2013-6668 patch that is causing the problem.

Maybe Related

  • node-mssql Issue #74
Download Tool