jQuery up to 3.3.x Property extend Pollution cross site scripting

CVSS Meta Temp Score
CVSS is a standardized scoring system to determine possibilities of attacks. The Temp Score considers temporal factors like disclosure, exploit and countermeasures. The unique Meta Score calculates the average score of different sources to provide a normalized scoring system.
Current Exploit Price (≈)
Our analysts are monitoring exploit markets and are in contact with vulnerability brokers. The range indicates the observed or calculated exploit price to be seen on exploit markets. A good indicator to understand the monetary effort required for and the popularity of an attack.
CTI Interest Score
Our Cyber Threat Intelligence team is monitoring different web sites, mailing lists, exploit markets and social media networks. The CTI Interest Score identifies the interest of attackers and the security community for this specific vulnerability in real-time. A high score indicates an elevated risk to be targeted for this vulnerability.
6.3$0-$5k0.00

Summaryinfo

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.

Detailsinfo

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 {} ); // true

Upgrading 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.

Productinfo

Type

Name

Version

License

Website

CPE 2.3info

CPE 2.2info

CVSSv4info

VulDB Vector: 🔍
VulDB Reliability: 🔍

CVSSv3info

VulDB Meta Base Score: 6.6
VulDB 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: 🔍

CVSSv2info

AVACAuCIA
💳💳💳💳💳💳
💳💳💳💳💳💳
💳💳💳💳💳💳
VectorComplexityAuthenticationConfidentialityIntegrityAvailability
UnlockUnlockUnlockUnlockUnlockUnlock
UnlockUnlockUnlockUnlockUnlockUnlock
UnlockUnlockUnlockUnlockUnlockUnlock

VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍

NVD Base Score: 🔍

Exploitinginfo

Name: Pollution
Class: 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-DayUnlockUnlockUnlockUnlock
TodayUnlockUnlockUnlockUnlock

Nessus ID: 208606
Nessus Name: CentOS 7 : pcs (RHSA-2022:7343)

Qualys ID: 🔍
Qualys Name: 🔍

Exploit-DB: 🔍

Threat Intelligenceinfo

Interest: 🔍
Active Actors: 🔍
Active APT Groups: 🔍

Countermeasuresinfo

Recommended: Upgrade
Status: 🔍

0-Day Time: 🔍

Upgrade: jQuery 3.4.0
Patch: github.com

Timelineinfo

04/10/2019 🔍
04/19/2019 +9 days 🔍
04/20/2019 +1 days 🔍
04/20/2019 +0 days 🔍
06/22/2025 +2255 days 🔍

Sourcesinfo

Product: github.com

Advisory: 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: 🔍

Entryinfo

Created: 04/20/2019 10:11
Updated: 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.

Discussion

No comments yet. Languages: en.

Please log in to comment.

Do you want to use VulDB in your project?

Use the official API to access entries easily!