VYPR

npm package

sqlite3

pkg:npm/sqlite3

Vulnerabilities (2)

  • CVE-2022-43441Mar 16, 2023
    affected >= 5.0.0, < 5.1.5fixed 5.1.5

    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.

  • CVE-2022-21227May 1, 2022
    affected >= 5.0.0, < 5.0.3fixed 5.0.3

    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.