Skip to content

Potential XSS vulnerability in jQuery

Moderate severity GitHub Reviewed Published Apr 29, 2020 in jquery/jquery • Updated May 15, 2024

Package

nuget jQuery (NuGet)

Affected versions

>= 1.0.3, < 3.5.0

Patched versions

3.5.0
npm jquery (npm)
>= 1.0.3, < 3.5.0
3.5.0
bundler jquery-rails (RubyGems)
< 4.4.0
4.4.0
maven org.webjars.npm:jquery (Maven)
>= 1.0.3, < 3.5.0
3.5.0

Description

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 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. If you don't find an answer, open a new issue.

References

@timmywil timmywil published to jquery/jquery Apr 29, 2020
Reviewed Apr 29, 2020
Published by the National Vulnerability Database Apr 29, 2020
Published to the GitHub Advisory Database Apr 29, 2020
Last updated May 15, 2024

Severity

Moderate

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
High
Privileges required
None
User interaction
Required
Scope
Changed
Confidentiality
High
Integrity
Low
Availability
None

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:L/A:N

EPSS score

2.302%
(90th percentile)

Weaknesses

CVE ID

CVE-2020-11023

GHSA ID

GHSA-jpcq-cgw6-v4j6

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.