Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:npm/jquery@1.7.3
purl pkg:npm/jquery@1.7.3
Next non-vulnerable version 3.5.0
Latest non-vulnerable version 3.5.0
Risk 10.0
Vulnerabilities affecting this package (10)
Vulnerability Summary Fixed by
VCID-3s9f-prpy-hbcx
Aliases:
CVE-2019-11358
GHSA-6c3j-c64m-qhgq
Cross-site Scripting The jQuery library, which is included in rdoc, 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.`
3.4.0
Affected by 3 other vulnerabilities.
VCID-5618-53yg-8qh4
Aliases:
CVE-2020-11022
GHSA-gxr4-xjj5-5px2
Potential XSS vulnerability in jQuery ### Impact 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. ### Patches This problem is patched in jQuery 3.5.0. ### Workarounds To workaround the issue without upgrading, adding the following to your code: ```js jQuery.htmlPrefilter = function( html ) { return html; }; ``` You need to use at least jQuery 1.12/2.2 or newer to be able to apply this workaround. ### References https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ https://jquery.com/upgrade-guide/3.5/ ### For more information If you have any questions or comments about this advisory, search for a relevant issue in [the jQuery repo](https://github.com/jquery/jquery/issues). If you don't find an answer, open a new issue.
3.5.0
Affected by 0 other vulnerabilities.
VCID-7efr-3g5x-ryfv
Aliases:
GMS-2016-33
Exceeding Stack Call Limit DoS A lowercasing logic is used on the attribute names. Because of this, boolean attributes whose names are not all lowercase cause infinite recursion, and will exceed the stack call limit.
3.0.0-alpha1
Affected by 6 other vulnerabilities.
3.0.0
Affected by 4 other vulnerabilities.
VCID-8mpx-4ueh-qqfv
Aliases:
CVE-2020-23064
GHSA-257q-pv89-v3xv
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') 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.
3.5.0
Affected by 0 other vulnerabilities.
VCID-cvxp-ctj9-guej
Aliases:
CVE-2020-11023
GHSA-jpcq-cgw6-v4j6
Potential XSS vulnerability in jQuery ### Impact Passing HTML containing `<option>` elements from untrusted sources - even after sanitizing them - to one of jQuery's DOM manipulation methods (i.e. `.html()`, `.append()`, and others) may execute untrusted code. ### Patches This problem is patched in jQuery 3.5.0. ### Workarounds To workaround this issue without upgrading, use [DOMPurify](https://github.com/cure53/DOMPurify) with its `SAFE_FOR_JQUERY` option to sanitize the HTML string before passing it to a jQuery method. ### References https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ ### For more information If you have any questions or comments about this advisory, search for a relevant issue in [the jQuery repo](https://github.com/jquery/jquery/issues). If you don't find an answer, open a new issue.
3.5.0
Affected by 0 other vulnerabilities.
VCID-dakh-ccnn-xfan
Aliases:
CVE-2020-7656
GHSA-q4m3-2j7h-f7xw
Cross-Site Scripting in jquery Versions of `jquery` prior to 1.9.0 are vulnerable to Cross-Site Scripting. 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. This allows attackers to execute arbitrary JavaScript in a victim's browser. ## Recommendation Upgrade to version 1.9.0 or later.
1.9.0
Affected by 0 other vulnerabilities.
1.9.1
Affected by 7 other vulnerabilities.
VCID-tmjp-8edk-nyh3
Aliases:
CVE-2015-9251
GHSA-rmxg-73gg-4p98
The jQuery library, which is included in rdoc, 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.
1.12.2
Affected by 6 other vulnerabilities.
3.0.0
Affected by 4 other vulnerabilities.
VCID-tvcp-hyc5-57eq
Aliases:
GMS-2017-122
XSS When text/javascript responses are received from cross-origin ajax requests not containing the option `dataType`, the result is executed in `jQuery.globalEval` potentially allowing an attacker to execute arbitrary code on the origin.
1.12.0
Affected by 6 other vulnerabilities.
3.0.0-beta1
Affected by 5 other vulnerabilities.
3.0.0
Affected by 4 other vulnerabilities.
VCID-xdph-4cg9-6qah
Aliases:
CVE-2012-6708
GHSA-2pqj-h3vj-pqgw
The jQuery library, which is included in rdoc, is vulnerable to Cross-site Scripting (XSS) attacks. 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.
1.9.0
Affected by 0 other vulnerabilities.
1.9.1
Affected by 7 other vulnerabilities.
VCID-zkj3-gw4w-mybq
Aliases:
GMS-2017-121
XSS via improper selector detection jQuery's main method in affected versions contains an unreliable way of detecting whether the input to the `jQuery(strInput)` function is intended to be a selector or HTML.
1.9.1
Affected by 7 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T22:32:30.910650+00:00 GitLab Importer Affected by VCID-8mpx-4ueh-qqfv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-23064.yml 38.4.0
2026-04-16T21:07:25.145380+00:00 GitLab Importer Affected by VCID-xdph-4cg9-6qah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2012-6708.yml 38.4.0
2026-04-16T21:03:33.644732+00:00 GitLab Importer Affected by VCID-dakh-ccnn-xfan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-7656.yml 38.4.0
2026-04-16T21:02:55.584864+00:00 GitLab Importer Affected by VCID-cvxp-ctj9-guej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-11023.yml 38.4.0
2026-04-16T21:02:54.279322+00:00 GitLab Importer Affected by VCID-5618-53yg-8qh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-11022.yml 38.4.0
2026-04-16T20:54:04.000197+00:00 GitLab Importer Affected by VCID-3s9f-prpy-hbcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2019-11358.yml 38.4.0
2026-04-16T20:41:19.216224+00:00 GitLab Importer Affected by VCID-tmjp-8edk-nyh3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2015-9251.yml 38.4.0
2026-04-16T20:36:32.298666+00:00 GitLab Importer Affected by VCID-zkj3-gw4w-mybq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/GMS-2017-121.yml 38.4.0
2026-04-16T20:36:31.959684+00:00 GitLab Importer Affected by VCID-tvcp-hyc5-57eq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/GMS-2017-122.yml 38.4.0
2026-04-16T20:34:05.475665+00:00 GitLab Importer Affected by VCID-7efr-3g5x-ryfv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/GMS-2016-33.yml 38.4.0
2026-04-16T01:32:33.630441+00:00 GHSA Importer Affected by VCID-cvxp-ctj9-guej https://github.com/advisories/GHSA-jpcq-cgw6-v4j6 38.4.0
2026-04-16T01:32:30.653890+00:00 GHSA Importer Affected by VCID-5618-53yg-8qh4 https://github.com/advisories/GHSA-gxr4-xjj5-5px2 38.4.0
2026-04-11T23:51:22.512680+00:00 GitLab Importer Affected by VCID-8mpx-4ueh-qqfv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-23064.yml 38.3.0
2026-04-11T22:19:03.899978+00:00 GitLab Importer Affected by VCID-xdph-4cg9-6qah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2012-6708.yml 38.3.0
2026-04-11T22:14:56.889496+00:00 GitLab Importer Affected by VCID-dakh-ccnn-xfan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-7656.yml 38.3.0
2026-04-11T22:14:18.895229+00:00 GitLab Importer Affected by VCID-cvxp-ctj9-guej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-11023.yml 38.3.0
2026-04-11T22:14:17.624326+00:00 GitLab Importer Affected by VCID-5618-53yg-8qh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-11022.yml 38.3.0
2026-04-11T22:04:59.985428+00:00 GitLab Importer Affected by VCID-3s9f-prpy-hbcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2019-11358.yml 38.3.0
2026-04-11T21:51:53.988508+00:00 GitLab Importer Affected by VCID-tmjp-8edk-nyh3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2015-9251.yml 38.3.0
2026-04-11T21:47:04.731235+00:00 GitLab Importer Affected by VCID-zkj3-gw4w-mybq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/GMS-2017-121.yml 38.3.0
2026-04-11T21:47:04.360271+00:00 GitLab Importer Affected by VCID-tvcp-hyc5-57eq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/GMS-2017-122.yml 38.3.0
2026-04-11T21:44:32.843971+00:00 GitLab Importer Affected by VCID-7efr-3g5x-ryfv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/GMS-2016-33.yml 38.3.0
2026-04-11T13:01:52.248089+00:00 GHSA Importer Affected by VCID-cvxp-ctj9-guej https://github.com/advisories/GHSA-jpcq-cgw6-v4j6 38.3.0
2026-04-11T13:01:49.606697+00:00 GHSA Importer Affected by VCID-5618-53yg-8qh4 https://github.com/advisories/GHSA-gxr4-xjj5-5px2 38.3.0
2026-04-02T23:54:36.496678+00:00 GitLab Importer Affected by VCID-8mpx-4ueh-qqfv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-23064.yml 38.1.0
2026-04-02T22:31:04.144305+00:00 GitLab Importer Affected by VCID-xdph-4cg9-6qah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2012-6708.yml 38.1.0
2026-04-02T22:27:14.293827+00:00 GitLab Importer Affected by VCID-dakh-ccnn-xfan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-7656.yml 38.1.0
2026-04-02T22:26:39.261313+00:00 GitLab Importer Affected by VCID-cvxp-ctj9-guej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-11023.yml 38.1.0
2026-04-02T22:26:38.261149+00:00 GitLab Importer Affected by VCID-5618-53yg-8qh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-11022.yml 38.1.0
2026-04-02T22:17:54.002593+00:00 GitLab Importer Affected by VCID-3s9f-prpy-hbcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2019-11358.yml 38.1.0
2026-04-02T22:05:41.352371+00:00 GitLab Importer Affected by VCID-tmjp-8edk-nyh3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2015-9251.yml 38.1.0
2026-04-02T22:01:04.347436+00:00 GitLab Importer Affected by VCID-zkj3-gw4w-mybq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/GMS-2017-121.yml 38.1.0
2026-04-02T22:01:03.901120+00:00 GitLab Importer Affected by VCID-tvcp-hyc5-57eq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/GMS-2017-122.yml 38.1.0
2026-04-02T21:58:37.687833+00:00 GitLab Importer Affected by VCID-7efr-3g5x-ryfv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/GMS-2016-33.yml 38.1.0
2026-04-02T13:53:51.024660+00:00 GHSA Importer Affected by VCID-cvxp-ctj9-guej https://github.com/advisories/GHSA-jpcq-cgw6-v4j6 38.1.0
2026-04-02T13:53:48.863885+00:00 GHSA Importer Affected by VCID-5618-53yg-8qh4 https://github.com/advisories/GHSA-gxr4-xjj5-5px2 38.1.0
2026-04-01T16:49:09.571812+00:00 GitLab Importer Affected by VCID-xdph-4cg9-6qah https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2012-6708.yml 38.0.0
2026-04-01T16:45:14.539561+00:00 GitLab Importer Affected by VCID-dakh-ccnn-xfan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-7656.yml 38.0.0
2026-04-01T16:44:35.199674+00:00 GitLab Importer Affected by VCID-cvxp-ctj9-guej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-11023.yml 38.0.0
2026-04-01T16:44:34.075769+00:00 GitLab Importer Affected by VCID-5618-53yg-8qh4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-11022.yml 38.0.0
2026-04-01T16:35:33.563223+00:00 GitLab Importer Affected by VCID-3s9f-prpy-hbcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2019-11358.yml 38.0.0
2026-04-01T16:22:38.904652+00:00 GitLab Importer Affected by VCID-tmjp-8edk-nyh3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2015-9251.yml 38.0.0
2026-04-01T16:18:15.554998+00:00 GitLab Importer Affected by VCID-zkj3-gw4w-mybq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/GMS-2017-121.yml 38.0.0
2026-04-01T16:18:15.191928+00:00 GitLab Importer Affected by VCID-tvcp-hyc5-57eq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/GMS-2017-122.yml 38.0.0
2026-04-01T16:15:53.010822+00:00 GitLab Importer Affected by VCID-7efr-3g5x-ryfv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/GMS-2016-33.yml 38.0.0