Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2022-23837

CVE-2022-23837: Contribsys Sidekiq DoS Vulnerability

CVE-2022-23837 is a denial of service flaw in Contribsys Sidekiq that allows unlimited stats requests to overload the system and disrupt the Web UI. This article covers the technical details, affected versions, and fixes.

Published: February 11, 2026

CVE-2022-23837 Overview

CVE-2022-23837 is a Denial of Service (DoS) vulnerability in Sidekiq, a popular background job processing framework for Ruby applications. The vulnerability exists in api.rb where there is no limit on the number of days when requesting stats for the graph. This allows attackers to overload the system by requesting an excessive number of days of historical data, rendering the Web UI unavailable to legitimate users.

Critical Impact

Attackers can cause complete unavailability of the Sidekiq Web UI by exploiting the unbounded days parameter in stats requests, potentially disrupting monitoring and management of background job processing for affected applications.

Affected Products

  • Contribsys Sidekiq versions before 5.2.10
  • Contribsys Sidekiq versions before 6.4.0
  • Debian Linux 9.0

Discovery Timeline

  • 2022-01-21 - CVE-2022-23837 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-23837

Vulnerability Analysis

This vulnerability is classified as CWE-770: Allocation of Resources Without Limits or Throttling. The flaw resides in the Sidekiq Web UI's statistics endpoint, which allows users to request historical job processing data. The days parameter, which controls how many days of statistics to retrieve, lacks proper input validation and boundary checks.

When an attacker submits a request with an extremely large value for the days parameter, the application attempts to retrieve and process an unreasonable amount of historical data from Redis. This resource exhaustion attack can overwhelm the server's memory and CPU, causing the Web UI to become completely unresponsive. Since Sidekiq stores up to five years of data in Redis, attackers could theoretically request thousands of days of statistics in a single request.

The vulnerability is exploitable over the network without requiring authentication (depending on how the Sidekiq Web UI is deployed), making it a significant risk for publicly exposed or inadequately protected Sidekiq installations.

Root Cause

The root cause is the absence of input validation on the days parameter in two critical locations: the Sidekiq::Stats::History class in lib/sidekiq/api.rb and the main dashboard route in lib/sidekiq/web/application.rb. Without validation, any integer value passed to these components is processed, allowing attackers to force the system to calculate statistics for an arbitrary timeframe.

Attack Vector

An attacker can exploit this vulnerability by sending HTTP requests to the Sidekiq Web UI with a maliciously large days parameter. For example, requesting the dashboard with ?days=999999999 would cause the server to attempt retrieving years worth of daily statistics, exhausting system resources.

The attack requires network access to the Sidekiq Web UI endpoint. No special privileges are required if the Web UI lacks proper authentication controls, which is a common misconfiguration in development and some production environments.

ruby
# Vulnerable code - no validation on days_previous parameter
class History
  def initialize(days_previous, start_date = nil)
    @days_previous = days_previous
    @start_date = start_date || Time.now.utc.to_date
  end
ruby
# Patched code - validates days parameter with reasonable bounds
class History
  def initialize(days_previous, start_date = nil)
    # we only store five years of data in Redis
    raise ArgumentError if days_previous < 1 || days_previous > (5 * 365)
    @days_previous = days_previous
    @start_date = start_date || Time.now.utc.to_date
  end

Source: GitHub Sidekiq Commit

Detection Methods for CVE-2022-23837

Indicators of Compromise

  • Abnormal HTTP requests to Sidekiq Web UI endpoints containing unusually large days parameter values (e.g., ?days=999999 or higher)
  • Sudden spikes in memory or CPU usage on servers hosting the Sidekiq Web UI
  • Web UI becoming unresponsive or returning timeout errors during normal operations
  • Unusual patterns of repeated requests to the root dashboard endpoint (/)

Detection Strategies

  • Implement web application firewall (WAF) rules to block requests with days parameter values exceeding 180
  • Configure application performance monitoring (APM) to alert on resource exhaustion patterns in Ruby/Rails processes
  • Review web server access logs for requests containing suspicious days parameter values
  • Monitor Redis connection pool exhaustion and query latency spikes that may indicate exploitation attempts

Monitoring Recommendations

  • Set up alerts for Sidekiq Web UI response times exceeding normal thresholds
  • Monitor server resource utilization (CPU, memory) for anomalies coinciding with Web UI requests
  • Implement rate limiting on the Sidekiq Web UI endpoints to prevent rapid successive DoS attempts
  • Track and log all parameter values passed to statistics endpoints for forensic analysis

How to Mitigate CVE-2022-23837

Immediate Actions Required

  • Upgrade Sidekiq to version 5.2.10 or later (for 5.x branch) or version 6.4.0 or later (for 6.x branch)
  • If immediate upgrade is not possible, restrict access to the Sidekiq Web UI using authentication and IP whitelisting
  • Implement a reverse proxy or WAF rule to reject requests with days parameter values outside acceptable ranges
  • Monitor systems for signs of exploitation while patches are being deployed

Patch Information

The vulnerability has been patched in Sidekiq versions 5.2.10 and 6.4.0. The fix adds input validation to ensure the days parameter is within reasonable bounds (1 to 1825 days in the History class, and 1 to 180 days in the web application route).

Security patches are available through the official Sidekiq repository. For detailed patch information, see the GitHub Sidekiq Commit and the Ruby Security Advisory Pull Request.

Debian users should apply updates as described in the Debian LTS Announcement March 2022 and Debian LTS Announcement March 2023.

Workarounds

  • Place the Sidekiq Web UI behind HTTP Basic Authentication or integrate with your application's authentication system
  • Use a reverse proxy (nginx, Apache) to filter and reject requests with abnormal days parameter values
  • Restrict network access to the Sidekiq Web UI to trusted internal networks or VPN-connected users only
  • Implement request rate limiting on the Web UI endpoints to mitigate DoS impact
ruby
# Rack middleware to validate days parameter before reaching Sidekiq
class SidekiqDaysValidator
  def initialize(app)
    @app = app
  end

  def call(env)
    request = Rack::Request.new(env)
    if request.path =~ /sidekiq/ && request.params['days']
      days = request.params['days'].to_i
      return [400, {}, ['Invalid days parameter']] if days < 1 || days > 180
    end
    @app.call(env)
  end
end

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechContribsys Sidekiq

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.60%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • GitHub Exploit Document

  • Debian LTS Announcement March 2022

  • Debian LTS Announcement March 2023
  • Vendor Resources
  • GitHub Sidekiq Commit

  • Ruby Security Advisory Pull Request
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English