logo

CVE-2021-41182 org.webjars.npm:jquery-ui

Package

Manager: maven
Name: org.webjars.npm:jquery-ui
Vulnerable Version: >=0 <1.13.0

Severity

Level: Medium

CVSS v3.1: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N

CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N

EPSS: 0.26482 pctl0.96137

Details

XSS in the `altField` option of the Datepicker widget in jquery-ui ### Impact Accepting the value of the `altField` option of the Datepicker widget from untrusted sources may execute untrusted code. For example, initializing the datepicker in the following way: ```js $( "#datepicker" ).datepicker( { altField: "<img onerror='doEvilThing()' src='/404' />", } ); ``` will call the `doEvilThing` function. ### Patches The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `altField` option is now treated as a CSS selector. ### Workarounds A workaround is to not accept the value of the `altField` option from untrusted sources. ### For more information If you have any questions or comments about this advisory, search for a relevant issue in [the jQuery UI repo](https://github.com/jquery/jquery-ui/issues). If you don't find an answer, open a new issue.

Metadata

Created: 2021-10-26T14:55:02Z
Modified: 2021-10-27T17:00:10Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/10/GHSA-9gj3-hwp5-pmwc/GHSA-9gj3-hwp5-pmwc.json
CWE IDs: ["CWE-79"]
Alternative ID: GHSA-9gj3-hwp5-pmwc
Finding: F008
Auto approve: 1