Cyber Resilience

CVE-2025-1448

Medium

Published: 19 February 2025

Published
19 February 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/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.0091 76.3th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1448 is a medium-severity Injection (CWE-74) vulnerability. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 23.7% 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

A command injection vulnerability rated critical affects Synway SMG Gateway Management Software up to version 20250204. The flaw resides in an unspecified processing routine within the file 9-12ping.php, where unsanitized input to the retry argument permits arbitrary command execution. The issue is tracked under CWE-74 and CWE-77 and carries a CVSS 4.0 score of 6.9 reflecting network-accessible attack conditions without authentication or user interaction.

Remote, unauthenticated attackers can supply crafted parameters to the affected endpoint and execute operating-system commands on the gateway host. Successful exploitation yields limited but direct control over confidentiality, integrity, and availability of the management interface and underlying system; a functional exploit has already been published.

No vendor patch or mitigation guidance has been issued, as the supplier did not respond to disclosure attempts. Public references including a GitHub proof-of-concept and Vuldb entries document the flaw and the absence of an official fix.

The associated EPSS score rose from a baseline of 0.0091 to a peak of 0.0174, indicating measurable post-disclosure interest in exploitation.

EU & UK References

Vulnerability details

A vulnerability was found in Synway SMG Gateway Management Software up to 20250204. It has been rated as critical. This issue affects some unknown processing of the file 9-12ping.php. The manipulation of the argument retry leads to command injection. The…

more

attack may be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

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.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

Command injection in publicly accessible management web interface (9-12ping.php) enables remote unauthenticated RCE, directly mapping to T1190 for initial access and T1059.004 for Unix shell command execution.

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

CVEs Like This One

CVE-2026-2194Shared CWE-74, CWE-77
CVE-2026-2218Shared CWE-74, CWE-77
CVE-2026-5103Shared CWE-74, CWE-77
CVE-2026-4203Shared CWE-74, CWE-77
CVE-2026-2135Shared CWE-74, CWE-77
CVE-2026-3661Shared CWE-74, CWE-77
CVE-2026-2615Shared CWE-74, CWE-77
CVE-2026-4207Shared CWE-74, CWE-77
CVE-2025-10628Shared CWE-74, CWE-77
CVE-2026-5333Shared CWE-74, CWE-77

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly prevents command injection by enforcing validation of untrusted inputs like the 'retry' argument in 9-12ping.php.

prevent

SI-2 ensures timely identification, reporting, and correction of the command injection flaw in Synway SMG Gateway Management Software.

preventdetect

SC-7 implements boundary protections such as web application firewalls to monitor and block remote command injection exploits targeting the vulnerable endpoint.

References