7.5
CVE-2020-8116
- EPSS 0.76%
- Veröffentlicht 04.02.2020 20:15:13
- Zuletzt bearbeitet 21.11.2024 05:38:19
- Quelle support@hackerone.com
- CVE-Watchlists
- Unerledigt
Prototype pollution vulnerability in dot-prop npm package versions before 4.2.1 and versions 5.x before 5.1.1 allows an attacker to add arbitrary properties to JavaScript language constructs such as objects.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Dot-prop Project ≫ Dot-prop SwPlatformnode.js Version < 4.2.1
Dot-prop Project ≫ Dot-prop SwPlatformnode.js Version >= 5.0.0 < 5.1.1
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.76% | 0.731 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7.3 | 3.9 | 3.4 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
|
| nvd@nist.gov | 7.5 | 10 | 6.4 |
AV:N/AC:L/Au:N/C:P/I:P/A:P
|
CWE-1321 Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
The product receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype.
CWE-471 Modification of Assumed-Immutable Data (MAID)
The product does not properly protect an assumed-immutable element from being modified by an attacker.