The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2026-33210

CVE-2026-33210: Ruby JSON DoS Vulnerability

CVE-2026-33210 is a format string injection flaw in Ruby JSON that enables denial of service attacks or information disclosure. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33210 Overview

A format string injection vulnerability has been identified in Ruby JSON, the JSON implementation for Ruby. This vulnerability affects versions from 2.14.0 up to (but not including) versions 2.15.2.1, 2.17.1.2, and 2.19.2. When the allow_duplicate_key: false parsing option is used to parse user-supplied JSON documents, attackers can exploit this flaw to launch denial of service attacks or disclose sensitive information.

Critical Impact

This vulnerability enables attackers to cause service disruptions or extract sensitive information from applications parsing untrusted JSON input with duplicate key validation enabled.

Affected Products

  • Ruby JSON versions >= 2.14.0 and < 2.15.2.1
  • Ruby JSON versions >= 2.14.0 and < 2.17.1.2
  • Ruby JSON versions >= 2.14.0 and < 2.19.2

Discovery Timeline

  • 2026-03-20 - CVE-2026-33210 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-33210

Vulnerability Analysis

This vulnerability is classified as CWE-134 (Use of Externally-Controlled Format String). Format string vulnerabilities occur when user-controlled input is improperly used as a format string argument in functions that support format specifiers. In Ruby JSON, when parsing JSON documents with the allow_duplicate_key: false option enabled, attacker-controlled data can be interpreted as format string specifiers rather than literal text.

The vulnerability can be exploited remotely without authentication. The attack requires network access and the presence of specific parsing configuration, making it conditionally exploitable but dangerous when conditions are met.

Root Cause

The root cause stems from improper handling of user-supplied JSON keys during the duplicate key validation process. When allow_duplicate_key: false is specified, the parser performs additional processing on key values that inadvertently passes user-controlled data through a format string function without proper sanitization. This allows specially crafted JSON keys containing format specifiers (such as %s, %x, %n) to be interpreted as formatting instructions rather than literal string content.

Attack Vector

The attack vector is network-based, requiring no privileges or user interaction. An attacker can craft malicious JSON documents containing format string specifiers in key names. When an application parses this document with duplicate key checking enabled, the format string specifiers are processed, potentially causing:

  1. Denial of Service: Format specifiers like %n or excessive width specifiers can crash the application or cause resource exhaustion
  2. Information Disclosure: Format specifiers like %x or %p can leak memory contents, potentially exposing sensitive data such as stack addresses or application secrets

The vulnerability mechanism involves crafted JSON keys with embedded format specifiers being passed to internal formatting functions. When an application uses JSON.parse(untrusted_input, allow_duplicate_key: false), malicious keys in the input can trigger the vulnerability. See the GitHub Security Advisory for additional technical details.

Detection Methods for CVE-2026-33210

Indicators of Compromise

  • Application crashes or unexpected terminations when processing JSON input
  • Error logs showing format string-related errors or memory access violations
  • Unusual memory consumption patterns during JSON parsing operations
  • Stack traces indicating crashes within JSON parsing routines

Detection Strategies

  • Monitor application logs for parsing errors or unexpected exceptions from the JSON library
  • Implement input validation to detect potential format string specifiers (%s, %x, %n, %p) in JSON keys before parsing
  • Deploy runtime application self-protection (RASP) to detect format string exploitation attempts
  • Review code for usage of allow_duplicate_key: false option with untrusted input sources

Monitoring Recommendations

  • Enable verbose logging for JSON parsing operations to capture detailed error information
  • Set up alerts for application crashes or restarts that correlate with JSON processing
  • Monitor for unusual patterns in error rates or response times from services parsing JSON
  • Implement anomaly detection for memory usage spikes during request processing

How to Mitigate CVE-2026-33210

Immediate Actions Required

  • Upgrade Ruby JSON to patched versions 2.15.2.1, 2.17.1.2, or 2.19.2 immediately
  • Audit applications to identify usage of allow_duplicate_key: false with untrusted input
  • Consider temporarily removing or disabling allow_duplicate_key: false option until patches are applied
  • Implement input sanitization to filter potential format string specifiers from JSON input

Patch Information

Security patches have been released in the following versions:

BranchPatched Version
2.15.x2.15.2.1
2.17.x2.17.1.2
2.19.x2.19.2

Upgrade to the appropriate patched version based on your current Ruby JSON version. Detailed patch information is available in the GitHub Security Advisory.

Workarounds

  • Remove allow_duplicate_key: false option from JSON parsing calls handling untrusted input until patches can be applied
  • Implement a pre-processing layer to validate and sanitize JSON keys before parsing
  • Use application firewalls or input filtering to block requests containing potential format string patterns in JSON payloads
  • Isolate JSON parsing operations in sandboxed environments to limit the impact of potential exploitation
bash
# Upgrade Ruby JSON gem to patched version
gem update json

# Or specify version in Gemfile
# gem 'json', '>= 2.19.2'

# Verify installed version
gem list json

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechRuby Json

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-134
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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