Cyber Resilience

CVE-2025-69828

Critical

Published: 22 January 2026

Published
22 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 10.0 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0049 38.1th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2025-69828 is a critical-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Tmsglobalsoft (inferred from references). Its CVSS base score is 10.0 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 38.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

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.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

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

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

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

CVEs Like This One

CVE-2025-12352Shared CWE-434
CVE-2026-1730Shared CWE-434
CVE-2025-13067Shared CWE-434
CVE-2025-54449Shared CWE-434
CVE-2025-1070Shared CWE-434
CVE-2025-12528Shared CWE-434
CVE-2025-67325Shared CWE-434
CVE-2025-65471Shared CWE-434
CVE-2025-59710Shared CWE-434
CVE-2025-34328Shared CWE-434

Affected Assets

Tmsglobalsoft
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

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.

prevent

Restricts uploads via the /Customer/AddEdit endpoint to safe logo file types and formats, blocking executables or other dangerous content.

prevent

Remediates the specific file upload flaw in TMS Management Console v6.3.7.27386.20250818 through timely patching to eliminate arbitrary code execution.

References