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-2026-4735

CVE-2026-4735: DTStack ChunJun Deserialization Vulnerability

CVE-2026-4735 is a deserialization of untrusted data vulnerability in DTStack ChunJun affecting the GsonUtil.Java module. Attackers can exploit this flaw to execute malicious code. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 27, 2026

CVE-2026-4735 Overview

A Deserialization of Untrusted Data vulnerability has been identified in DTStack chunjun, specifically affecting the chunjun-core/src/main/java/com/dtstack/chunjun/util modules. This vulnerability is associated with the program file GsonUtil.java and allows remote attackers to potentially exploit insecure deserialization to cause denial of service conditions or impact the availability of downstream systems.

Critical Impact

This insecure deserialization vulnerability in DTStack chunjun can be exploited remotely without authentication, potentially leading to high availability impact on both vulnerable and subsequent systems.

Affected Products

  • DTStack chunjun versions before 1.16.1
  • chunjun-core module (GsonUtil.java)
  • Applications utilizing vulnerable chunjun data integration components

Discovery Timeline

  • 2026-03-24 - CVE-2026-4735 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2026-4735

Vulnerability Analysis

This vulnerability falls under CWE-502 (Deserialization of Untrusted Data), a well-documented class of security flaws that occurs when an application deserializes data from untrusted sources without proper validation. In the context of DTStack chunjun, the vulnerability exists within the GsonUtil.java utility class, which is part of the core data transformation and processing pipeline.

The insecure deserialization flaw enables attackers to supply maliciously crafted serialized objects that, when processed by the vulnerable utility class, can trigger unintended behavior. This can result in resource exhaustion, application crashes, or cascading failures in connected systems that depend on chunjun for data integration tasks.

Root Cause

The root cause of this vulnerability lies in the improper handling of untrusted input during the deserialization process within GsonUtil.java. The utility class fails to adequately validate or sanitize incoming serialized data before processing, allowing attackers to inject malicious payloads. This is a common pattern in Java applications that use JSON deserialization libraries without implementing proper type restrictions or input validation safeguards.

Attack Vector

The vulnerability is exploitable over the network without requiring authentication or user interaction. An attacker can craft malicious JSON payloads targeting the deserialization routines in the chunjun utility module. When the vulnerable application processes these payloads, it can lead to denial of service conditions affecting both the primary system and any downstream components that rely on chunjun's data processing capabilities.

The attack surface is particularly concerning in environments where chunjun is exposed to untrusted network segments or processes data from external sources. For detailed technical information about the vulnerability and the fix, refer to the GitHub Pull Request #1939.

Detection Methods for CVE-2026-4735

Indicators of Compromise

  • Unexpected application crashes or restarts in services utilizing chunjun data integration
  • Anomalous JSON payloads in network traffic destined for chunjun-based applications
  • Increased memory consumption or resource exhaustion in Java processes running chunjun
  • Error logs indicating deserialization failures or malformed object exceptions in GsonUtil operations

Detection Strategies

  • Implement application-level logging to capture and analyze all deserialization operations within chunjun modules
  • Deploy network intrusion detection rules to identify malicious serialized payloads targeting Java applications
  • Monitor Java heap usage and garbage collection patterns for anomalies that may indicate exploitation attempts
  • Utilize static code analysis tools to identify vulnerable deserialization patterns in applications using chunjun

Monitoring Recommendations

  • Configure alerting for unusual error rates in chunjun-core module components
  • Establish baselines for normal application behavior and alert on deviations in resource consumption
  • Implement centralized logging for all chunjun-based services to correlate potential attack indicators
  • Review application dependencies to identify all instances where vulnerable chunjun versions are deployed

How to Mitigate CVE-2026-4735

Immediate Actions Required

  • Upgrade DTStack chunjun to version 1.16.1 or later immediately
  • Audit all applications and data pipelines that utilize chunjun components for vulnerable versions
  • Implement network segmentation to limit exposure of chunjun-based services to untrusted networks
  • Review and restrict input sources that feed data into chunjun deserialization routines

Patch Information

The vulnerability has been addressed in DTStack chunjun version 1.16.1. The fix is documented in GitHub Pull Request #1939, which implements proper validation and sanitization of data during the deserialization process in GsonUtil.java.

Organizations should prioritize upgrading to the patched version across all environments where chunjun is deployed. Ensure that dependency management tools are updated to pull the corrected version and verify the upgrade through dependency scanning.

Workarounds

  • Implement input validation at the application layer before data reaches chunjun deserialization routines
  • Deploy Web Application Firewalls (WAF) with rules to filter malicious JSON payloads
  • Restrict network access to chunjun-based services to trusted internal networks only
  • Consider implementing Java Security Manager policies to limit the impact of deserialization attacks
bash
# Verify chunjun version in Maven projects
mvn dependency:tree | grep chunjun

# Update chunjun dependency to patched version in pom.xml
# Change version to 1.16.1 or later:
# <dependency>
#   <groupId>com.dtstack</groupId>
#   <artifactId>chunjun-core</artifactId>
#   <version>1.16.1</version>
# </dependency>

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechChunjun

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H/E:P/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:N/AU:Y/R:U/V:C/RE:M/U:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • GitHub Pull Request
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent 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