VYPR

NuGet package

jquery

pkg:nuget/jquery

Vulnerabilities (8)

  • CVE-2020-7656May 19, 2020
    affected >= 1.2.1, < 1.9.0fixed 1.9.0

    jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove "", which results in the enclosed script logic to be executed.

  • CVE-2020-11022MedApr 29, 2020
    affected >= 1.12.0, < 3.5.0fixed 3.5.0

    In jQuery starting with 1.12.0 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.

  • CVE-2020-11023KEVApr 29, 2020
    affected >= 1.0.3, < 3.5.0fixed 3.5.0

    In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing 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 pro

  • CVE-2019-11358Apr 19, 2019
    affected >= 1.1.4, < 3.4.0fixed 3.4.0

    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.

  • CVE-2016-10707Jan 18, 2018
    affected >= 3.0.0-rc.1, < 3.0.0fixed 3.0.0

    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.

  • CVE-2015-9251Jan 18, 2018
    affected < 1.12.2fixed 1.12.2

    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.

  • CVE-2012-6708Jan 18, 2018
    affected < 1.9.0fixed 1.9.0

    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

  • CVE-2011-4969Mar 8, 2013
    affected < 1.6.3fixed 1.6.3

    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.