GHSA-3xgx-r9j4-qw9w

Suggest an improvement
Source
https://github.com/advisories/GHSA-3xgx-r9j4-qw9w
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-3xgx-r9j4-qw9w/GHSA-3xgx-r9j4-qw9w.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-3xgx-r9j4-qw9w
Aliases
  • CVE-2022-21189
  • SNYK-JAVA-ORGWEBJARSNPM-2805308
  • SNYK-JS-DEXIE-2607042
Published
2022-05-03T00:00:46Z
Modified
2023-11-08T04:08:04.591522Z
Severity
  • 7.3 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L CVSS Calculator
Summary
Prototype Pollution in Dexie
Details

Dexie is a minimalistic wrapper for IndexedDB. The package dexie before 3.2.2, from 4.0.0-alpha.1 and before 4.0.0-alpha.3 are vulnerable to Prototype Pollution in the Dexie.setByKeyPath(obj, keyPath, value) function which does not properly check the keys being set (like proto or constructor). This can allow an attacker to add/modify properties of the Object.prototype leading to prototype pollution vulnerability. Note: This vulnerability can occur in multiple ways, for example when modifying a collection with untrusted user input.

Database specific
{
    "nvd_published_at": "2022-05-01T16:15:00Z",
    "github_reviewed_at": "2022-05-23T20:12:28Z",
    "severity": "HIGH",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-1321"
    ]
}
References

Affected packages

npm / dexie

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.2.2

npm / dexie

Package

Affected ranges

Type
SEMVER
Events
Introduced
4.0.0-alpha.1
Fixed
4.0.0-alpha.3

Database specific

{
    "last_known_affected_version_range": "<= 4.0.0-alpha.2"
}