Update dependency jquery-ui-rails to v8 [SECURITY]#2799
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
5 times, most recently
from
June 6, 2025 23:56
dc43bad to
c99b9b1
Compare
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
from
June 20, 2025 12:05
c99b9b1 to
f30a0f4
Compare
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
from
June 27, 2025 16:26
f30a0f4 to
a0b4f4d
Compare
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
from
July 1, 2025 13:39
a0b4f4d to
1be5f3d
Compare
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
4 times, most recently
from
July 18, 2025 17:07
47e765d to
cd99733
Compare
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
9 times, most recently
from
July 31, 2025 14:04
7a5a83d to
83e2f30
Compare
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
5 times, most recently
from
August 6, 2025 10:24
a124c73 to
c605404
Compare
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
from
September 15, 2025 12:25
1c72c29 to
1fd595f
Compare
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
6 times, most recently
from
September 19, 2025 18:43
922c155 to
87dd653
Compare
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
from
October 21, 2025 11:26
87dd653 to
83f939a
Compare
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
from
November 14, 2025 12:05
83f939a to
df95510
Compare
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
from
November 14, 2025 12:07
df95510 to
04e1f2b
Compare
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
3 times, most recently
from
December 11, 2025 16:13
3520b99 to
115fe7a
Compare
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
from
December 11, 2025 16:15
115fe7a to
c7e795d
Compare
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
2 times, most recently
from
December 31, 2025 10:28
1b69b0f to
06ef706
Compare
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
8 times, most recently
from
January 21, 2026 14:34
8125608 to
ed4f370
Compare
renovate
Bot
force-pushed
the
renovate/rubygems-jquery-ui-rails-vulnerability
branch
from
January 21, 2026 14:45
ed4f370 to
cf87f9e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'6.0.1'→'8.0.0'XSS in the
altFieldoption of the Datepicker widget in jquery-uiCVE-2021-41182 / GHSA-9gj3-hwp5-pmwc
More information
Details
Impact
Accepting the value of the
altFieldoption of the Datepicker widget from untrusted sources may execute untrusted code. For example, initializing the datepicker in the following way:will call the
doEvilThingfunction.Patches
The issue is fixed in jQuery UI 1.13.0. Any string value passed to the
altFieldoption is now treated as a CSS selector.Workarounds
A workaround is to not accept the value of the
altFieldoption 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. If you don't find an answer, open a new issue.
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
XSS in
*Textoptions of the Datepicker widget in jquery-uiCVE-2021-41183 / GHSA-j7qv-pgf6-hvh4
More information
Details
Impact
Accepting the value of various
*Textoptions of the Datepicker widget from untrusted sources may execute untrusted code. For example, initializing the datepicker in the following way:will call
doEvilThingwith 6 different parameters coming from all*Textoptions.Patches
The issue is fixed in jQuery UI 1.13.0. The values passed to various
*Textoptions are now always treated as pure text, not HTML.Workarounds
A workaround is to not accept the value of the
*Textoptions 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. If you don't find an answer, open a new issue.
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
XSS in the
ofoption of the.position()util in jquery-uiCVE-2021-41184 / GHSA-gpqq-952q-5327
More information
Details
Impact
Accepting the value of the
ofoption of the.position()util from untrusted sources may execute untrusted code. For example, invoking the following code:will call the
doEvilThing()function.Patches
The issue is fixed in jQuery UI 1.13.0. Any string value passed to the
ofoption is now treated as a CSS selector.Workarounds
A workaround is to not accept the value of the
ofoption 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. If you don't find an answer, open a new issue.
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
jQuery UI vulnerable to XSS when refreshing a checkboxradio with an HTML-like initial text label
CVE-2022-31160 / GHSA-h6gj-6jjq-h8g9
More information
Details
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:
and calling:
will turn the initial HTML into:
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
labelin aspan: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.
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
joliss/jquery-ui-rails (jquery-ui-rails)
v8.0.0Compare Source
v7.0.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.