CVE-2025-69828
Published: 22 January 2026
Description
File Upload vulnerability in TMS Global Software TMS Management Console v.6.3.7.27386.20250818 allows a remote attacker to execute arbitrary code via the Logo upload in /Customer/AddEdit
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents unrestricted upload of dangerous file types by implementing validation mechanisms at the logo upload input point to reject malicious files leading to RCE.
Restricts uploads via the /Customer/AddEdit endpoint to safe logo file types and formats, blocking executables or other dangerous content.
Remediates the specific file upload flaw in TMS Management Console v6.3.7.27386.20250818 through timely patching to eliminate arbitrary code execution.
Security SummaryAI
CVE-2025-69828 is a file upload vulnerability in TMS Global Software's TMS Management Console version 6.3.7.27386.20250818. Published on 2026-01-22, it allows a remote attacker to execute arbitrary code by uploading a malicious file via the Logo upload feature in the /Customer/AddEdit endpoint. The issue is classified under CWE-434 (Unrestricted Upload of File with Dangerous Type) and carries a CVSS v3.1 base score of 10.0 (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H).
An unauthenticated remote attacker can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation leads to arbitrary code execution on the affected system, granting high-impact compromise of confidentiality, integrity, and availability, exacerbated by the changed scope.
Mitigation details are available in related advisories, including https://github.com/ZuoqTr/CVE/blob/main/CVE-2025-69828.md and the vendor site at https://tmsglobalsoft.com.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability is an unauthenticated remote file upload in a public-facing web application (/Customer/AddEdit endpoint) enabling arbitrary code execution, directly mapping to Exploit Public-Facing Application (T1190).