CVE-2023-1892
Cross-site Scripting (XSS) - Reflected in sidekiq/sidekiq
Record summary
CVE-2023-1892 has a selected CVSS score of 9.6 (critical); EIP currently links 1 Nuclei template.
Description
Cross-site Scripting (XSS) - Reflected in GitHub repository sidekiq/sidekiq prior to 7.0.8.
Exploitation context
Available material
- Nuclei templates
- 1
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Feb 10, 2025 · Source: CVE List
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
sidekiq/sidekiqBrowse sidekiq / sidekiq/sidekiq | CVE List | 7.0.4 | affected |
| Before 7.0.8 | affected | ||
sidekiqBrowse RubyGems / sidekiq | GitHub Advisory | 7.0.4 to < 7.0.8 · Fixed in 7.0.8 | affected |
Nuclei templates
1ProjectDiscoveryCRITICALSidekiq < 7.0.8 - Cross-Site ScriptingCVSS 9.6
An XSS vulnerability on a Sidekiq admin panel can pose serious risks to the security and functionality of the system.
Impact
Unauthenticated attackers can inject malicious JavaScript through the period parameter in Sidekiq metrics endpoints, potentially stealing administrator session cookies and accessing sensitive job queue information and worker statistics.
Remediation
Update Sidekiq to version 7.0.8 or later that properly sanitizes the period parameter and encodes output in the metrics dashboard.
Source: ProjectDiscovery