CVE-2022-31160

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-31160
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-31160.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-31160
Aliases
Downstream
Published
2022-07-20T00:00:00Z
Modified
2025-04-22T17:48:33Z
Severity
  • 6.1 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N CVSS Calculator
Summary
jQuery UI contains potential XSS vulnerability when refreshing a checkboxradio with an HTML-like initial text label
Details

jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Versions prior to 1.13.2 are potentially vulnerable to cross-site scripting. Initializing a checkboxradio widget on an input enclosed within a label makes that parent label contents considered as the input label. Calling .checkboxradio( "refresh" ) on such a widget and the initial HTML contained encoded HTML entities will make them erroneously get decoded. This can lead to potentially executing JavaScript code. The bug has been patched in jQuery UI 1.13.2. To remediate the issue, someone who can change the initial HTML can wrap all the non-input contents of the label in a span.

References

Affected packages

Git / github.com/jquery/jquery-ui

Affected ranges

Type
GIT
Repo
https://github.com/jquery/jquery-ui
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed