Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/jqueryui@1.10.1%2Bdfsg-1
purl pkg:deb/debian/jqueryui@1.10.1%2Bdfsg-1
Next non-vulnerable version 1.12.1+dfsg-8+deb11u2
Latest non-vulnerable version 1.12.1+dfsg-8+deb11u2
Risk 3.3
Vulnerabilities affecting this package (5)
Vulnerability Summary Fixed by
VCID-btgv-ef3h-83d3
Aliases:
CVE-2021-41182
GHSA-9gj3-hwp5-pmwc
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `altField` option of the Datepicker widget from untrusted sources may execute untrusted code. 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. A workaround is to not accept the value of the `altField` option from untrusted sources.
1.12.1+dfsg-8+deb11u2
Affected by 0 other vulnerabilities.
VCID-ctcx-2x3h-7uhc
Aliases:
CVE-2016-7103
GHSA-hpcf-8vf9-q4gj
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') Cross-site scripting (XSS) vulnerability in jQuery UI might allow remote attackers to inject arbitrary web script or HTML via the closeText parameter of the dialog function.
1.12.1+dfsg-3
Affected by 4 other vulnerabilities.
VCID-gypk-ukbc-7qe3
Aliases:
CVE-2021-41183
GHSA-j7qv-pgf6-hvh4
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of various `*Text` options of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. The values passed to various `*Text` options are now always treated as pure text, not HTML. A workaround is to not accept the value of the `*Text` options from untrusted sources.
1.12.1+dfsg-8+deb11u2
Affected by 0 other vulnerabilities.
VCID-kuee-hxg5-qqgt
Aliases:
CVE-2022-31160
GHSA-h6gj-6jjq-h8g9
jQuery UI vulnerable to XSS when refreshing a checkboxradio with an HTML-like initial text label ### Impact Initializing a checkboxradio widget on an input enclosed within a label makes that parent label contents considered as the input label. If you call `.checkboxradio( "refresh" )` on such a widget and the initial HTML contained encoded HTML entities, they will erroneously get decoded. This can lead to potentially executing JavaScript code. For example, starting with the following initial secure HTML: ```html <label> <input id="test-input"> &lt;img src=x onerror="alert(1)"&gt; </label> ``` and calling: ```js $( "#test-input" ).checkboxradio(); $( "#test-input" ).checkboxradio( "refresh" ); ``` will turn the initial HTML into: ```html <label> <!-- some jQuery UI elements --> <input id="test-input"> <img src=x onerror="alert(1)"> </label> ``` and the alert will get executed. ### Patches The bug has been patched in jQuery UI 1.13.2. ### Workarounds To remediate the issue, if you can change the initial HTML, you can wrap all the non-input contents of the `label` in a `span`: ```html <label> <input id="test-input"> <span>&lt;img src=x onerror="alert(1)"&gt;</span> </label> ``` ### References https://blog.jqueryui.com/2022/07/jquery-ui-1-13-2-released/ ### 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?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc). If you don't find an answer, open a new issue.
1.12.1+dfsg-8+deb11u2
Affected by 0 other vulnerabilities.
VCID-sbmj-9trz-2ybf
Aliases:
CVE-2021-41184
GHSA-gpqq-952q-5327
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') jQuery-UI is the official jQuery user interface library.Any string value passed to the `of` option is now treated as a CSS selector. A workaround is to not accept the value of the `of` option from untrusted sources.
1.12.1+dfsg-8+deb11u2
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (2)
Vulnerability Summary Aliases
VCID-8uw3-kz19-w7as jquery-ui Tooltip widget vulnerable to XSS Cross-site scripting (XSS) vulnerability in the default content option in jquery.ui.tooltip.js in the Tooltip widget in jQuery UI before 1.10.0 allows remote attackers to inject arbitrary web script or HTML via the title attribute, which is not properly handled in the autocomplete combo box demo. CVE-2012-6662
GHSA-qqxp-xp9v-vvx6
VCID-ejey-qgbe-97c1 Cross-site Scripting in jquery-ui Cross-site scripting (XSS) vulnerability in jquery.ui.dialog.js in the Dialog widget in jQuery UI before 1.10.0 allows remote attackers to inject arbitrary web script or HTML via the title option. CVE-2010-5312
GHSA-wcm2-9c89-wmfm

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-15T17:11:41.173383+00:00 Debian Oval Importer Affected by VCID-ctcx-2x3h-7uhc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T16:14:36.467102+00:00 Debian Oval Importer Affected by VCID-kuee-hxg5-qqgt https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-15T15:47:20.146622+00:00 Debian Oval Importer Affected by VCID-btgv-ef3h-83d3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.4.0
2026-04-11T22:31:15.158149+00:00 Debian Oval Importer Affected by VCID-sbmj-9trz-2ybf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T21:19:48.596272+00:00 Debian Oval Importer Affected by VCID-gypk-ukbc-7qe3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:06:16.354861+00:00 Debian Oval Importer Fixing VCID-8uw3-kz19-w7as https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T19:05:53.312771+00:00 Debian Oval Importer Fixing VCID-ejey-qgbe-97c1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:58:14.302659+00:00 Debian Oval Importer Affected by VCID-ctcx-2x3h-7uhc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T16:01:58.334265+00:00 Debian Oval Importer Affected by VCID-kuee-hxg5-qqgt https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-11T15:35:01.980970+00:00 Debian Oval Importer Affected by VCID-btgv-ef3h-83d3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.3.0
2026-04-08T22:06:49.668862+00:00 Debian Oval Importer Affected by VCID-sbmj-9trz-2ybf https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T20:58:31.358280+00:00 Debian Oval Importer Affected by VCID-gypk-ukbc-7qe3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:50:33.172722+00:00 Debian Oval Importer Fixing VCID-8uw3-kz19-w7as https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T18:50:11.008609+00:00 Debian Oval Importer Fixing VCID-ejey-qgbe-97c1 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T16:47:49.284715+00:00 Debian Oval Importer Affected by VCID-ctcx-2x3h-7uhc https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:54:55.102797+00:00 Debian Oval Importer Affected by VCID-kuee-hxg5-qqgt https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0
2026-04-08T15:29:05.306901+00:00 Debian Oval Importer Affected by VCID-btgv-ef3h-83d3 https://www.debian.org/security/oval/oval-definitions-bullseye.xml.bz2 38.1.0