Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:npm/jquery@3.4.0
purl pkg:npm/jquery@3.4.0
Next non-vulnerable version 3.5.0
Latest non-vulnerable version 3.5.0
Risk 10.0
Vulnerabilities affecting this package (3)
Vulnerability Summary Fixed by
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-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.
Vulnerabilities fixed by this package (2)
Vulnerability Summary Aliases
VCID-3s9f-prpy-hbcx 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.` CVE-2019-11358
GHSA-6c3j-c64m-qhgq
VCID-yjt6-bhfr-u3aj Duplicate Advisory: Prototype Pollution in jquery ## Duplicate Advisory This advisory is a duplicate of [GHSA-6c3j-c64m-qhgq](https://github.com/advisories/GHSA-6c3j-c64m-qhgq). This link is maintained to preserve external references. ## Original Description Versions of `jquery` prior to 3.4.0 are vulnerable to Prototype Pollution. The extend() method allows an attacker to modify the prototype for `Object` causing changes in properties that will exist on all objects. ## Recommendation Upgrade to version 3.4.0 or later. CVE-2019-5428
GHSA-wv67-q8rr-grjp

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T22:32:31.062213+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:02:55.732441+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.423887+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.141017+00:00 GitLab Importer Fixing VCID-3s9f-prpy-hbcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2019-11358.yml 38.4.0
2026-04-16T01:32:33.797485+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.830079+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.690013+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:14:19.068895+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.789968+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:05:00.155720+00:00 GitLab Importer Fixing VCID-3s9f-prpy-hbcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2019-11358.yml 38.3.0
2026-04-11T13:01:52.423394+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.778006+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.658599+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:26:39.406321+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.408355+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.146541+00:00 GitLab Importer Fixing VCID-3s9f-prpy-hbcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2019-11358.yml 38.1.0
2026-04-02T13:53:51.164594+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:49.012463+00:00 GHSA Importer Affected by VCID-5618-53yg-8qh4 https://github.com/advisories/GHSA-gxr4-xjj5-5px2 38.1.0
2026-04-01T16:54:48.832579+00:00 Npm Importer Fixing VCID-yjt6-bhfr-u3aj https://github.com/nodejs/security-wg/blob/main/vuln/npm/496.json 38.0.0
2026-04-01T16:54:48.811745+00:00 Npm Importer Fixing VCID-3s9f-prpy-hbcx https://github.com/nodejs/security-wg/blob/main/vuln/npm/496.json 38.0.0
2026-04-01T16:44:35.359594+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.249061+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-01T15:57:28.012523+00:00 GHSA Importer Fixing VCID-3s9f-prpy-hbcx https://github.com/advisories/GHSA-6c3j-c64m-qhgq 38.0.0
2026-04-01T15:57:26.407565+00:00 GHSA Importer Fixing VCID-yjt6-bhfr-u3aj https://github.com/advisories/GHSA-wv67-q8rr-grjp 38.0.0
2026-04-01T13:04:10.867912+00:00 GithubOSV Importer Fixing VCID-yjt6-bhfr-u3aj https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2019/04/GHSA-wv67-q8rr-grjp/GHSA-wv67-q8rr-grjp.json 38.0.0
2026-04-01T13:04:07.603251+00:00 GithubOSV Importer Fixing VCID-3s9f-prpy-hbcx https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2019/04/GHSA-6c3j-c64m-qhgq/GHSA-6c3j-c64m-qhgq.json 38.0.0
2026-04-01T12:48:26.901398+00:00 GitLab Importer Fixing VCID-3s9f-prpy-hbcx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2019-11358.yml 38.0.0