jQuery up to 3.3.x Property extend Pollution cross site scripting
| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 6.3 | $0-$5k | 0.00 |
Summary
A vulnerability classified as critical was found in jQuery up to 3.3.x. Affected by this issue is the function extend of the component Property Handler. Executing a manipulation can lead to cross site scripting (Pollution).
This vulnerability is tracked as CVE-2019-11358. The attack can be launched remotely. Moreover, an exploit is present.
Upgrading the affected component is advised.
Details
A vulnerability was found in jQuery up to 3.3.x (JavaScript Library). It has been declared as critical. This vulnerability affects the function extend of the component Property Handler. The manipulation with an unknown input leads to a cross site scripting vulnerability (Pollution). The CWE definition for the vulnerability is CWE-79. The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. As an impact it is known to affect confidentiality, integrity, and availability. CVE summarizes:
jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.
The weakness was disclosed 04/20/2019 as jQuery 3.4.0 Released (Website). The advisory is available at blog.jquery.com. This vulnerability was named CVE-2019-11358 since 04/19/2019. The attack can be initiated remotely. No form of authentication is required for a successful exploitation. Successful exploitation requires user interaction by the victim. Technical details and also a public exploit are known. This vulnerability is assigned to T1059.007 by the MITRE ATT&CK project.
It is possible to download the exploit at vuldb.com. It is declared as proof-of-concept. The vulnerability scanner Nessus provides a plugin with the ID 208606 (CentOS 7 : pcs (RHSA-2022:7343)), which helps to determine the existence of the flaw in a target environment. The commercial vulnerability scanner Qualys is able to test this issue with plugin 277829 (Fedora Security Update for drupal8 (FEDORA-2019-1a3edd7e8a)). The code used by the exploit is:
jQuery.extend(true, {},
JSON.parse('{"__proto__": {"test": true}}')
);
console.log( "test" in {} ); // trueUpgrading to version 3.4.0 eliminates this vulnerability. A possible mitigation has been published before and not just after the disclosure of the vulnerability.
The vulnerability is also documented in the databases at Exploit-DB (52141), Tenable (208606) and SecurityFocus (BID 108023†). The entries VDB-134516, VDB-135155, VDB-135156 and VDB-135157 are pretty similar. If you want to get best quality of vulnerability data, you may have to visit VulDB.
Product
Type
Name
Version
License
Website
- Product: https://github.com/jquery/jquery/
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔍VulDB Reliability: 🔍
CVSSv3
VulDB Meta Base Score: 6.6VulDB Meta Temp Score: 6.3
VulDB Base Score: 7.1
VulDB Temp Score: 6.4
VulDB Vector: 🔍
VulDB Reliability: 🔍
NVD Base Score: 6.1
NVD Vector: 🔍
CVSSv2
| AV | AC | Au | C | I | A |
|---|---|---|---|---|---|
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| Vector | Complexity | Authentication | Confidentiality | Integrity | Availability |
|---|---|---|---|---|---|
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍
NVD Base Score: 🔍
Exploiting
Name: PollutionClass: Cross site scripting / Pollution
CWE: CWE-79 / CWE-94 / CWE-74
CAPEC: 🔍
ATT&CK: 🔍
Physical: No
Local: No
Remote: Yes
Availability: 🔍
Access: Public
Status: Proof-of-Concept
Download: 🔍
EPSS Score: 🔍
EPSS Percentile: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍
| 0-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
Nessus ID: 208606
Nessus Name: CentOS 7 : pcs (RHSA-2022:7343)
Qualys ID: 🔍
Qualys Name: 🔍
Exploit-DB: 🔍
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: UpgradeStatus: 🔍
0-Day Time: 🔍
Upgrade: jQuery 3.4.0
Patch: github.com
Timeline
04/10/2019 🔍04/19/2019 🔍
04/20/2019 🔍
04/20/2019 🔍
06/22/2025 🔍
Sources
Product: github.comAdvisory: jQuery 3.4.0 Released
Status: Confirmed
CVE: CVE-2019-11358 (🔍)
GCVE (CVE): GCVE-0-2019-11358
GCVE (VulDB): GCVE-100-133882
SecurityFocus: 108023
scip Labs: https://www.scip.ch/en/?labs.20161013
See also: 🔍
Entry
Created: 04/20/2019 10:11Updated: 06/22/2025 02:43
Changes: 04/20/2019 10:11 (48), 03/05/2020 12:09 (21), 09/05/2023 00:25 (4), 09/05/2023 00:39 (1), 10/13/2024 13:29 (17), 06/22/2025 02:43 (1)
Complete: 🔍
Cache ID: 216::103
If you want to get best quality of vulnerability data, you may have to visit VulDB.
No comments yet. Languages: en.
Please log in to comment.