CVE-2020-5259
10.03.2020, 18:15
In affected versions of dojox (NPM package), the jqMix 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.11.10, 1.12.8, 1.13.7, 1.14.6, 1.15.3 and 1.16.2
Vendor | Product | Version |
---|---|---|
linuxfoundation | dojox | 𝑥 < 1.11.10 |
linuxfoundation | dojox | 1.12.0 ≤ 𝑥 < 1.12.8 |
linuxfoundation | dojox | 1.13.0 ≤ 𝑥 < 1.13.7 |
linuxfoundation | dojox | 1.14.0 ≤ 𝑥 < 1.14.6 |
linuxfoundation | dojox | 1.15.0 ≤ 𝑥 < 1.15.3 |
linuxfoundation | dojox | 1.16.0 ≤ 𝑥 < 1.16.2 |
𝑥
= 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-74 - Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')The software constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
References