GHSA-5V9H-Q3GJ-C32X
Vulnerability from github – Published: 2020-09-01 15:27 – Updated: 2021-09-23 21:29
VLAI?
Summary
SQL Injection via GeoJSON in sequelize
Details
Affected versions of sequelize are vulnerable to SQL Injection in Models that have fields with the GEOMETRY DataType. This vulnerability occurs because single quotes in document values are not escaped for GeoJSON documents using ST_GeomFromGeoJSON, and MySQL GeoJSON documents using GeomFromText.
Recommendation
Update to version 3.23.6 or later.
Severity ?
9.8 (Critical)
{
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "sequelize"
},
"ranges": [
{
"events": [
{
"introduced": "3.4.0"
},
{
"fixed": "3.23.6"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2016-1000225"
],
"database_specific": {
"cwe_ids": [
"CWE-89"
],
"github_reviewed": true,
"github_reviewed_at": "2020-08-31T18:11:32Z",
"nvd_published_at": null,
"severity": "CRITICAL"
},
"details": "Affected versions of `sequelize` are vulnerable to SQL Injection in Models that have fields with the `GEOMETRY` DataType. This vulnerability occurs because single quotes in document values are not escaped for GeoJSON documents using `ST_GeomFromGeoJSON`, and MySQL GeoJSON documents using `GeomFromText`.\n\n\n## Recommendation\n\nUpdate to version 3.23.6 or later.",
"id": "GHSA-5v9h-q3gj-c32x",
"modified": "2021-09-23T21:29:13Z",
"published": "2020-09-01T15:27:40Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-1000225"
},
{
"type": "WEB",
"url": "https://github.com/sequelize/sequelize/issues/6194"
},
{
"type": "WEB",
"url": "https://github.com/sequelize/sequelize/pull/6302"
},
{
"type": "WEB",
"url": "https://github.com/sequelize/sequelize/pull/6306"
},
{
"type": "WEB",
"url": "https://github.com/sequelize/sequelize/commit/14e3deaf3ad27f12900e5275db1d448844c9de3e"
},
{
"type": "WEB",
"url": "https://github.com/sequelize/sequelize/commit/18ac91040d9c57351d26ba998f460e214255b704"
},
{
"type": "WEB",
"url": "https://github.com/sequelize/sequelize/commit/562d52585902090f4e53eb21c61314098c29d795"
},
{
"type": "WEB",
"url": "https://github.com/sequelize/sequelize/commit/f93af43a1d86400487f5e3d9762f1a4b7cf6b1e1"
},
{
"type": "PACKAGE",
"url": "https://github.com/sequelize/sequelize"
},
{
"type": "WEB",
"url": "https://snyk.io/vuln/npm:sequelize:20160718"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "SQL Injection via GeoJSON in sequelize"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…