VYPR

RubyGems package

jquery-rails

pkg:gem/jquery-rails

Vulnerabilities (9)

  • CVE-2020-7656May 19, 2020
    affected < 2.2.0fixed 2.2.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 < 4.4.0fixed 4.4.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 < 4.4.0fixed 4.4.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 < 4.3.4fixed 4.3.4

    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 < 4.2.0fixed 4.2.0

    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 < 2.2.0fixed 2.2.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-2015-1840Jul 26, 2015
    affected < 3.1.3fixed 3.1.3

    jquery_ujs.js in jquery-rails before 3.1.3 and 4.x before 4.0.4 and rails.js in jquery-ujs before 1.0.4, as used with Ruby on Rails 3.x and 4.x, allow remote attackers to bypass the Same Origin Policy, and trigger transmission of a CSRF token to a different-domain web server, via

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

    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.