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-2023-7334

CVE-2023-7334: Changjetong T+ .NET Deserialization RCE

CVE-2023-7334 is a .NET deserialization vulnerability in Changjetong T+ that enables remote code execution through malicious AjaxPro requests. This article covers the technical details, affected versions, and mitigation strategies.

Published: January 23, 2026

CVE-2023-7334 Overview

CVE-2023-7334 is a critical insecure deserialization vulnerability affecting Changjetong T+ versions up to and including 16.x. The vulnerability exists in an AjaxPro endpoint that improperly handles .NET deserialization, allowing remote attackers to achieve arbitrary code execution on affected systems. A remote attacker can send a crafted request to the vulnerable endpoint /tplus/ajaxpro/Ufida.T.CodeBehind._PriorityLevel,App_Code.ashx?method=GetStoreWarehouseByStore with a malicious JSON body that leverages deserialization of attacker-controlled .NET types to invoke arbitrary methods such as System.Diagnostics.Process.Start. This results in execution of arbitrary commands in the context of the T+ application service account.

Critical Impact

Unauthenticated remote code execution allowing attackers to execute arbitrary commands on the T+ application server, potentially leading to complete system compromise. Exploitation evidence was observed by the Shadowserver Foundation as early as 2023-08-19.

Affected Products

  • Changjetong T+ versions up to and including 16.x
  • T+ ERP software installations exposing the AjaxPro endpoint
  • Systems with the vulnerable GetStoreWarehouseByStore method accessible

Discovery Timeline

  • 2023-08-19 - Exploitation evidence observed by Shadowserver Foundation
  • 2026-01-15 - CVE CVE-2023-7334 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2023-7334

Vulnerability Analysis

This vulnerability is classified as CWE-502 (Deserialization of Untrusted Data). The flaw resides in the AjaxPro framework implementation within Changjetong T+, specifically in how the application handles incoming JSON data during deserialization operations. The vulnerable endpoint does not properly validate or restrict the types that can be instantiated during the deserialization process, creating a classic .NET deserialization attack surface.

The attack is network-accessible and requires no authentication or user interaction, making it particularly dangerous for internet-facing T+ installations. Successful exploitation allows attackers to invoke arbitrary .NET methods, most notably System.Diagnostics.Process.Start, which enables command execution with the privileges of the T+ application service account.

Root Cause

The root cause is improper handling of type information during .NET deserialization in the AjaxPro endpoint. The application accepts untrusted input containing type specifications that allow attackers to instantiate arbitrary .NET classes. Without proper type restrictions or input validation, the deserializer processes malicious payloads that specify dangerous types capable of executing system commands.

The vulnerable method GetStoreWarehouseByStore exposed through the .ashx handler does not implement adequate safeguards against deserialization attacks, such as type filtering or serialization binders that would restrict which classes can be instantiated from incoming data.

Attack Vector

The attack is executed via network access to the vulnerable AjaxPro endpoint. An attacker crafts a malicious HTTP POST request containing a specially formatted JSON body that includes serialized .NET type information. The payload leverages known deserialization gadget chains to instantiate objects that ultimately call methods like System.Diagnostics.Process.Start to execute arbitrary operating system commands.

The vulnerable endpoint is located at /tplus/ajaxpro/Ufida.T.CodeBehind._PriorityLevel,App_Code.ashx?method=GetStoreWarehouseByStore. When the server processes the malicious request, the deserialization routine instantiates the attacker-specified types, triggering command execution in the security context of the T+ web application service account.

For technical details on the exploitation mechanism, refer to the VulnCheck Advisory on RCE and the GitHub PoC Script.

Detection Methods for CVE-2023-7334

Indicators of Compromise

  • HTTP POST requests to /tplus/ajaxpro/Ufida.T.CodeBehind._PriorityLevel,App_Code.ashx?method=GetStoreWarehouseByStore containing unusual JSON payloads with .NET type specifications
  • Presence of serialized .NET gadget chain indicators in web server access logs, particularly references to System.Diagnostics.Process or similar dangerous types
  • Unexpected child processes spawned by the T+ application service account (e.g., cmd.exe, powershell.exe, or certutil.exe)
  • Anomalous outbound network connections from the T+ server to unfamiliar external IP addresses

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing .NET deserialization gadget signatures targeting AjaxPro endpoints
  • Configure endpoint detection and response (EDR) solutions to alert on suspicious process execution chains originating from the T+ web application process
  • Deploy network intrusion detection signatures to identify exploitation attempts against the vulnerable GetStoreWarehouseByStore endpoint
  • Review IIS or web server logs for requests to the vulnerable .ashx handler with unusually large or malformed JSON bodies

Monitoring Recommendations

  • Enable detailed logging for all requests to AjaxPro endpoints within the T+ application
  • Monitor for unexpected changes to system files, scheduled tasks, or user accounts on T+ servers
  • Implement file integrity monitoring on T+ installation directories to detect webshell deployments or other persistence mechanisms
  • Configure alerts for process creation events where the parent process is the T+ application pool identity

How to Mitigate CVE-2023-7334

Immediate Actions Required

  • Restrict network access to T+ installations, ensuring the application is not directly exposed to the internet without proper security controls
  • Implement web application firewall rules to block malicious requests targeting the vulnerable AjaxPro endpoint
  • Apply network segmentation to isolate T+ servers from critical internal systems and limit lateral movement potential
  • Monitor for indicators of compromise on systems running vulnerable T+ versions

Patch Information

Organizations should contact Chanjet directly for information about security updates addressing this vulnerability. Refer to the Chanjet Product Details page for vendor contact information and product support resources. Additional technical analysis is available from the VulnCheck Advisory.

Workarounds

  • Disable or restrict access to the vulnerable AjaxPro endpoint /tplus/ajaxpro/Ufida.T.CodeBehind._PriorityLevel,App_Code.ashx if the GetStoreWarehouseByStore functionality is not required
  • Place T+ servers behind a reverse proxy that filters and inspects incoming requests for malicious deserialization payloads
  • Run the T+ application under a dedicated service account with minimal privileges to limit the impact of successful exploitation
  • Consider temporarily taking T+ offline if immediate patching is not possible and the system is exposed to untrusted networks
bash
# Example IIS URL Rewrite rule to block access to vulnerable endpoint
# Add to web.config in the T+ application directory
# This blocks requests to the specific vulnerable method
# <rule name="Block CVE-2023-7334" stopProcessing="true">
#   <match url=".*ajaxpro.*_PriorityLevel.*GetStoreWarehouseByStore.*" />
#   <action type="CustomResponse" statusCode="403" statusReason="Forbidden" />
# </rule>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechChangjetong

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.33%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/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-502
  • Technical References
  • CSDN Blog Article on Security

  • CSDN Blog Article on Vulnerability

  • GitHub PoC Script for RCE

  • Chanjet Product Details

  • Freebuf Web Article

  • VulnCheck Advisory on RCE
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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