Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-h6gj-6jjq-h8g9

Опубликовано: 18 июл. 2022
Источник: github
Github: Прошло ревью
CVSS3: 6.1

Описание

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:

<label> <input id="test-input"> &lt;img src=x onerror="alert(1)"&gt; </label>

and calling:

$( "#test-input" ).checkboxradio(); $( "#test-input" ).checkboxradio( "refresh" );

will turn the initial HTML into:

<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:

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

Пакеты

Наименование

jquery-ui

npm
Затронутые версииВерсия исправления

< 1.13.2

1.13.2

Наименование

org.webjars.npm:jquery-ui

maven
Затронутые версииВерсия исправления

< 1.13.2

1.13.2

Наименование

jquery-ui-rails

rubygems
Затронутые версииВерсия исправления

< 8.0.0

8.0.0

Наименование

jQuery.UI.Combined

nuget
Затронутые версииВерсия исправления

< 1.13.2

1.13.2

EPSS

Процентиль: 93%
0.10183
Средний

6.1 Medium

CVSS3

Дефекты

CWE-79

Связанные уязвимости

CVSS3: 6.1
ubuntu
больше 3 лет назад

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`.

CVSS3: 6.1
redhat
больше 3 лет назад

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`.

CVSS3: 6.1
nvd
больше 3 лет назад

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`.

CVSS3: 6.1
debian
больше 3 лет назад

jQuery UI is a curated set of user interface interactions, effects, wi ...

EPSS

Процентиль: 93%
0.10183
Средний

6.1 Medium

CVSS3

Дефекты

CWE-79