ghsa-x2jc-pwfj-h9p3
Vulnerability from github
Published
2019-02-18 23:54
Modified
2020-08-31 18:11
VLAI Severity ?
Summary
SQL Injection in sequelize
Details
Affected versions of sequelize
use MySQL's backslash-based escape syntax when connecting to SQLite, despite the fact that SQLite uses PostgreSQL's escape syntax, which can result in a SQL Injection vulnerability.
Recommendation
Update to version 1.7.0-alpha3 or later.
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 1.7.0-alpha2" }, "package": { "ecosystem": "npm", "name": "sequelize" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.7.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2016-10554" ], "database_specific": { "cwe_ids": [ "CWE-89" ], "github_reviewed": true, "github_reviewed_at": "2020-06-16T22:01:45Z", "nvd_published_at": null, "severity": "MODERATE" }, "details": "Affected versions of `sequelize` use MySQL\u0027s backslash-based escape syntax when connecting to SQLite, despite the fact that SQLite uses PostgreSQL\u0027s escape syntax, which can result in a SQL Injection vulnerability.\n\n\n## Recommendation\n\nUpdate to version 1.7.0-alpha3 or later.", "id": "GHSA-x2jc-pwfj-h9p3", "modified": "2020-08-31T18:11:14Z", "published": "2019-02-18T23:54:28Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-10554" }, { "type": "WEB", "url": "https://github.com/sequelize/sequelize/commit/c876192aa6ce1f67e22b26a4d175b8478615f42d" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-x2jc-pwfj-h9p3" }, { "type": "WEB", "url": "https://www.npmjs.com/advisories/113" } ], "schema_version": "1.4.0", "severity": [], "summary": "SQL Injection in sequelize" }
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…