Jquery : Security Vulnerabilities
Cross Site Scripting vulnerability in jQuery 2.2.0 through 3.x before 3.5.0 allows a remote attacker to execute arbitrary code via the <options> element.
Max Base Score | 6.1 |
Published | 2023-06-26 |
Updated | 2023-07-25 |
EPSS | 0.14% |
In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.
Max Base Score | 6.9 |
Published | 2020-04-29 |
Updated | 2023-08-31 |
EPSS | 0.57% |
In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.
Max Base Score | 6.9 |
Published | 2020-04-29 |
Updated | 2023-08-31 |
EPSS | 3.79% |
jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove "<script>" HTML tags that contain a whitespace character, i.e: "</script >", which results in the enclosed script logic to be executed.
Max Base Score | 6.1 |
Published | 2020-05-19 |
Updated | 2023-06-22 |
EPSS | 0.22% |
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.
Max Base Score | 6.1 |
Published | 2019-04-20 |
Updated | 2023-08-31 |
EPSS | 2.95% |
** DISPUTED ** jQuery v2.2.2 allows XSS via a crafted onerror attribute of an IMG element. NOTE: this vulnerability has been reported to be spam entry.
Max Base Score | 6.1 |
Published | 2020-04-22 |
Updated | 2020-05-31 |
EPSS | 0.12% |
jQuery 3.0.0-rc.1 is vulnerable to Denial of Service (DoS) due to removing a logic that lowercased attribute names. Any attribute getter using a mixed-cased name for boolean attributes goes into an infinite recursion, exceeding the stack call limit.
Max Base Score | 7.5 |
Published | 2018-01-18 |
Updated | 2018-02-02 |
EPSS | 0.26% |
jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed.
Max Base Score | 6.1 |
Published | 2018-01-18 |
Updated | 2021-01-08 |
EPSS | 0.66% |
jQuery 1.4.2 allows remote attackers to conduct cross-site scripting (XSS) attacks via vectors related to use of the text method inside after.
Max Base Score | 6.1 |
Published | 2018-01-16 |
Updated | 2018-11-30 |
EPSS | 0.14% |
jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.
Max Base Score | 6.1 |
Published | 2018-01-18 |
Updated | 2021-03-25 |
EPSS | 0.82% |
Cross-site scripting (XSS) vulnerability in jQuery before 1.6.3, when using location.hash to select elements, allows remote attackers to inject arbitrary web script or HTML via a crafted tag.
Max Base Score | 4.3 |
Published | 2013-03-08 |
Updated | 2019-04-16 |
EPSS | 0.31% |
The jQuery framework exchanges data using JavaScript Object Notation (JSON) without an associated protection scheme, which allows remote attackers to obtain the data via a web page that retrieves the data through a URL in the SRC attribute of a SCRIPT element and captures the data using other JavaScript code, aka "JavaScript Hijacking."
Max Base Score | 5.0 |
Published | 2007-04-30 |
Updated | 2021-03-31 |
EPSS | 0.29% |
12 vulnerabilities found