Cyber Resilience

CVE-2025-5243

CriticalRCEUpdated

Published: 24 July 2025

Published
24 July 2025
Modified
05 June 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.0232 85.2th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-5243 is a critical-severity OS Command Injection (CWE-78) vulnerability in Gov (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 in the top 14.8% of CVEs by exploit likelihood; 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-5243 is a critical-severity vulnerability combining unrestricted upload of files with dangerous types and OS command injection in the SMG Software Information Portal. The flaw, tracked under CWE-434 and CWE-78, permits code injection, web shell deployment, and arbitrary code inclusion. It affects all versions of the Information Portal prior to the 13.06.2025 release and carries a CVSS 3.1 score of 10.0 reflecting network-accessible exploitation without authentication or user interaction.

Unauthenticated remote attackers can upload malicious files and execute operating-system commands on the server, resulting in full compromise of the affected web application and underlying host. The changed scope in the CVSS vector indicates that successful exploitation can impact resources beyond the vulnerable component itself.

Turkish government advisories published by USOM and the National Cyber Security Centre reference the issue under identifier TR-25-0174 and direct administrators to apply the vendor-supplied update that removes the affected versions. The associated EPSS score remains low and unchanged at 0.0232 with no observed upward trajectory after disclosure.

EU & UK References

Vulnerability details

Unrestricted Upload of File with Dangerous Type, Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in SMG Software Information Portal allows Code Injection, Upload a Web Shell to a Web Server, Code Inclusion. This…

more

issue affects Information Portal: before 13.06.2025.

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.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

Directly enables remote exploitation of public-facing web app (T1190) to upload and execute web shell (T1505.003) via unrestricted file upload + OS command injection.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-67164Shared CWE-434, CWE-78
CVE-2024-13011Shared CWE-434
CVE-2025-8323Shared CWE-434
CVE-2026-35164Shared CWE-434
CVE-2026-2097Shared CWE-434
CVE-2026-42748Shared CWE-434
CVE-2026-33704Shared CWE-434
CVE-2025-30996Shared CWE-434
CVE-2026-32482Shared CWE-434
CVE-2022-50907Shared CWE-434

Affected Assets

Gov
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 validates and sanitizes file uploads and OS command inputs to block unrestricted uploads of dangerous types and command injection exploits.

prevent

Enforces restrictions on file types and input parameters at web upload interfaces to prevent acceptance of dangerous files leading to web shells.

prevent

Requires timely patching of the vulnerable Information Portal software versions prior to 13.06.2025 to remediate the unrestricted upload and OS command injection flaws.

References