Cyber Posture

CVE-2023-7334

CriticalPublic PoC

Published: 15 January 2026

Published
15 January 2026
Modified
23 January 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0029 52.1th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Description

Changjetong T+ versions up to and including 16.x contain a .NET deserialization vulnerability in an AjaxPro endpoint that can lead to remote code execution. A remote attacker can send a crafted request to /tplus/ajaxpro/Ufida.T.CodeBehind._PriorityLevel,App_Code.ashx?method=GetStoreWarehouseByStore with a malicious JSON body that…

more

leverages deserialization of attacker-controlled .NET types to invoke arbitrary methods such as System.Diagnostics.Process.Start. This can result in execution of arbitrary commands in the context of the T+ application service account. Exploitation evidence was observed by the Shadowserver Foundation as early as 2023-08-19 (UTC).

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly remediates the .NET deserialization flaw in the AjaxPro endpoint by identifying, patching, or upgrading vulnerable Changjetong T+ versions.

prevent

Validates malicious JSON inputs to the GetStoreWarehouseByStore method to block deserialization of attacker-controlled .NET types leading to RCE.

prevent

Disables or restricts the unnecessary AjaxPro endpoint to eliminate exposure to the deserialization vulnerability.

Security SummaryAI

CVE-2023-7334 is a .NET deserialization vulnerability (CWE-502) affecting Changjetong T+ versions up to and including 16.x. The flaw resides in an AjaxPro endpoint, specifically at /tplus/ajaxpro/Ufida.T.CodeBehind._PriorityLevel,App_Code.ashx?method=GetStoreWarehouseByStore, where the application deserializes untrusted input. This vulnerability has a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity due to its potential for high-impact remote exploitation.

A remote attacker can exploit this vulnerability by sending a crafted HTTP request with a malicious JSON body to the affected endpoint. The deserialization of attacker-controlled .NET types allows invocation of arbitrary methods, such as System.Diagnostics.Process.Start, leading to remote code execution. Commands execute in the context of the T+ application service account, enabling full compromise of the host without requiring authentication or user interaction.

References include proof-of-concept exploit code on GitHub and detailed analyses on CSDN, Freebuf, and the vendor's product page, but no specific patch or mitigation guidance is detailed in the available information. Security practitioners should review these resources for reproduction steps and monitor affected systems.

Exploitation evidence was observed by the Shadowserver Foundation as early as 2023-08-19 (UTC), predating the CVE publication on 2026-01-15, suggesting active in-the-wild use prior to formal disclosure.

Details

CWE(s)

Affected Products

chanjetvip
t\+
≤ 16.000.000.0283

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

The vulnerability is a critical unauthenticated .NET deserialization flaw in a public-facing AjaxPro web endpoint, directly enabling remote code execution via crafted HTTP requests, mapping precisely to Exploit Public-Facing Application (T1190).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References