TryGhost/node-sqlite3

TryGhost/node-sqlite3

Releases111
Frequency1 month 3 weeks
Last Release
Stars6.42K
SQLite3 bindings for Node.js

CVE History

CVEPublishedCVSS v3CVSS v2
8.1 HIGH

A code execution vulnerability exists in the Statement Bindings functionality of Ghost Foundation node-sqlite3 5.1.1. A specially-crafted Javascript file can lead to arbitrary code execution. An attacker can provide malicious input to trigger this vulnerability.

7.5 HIGH5 MEDIUM

The package sqlite3 before 5.0.3 are vulnerable to Denial of Service (DoS) which will invoke the toString function of the passed parameter. If passed an invalid Function object it will throw and crash the V8 engine.