CVE-2020-5258
10.03.2020, 18:15
In affected versions of dojo (NPM package), the deepCopy method is vulnerable to Prototype Pollution. Prototype Pollution refers to the ability to inject properties into existing JavaScript language construct prototypes, such as objects. An attacker manipulates these attributes to overwrite, or pollute, a JavaScript application object prototype of the base object by injecting other values. This has been patched in versions 1.12.8, 1.13.7, 1.14.6, 1.15.3 and 1.16.2
Vendor | Product | Version |
---|---|---|
linuxfoundation | dojo | 𝑥 < 1.11.10 |
linuxfoundation | dojo | 1.12.0 ≤ 𝑥 < 1.12.8 |
linuxfoundation | dojo | 1.13.0 ≤ 𝑥 < 1.13.7 |
linuxfoundation | dojo | 1.14.0 ≤ 𝑥 < 1.14.6 |
linuxfoundation | dojo | 1.15.0 ≤ 𝑥 < 1.15.3 |
linuxfoundation | dojo | 1.16.0 ≤ 𝑥 < 1.16.2 |
debian | debian_linux | 8.0 |
oracle | communications_application_session_controller | 3.9.0 |
oracle | communications_policy_management | 12.5.0 |
oracle | communications_pricing_design_center | 12.0.0.3.0 |
oracle | documaker | 12.6.0 ≤ 𝑥 ≤ 12.6.4 |
oracle | mysql | 7.3.0 ≤ 𝑥 ≤ 7.3.29 |
oracle | mysql | 7.4.0 ≤ 𝑥 ≤ 7.4.28 |
oracle | mysql | 7.5.0 ≤ 𝑥 ≤ 7.5.18 |
oracle | mysql | 7.6.0 ≤ 𝑥 ≤ 7.6.14 |
oracle | mysql | 8.0.0 ≤ 𝑥 ≤ 8.0.20 |
oracle | primavera_unifier | 17.7 ≤ 𝑥 ≤ 17.12 |
oracle | primavera_unifier | 18.8 |
oracle | primavera_unifier | 19.12 |
oracle | primavera_unifier | 20.12 |
oracle | webcenter_sites | 12.2.1.3.0 |
oracle | webcenter_sites | 12.2.1.4.0 |
oracle | weblogic_server | 12.2.1.4.0 |
oracle | weblogic_server | 14.1.1.0.0 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-94 - Improper Control of Generation of Code ('Code Injection')The software constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
- CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')The software 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.
References