Search for packages
| purl | pkg:npm/jquery@3.0.0-beta1 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-84eq-cq89-9qhm
Aliases: CVE-2019-11358 GHSA-6c3j-c64m-qhgq |
Modification of Assumed-Immutable Data (MAID) Prototype pollution attack through jQuery $.extend |
Affected by 2 other vulnerabilities. |
|
VCID-jed8-4cv5-6bcr
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." |
Affected by 0 other vulnerabilities. |
|
VCID-r2sb-3qt6-myfh
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. |
Affected by 3 other vulnerabilities. |
|
VCID-vjrr-h9sh-3bcu
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. ## Workarounds To workaround this issue without upgrading, use DOMPurify with its `SAFE_FOR_JQUERY` option to sanitize the HTML string before passing it to a jQuery method. |
Affected by 0 other vulnerabilities. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| VCID-u8ss-1ww3-zbe4 | 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. |
GMS-2017-122
|
| Date | Actor | Action | Vulnerability | Source | VulnerableCode Version |
|---|---|---|---|---|---|
| 2026-06-04T20:29:48.187397+00:00 | GitLab Importer | Affected by | VCID-jed8-4cv5-6bcr | https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-11022.yml | 38.6.0 |
| 2026-06-04T20:29:47.884453+00:00 | GitLab Importer | Affected by | VCID-vjrr-h9sh-3bcu | https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2020-11023.yml | 38.6.0 |
| 2026-06-04T20:21:15.761836+00:00 | GitLab Importer | Affected by | VCID-84eq-cq89-9qhm | https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2019-11358.yml | 38.6.0 |
| 2026-06-04T20:10:58.096588+00:00 | GitLab Importer | Affected by | VCID-r2sb-3qt6-myfh | https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/CVE-2015-9251.yml | 38.6.0 |
| 2026-06-04T20:07:42.148876+00:00 | GitLab Importer | Fixing | VCID-u8ss-1ww3-zbe4 | https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/jquery/GMS-2017-122.yml | 38.6.0 |