CVE-2021-23438
CVSS V2 High 7.5
CVSS V3 Critical 9.8
Description
This affects the package mpath before 0.8.4. A type confusion vulnerability can lead to a bypass of CVE-2018-16490. In particular, the condition ignoreProperties.indexOf(parts[i]) !== -1 returns -1 if parts[i] is ['__proto__']. This is because the method that has been called if the input is an array is Array.prototype.indexOf() and not String.prototype.indexOf(). They behave differently depending on the type of the input.
Overview
- CVE ID
- CVE-2021-23438
- Assigner
- report@snyk.io
- Vulnerability Status
- Analyzed
- Published Version
- 2021-09-01T19:15:07
- Last Modified Date
- 2021-09-10T15:23:21
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:mpath_project:mpath:*:*:*:*:*:node.js:*:* | 1 | OR | 0.8.4 |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:L/Au:N/C:P/I:P/A:P
- Access Vector
- NETWORK
- Access Compatibility
- LOW
- Authentication
- NONE
- Confidentiality Impact
- PARTIAL
- Integrity Impact
- PARTIAL
- Availability Impact
- PARTIAL
- Base Score
- 7.5
- Severity
- HIGH
- Exploitability Score
- 10
- Impact Score
- 6.4
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- HIGH
- Availability Impact
- HIGH
- Base Score
- 9.8
- Base Severity
- CRITICAL
- Exploitability Score
- 3.9
- Impact Score
- 5.9
References
Reference URL | Reference Tags |
---|---|
https://github.com/aheckmann/mpath/commit/89402d2880d4ea3518480a8c9847c541f2d824fc | Patch Third Party Advisory |
https://snyk.io/vuln/SNYK-JS-MPATH-1577289 | Exploit Third Party Advisory |
https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1579548 | Exploit Third Party Advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2021-23438 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23438 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 16:06:10 | Added to TrackCVE | |||
2022-12-05 09:31:07 | 2021-09-01T19:15Z | 2021-09-01T19:15:07 | CVE Published Date | updated |
2022-12-05 09:31:07 | 2021-09-10T15:23:21 | CVE Modified Date | updated | |
2022-12-05 09:31:07 | Analyzed | Vulnerability Status | updated |