ghsa-9qrh-qjmc-5w2p
Vulnerability from github
Published
2022-04-28 20:25
Modified
2022-05-03 02:24
Severity ?
VLAI Severity ?
Summary
Denial-of-Service when binding invalid parameters in sqlite3
Details
Affected versions of sqlite3 will experience a fatal error when supplying a specific object in the parameter array. This error causes the application to crash and could not be caught. Users of sqlite3
v5.0.0, v5.0.1 and v5.0.2 are affected by this. This issue is fixed in v5.0.3. All users are recommended to upgrade to v5.0.3 or later. Ensure there is sufficient sanitization in the parent application to protect against invalid values being supplied to binding parameters as a workaround.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "sqlite3" }, "ranges": [ { "events": [ { "introduced": "5.0.0" }, { "fixed": "5.0.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-21227" ], "database_specific": { "cwe_ids": [ "CWE-248" ], "github_reviewed": true, "github_reviewed_at": "2022-04-28T20:25:23Z", "nvd_published_at": "2022-05-01T16:15:00Z", "severity": "HIGH" }, "details": "Affected versions of sqlite3 will experience a fatal error when supplying a specific object in the parameter array. This error causes the application to crash and could not be caught. Users of `sqlite3` v5.0.0, v5.0.1 and v5.0.2 are affected by this. This issue is fixed in v5.0.3. All users are recommended to upgrade to v5.0.3 or later. Ensure there is sufficient sanitization in the parent application to protect against invalid values being supplied to binding parameters as a workaround.\n", "id": "GHSA-9qrh-qjmc-5w2p", "modified": "2022-05-03T02:24:25Z", "published": "2022-04-28T20:25:23Z", "references": [ { "type": "WEB", "url": "https://github.com/TryGhost/node-sqlite3/security/advisories/GHSA-9qrh-qjmc-5w2p" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21227" }, { "type": "WEB", "url": "https://github.com/TryGhost/node-sqlite3/issues/1440" }, { "type": "WEB", "url": "https://github.com/TryGhost/node-sqlite3/issues/1449" }, { "type": "WEB", "url": "https://github.com/TryGhost/node-sqlite3/commit/593c9d498be2510d286349134537e3bf89401c4a" }, { "type": "PACKAGE", "url": "https://github.com/TryGhost/node-sqlite3" }, { "type": "WEB", "url": "https://security.snyk.io/vuln/SNYK-JS-SQLITE3-2388645" }, { "type": "WEB", "url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-2805470" }, { "type": "WEB", "url": "https://snyk.io/vuln/SNYK-JS-SQLITE3-2388645" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Denial-of-Service when binding invalid parameters in sqlite3" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…