Cyber Resilience

CVE-2023-7334

CriticalPublic PoCRCE

Published: 15 January 2026

Published
15 January 2026
Modified
23 January 2026
KEV Added
Patch
CVSS Score v4 9.3 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
EPSS Score 0.0099 58.0th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2023-7334 is a critical-severity Deserialization of Untrusted Data (CWE-502) vulnerability in Chanjetvip T\+. Its CVSS base score is 9.3 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 42.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 CM-7 (Least Functionality) and SI-10 (Information Input Validation).

Deeper analysis

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.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

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).

CWE(s)

Related Threats

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

CVEs Like This One

CVE-2025-62368Shared CWE-502
CVE-2025-68903Shared CWE-502
CVE-2025-67911Shared CWE-502
CVE-2025-54014Shared CWE-502
CVE-2026-22505Shared CWE-502
CVE-2025-53078Shared CWE-502
CVE-2026-43633Shared CWE-502
CVE-2025-60039Shared CWE-502
CVE-2026-25429Shared CWE-502
CVE-2025-7697Shared CWE-502

Affected Assets

chanjetvip
t\+
≤ 16.000.000.0283

Mitigating Controls

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.

References