CVE-2019-11358:
eZ Platform Bundled jQuery Affected by Object.prototype Pollution Vulnerability
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.85606%
CWE
Published
4/26/2019
Updated
11/5/2024
KEV Status
No
Technology
Ruby
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
jquery-rails | rubygems | < 4.3.4 | 4.3.4 |
django | pip | >= 2.0a1, < 2.1.9 | 2.1.9 |
django | pip | >= 2.2a1, < 2.2.2 | 2.2.2 |
jquery | npm | >= 1.1.4, < 3.4.0 | 3.4.0 |
jQuery | nuget | >= 1.1.4, < 3.4.0 | 3.4.0 |
org.webjars.npm:jquery | maven | >= 1.1.4, < 3.4.0 | 3.4.0 |
maximebf/debugbar | composer | < 1.19.0 | 1.19.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis focused on the provided GitHub patch information for the jQuery repository. The patch modifies the jQuery.extend function to prevent Object.prototype pollution by checking if the property name is 'proto' and skipping it if so. This indicates that jQuery.extend is the vulnerable function. The change is directly related to the CVE-2019-11358 vulnerability described in the task.