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
    • 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-24802

CVE-2026-24802: jsonrpc4j Infinite Loop DOS Vulnerability

CVE-2026-24802 is an infinite loop denial of service vulnerability in jsonrpc4j that affects versions through 1.6.0. This article covers the technical details, affected versions, security impact, and mitigation strategies.

Published: January 30, 2026

CVE-2026-24802 Overview

CVE-2026-24802 is an Infinite Loop vulnerability in the briandilley jsonrpc4j library, specifically affecting the src/main/java/com/googlecode/jsonrpc4j modules. This vulnerability is associated with the program file NoCloseOutputStream.java and affects jsonrpc4j through version 1.6.0.

The vulnerability allows a remote attacker to trigger a loop with an unreachable exit condition, potentially causing resource exhaustion and denial of service conditions in applications that utilize this JSON-RPC library.

Critical Impact

Applications using jsonrpc4j through version 1.6.0 may be vulnerable to denial of service attacks through an infinite loop condition that can exhaust system resources and cause service unavailability.

Affected Products

  • jsonrpc4j through version 1.6.0
  • Applications using jsonrpc4j's NoCloseOutputStream.java module
  • Java applications implementing JSON-RPC functionality via briandilley/jsonrpc4j

Discovery Timeline

  • 2026-01-27 - CVE CVE-2026-24802 published to NVD
  • 2026-01-27 - Last updated in NVD database

Technical Details for CVE-2026-24802

Vulnerability Analysis

This vulnerability is classified as CWE-835 (Loop with Unreachable Exit Condition), commonly known as an Infinite Loop vulnerability. The flaw exists in the NoCloseOutputStream.java file within the jsonrpc4j library's core modules.

The vulnerability can be exploited over the network without requiring authentication or special privileges. User interaction is required for successful exploitation. When triggered, the infinite loop condition causes the affected application to consume CPU resources indefinitely, leading to degraded performance or complete service unavailability.

The jsonrpc4j library is a popular Java implementation of the JSON-RPC protocol, used for remote procedure calls in distributed systems. This makes the vulnerability particularly concerning for web services and microservice architectures that rely on JSON-RPC communication.

Root Cause

The root cause of this vulnerability lies in improper loop termination logic within the NoCloseOutputStream.java implementation. The code contains a loop construct where the exit condition can become unreachable under certain input conditions, causing the program to enter an infinite execution state.

The NoCloseOutputStream class is typically used to wrap output streams in scenarios where the stream should not be closed by the JSON-RPC processing logic. A flaw in how this wrapper handles certain operations leads to the infinite loop condition.

Attack Vector

The attack vector for this vulnerability is network-based, requiring user interaction. An attacker can craft malicious JSON-RPC requests designed to trigger the vulnerable code path in NoCloseOutputStream.java. When the server processes these specially crafted requests, it enters an infinite loop state.

The exploitation scenario involves sending network requests to a service using jsonrpc4j that causes the NoCloseOutputStream wrapper to enter the problematic loop condition. This can be achieved by manipulating the structure or content of JSON-RPC payloads to trigger specific behaviors in the output stream handling.

For technical details on the vulnerable code path, refer to the GitHub Pull Request #333 which addresses this issue.

Detection Methods for CVE-2026-24802

Indicators of Compromise

  • Unusually high CPU utilization by Java processes running jsonrpc4j-based applications
  • Stalled or unresponsive JSON-RPC service endpoints
  • Thread dumps showing threads stuck in NoCloseOutputStream methods
  • Increasing response times followed by complete service unavailability

Detection Strategies

  • Monitor for Java applications using jsonrpc4j versions 1.6.0 or earlier in your software inventory
  • Implement application performance monitoring to detect abnormal CPU consumption patterns
  • Set up health checks for JSON-RPC endpoints with appropriate timeout thresholds
  • Review dependency manifests (Maven pom.xml, Gradle build.gradle) for vulnerable jsonrpc4j versions

Monitoring Recommendations

  • Configure alerting for sustained high CPU usage in Java application servers
  • Implement request timeout mechanisms at the load balancer or reverse proxy level
  • Monitor thread pool exhaustion metrics in application servers
  • Set up logging for JSON-RPC request processing times to identify anomalies

How to Mitigate CVE-2026-24802

Immediate Actions Required

  • Identify all applications in your environment using jsonrpc4j version 1.6.0 or earlier
  • Review the fix provided in GitHub Pull Request #333
  • Plan an upgrade path to a patched version of jsonrpc4j once released
  • Implement request timeouts at the application or infrastructure level as a defensive measure

Patch Information

A fix for this vulnerability has been proposed through GitHub Pull Request #333 in the briandilley/jsonrpc4j repository. Organizations should monitor this pull request for merge status and watch for a new release that incorporates the fix.

Until an official patched release is available, consider applying the patch manually from the pull request or implementing the workarounds described below.

Workarounds

  • Implement request timeout mechanisms at the reverse proxy or API gateway level to prevent long-running requests from consuming resources indefinitely
  • Configure thread pool limits and circuit breakers in your application to contain the impact of infinite loop conditions
  • Apply rate limiting to JSON-RPC endpoints to reduce the potential for denial of service
  • Consider temporarily restricting access to affected JSON-RPC services to trusted networks only
bash
# Example: Configure nginx timeout for JSON-RPC endpoint
location /jsonrpc {
    proxy_pass http://backend;
    proxy_connect_timeout 30s;
    proxy_send_timeout 30s;
    proxy_read_timeout 30s;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechJsonrpc4j

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:L/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:Y/R:A/V:D/RE:M/U:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-835
  • Technical References
  • GitHub Pull Request
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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