CVE-2025-2730
Published: 25 March 2025
Summary
CVE-2025-2730 is a high-severity Injection (CWE-74) vulnerability in H3C Magic NX15 (inferred from references). Its CVSS base score is 8.6 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation of Remote Services (T1210); ranked in the top 43.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
CVE-2025-2730 is a critical command injection vulnerability affecting H3C Magic NX15, Magic NX30 Pro, Magic NX400, Magic R3010, and Magic BE18000 routers running versions up to V100R014. The issue resides in an unknown function within the /api/wizard/getssidname endpoint of the HTTP POST Request Handler component, classified under CWE-74 and CWE-77. It carries a CVSS v3.1 base score of 8.0.
Exploitation requires an attacker to be within the local network (AV:A) with low privileges (PR:L) and no user interaction (UI:N). Successful manipulation of the vulnerable endpoint enables command injection, potentially granting high-impact confidentiality, integrity, and availability compromises (C:H/I:H/A:H) on the affected device.
Advisories, including those from VulDB and H3C's software download portal, recommend upgrading the affected component to mitigate the vulnerability. The exploit has been publicly disclosed and may be in use.
The vulnerability's public disclosure increases the risk of active exploitation within local networks.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-8045
Vulnerability details
A vulnerability was found in H3C Magic NX15, Magic NX30 Pro, Magic NX400, Magic R3010 and Magic BE18000 up to V100R014. It has been classified as critical. Affected is an unknown function of the file /api/wizard/getssidname of the component HTTP…
more
POST Request Handler. The manipulation leads to command injection. The attack can only be initiated within the local network. The exploit has been disclosed to the public and may be used. It is recommended to upgrade the affected component.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Command injection in the router's HTTP API endpoint directly enables exploitation of the remote web service (T1210) and arbitrary command execution on the network device via its CLI (T1059.008).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents command injection by requiring validation of HTTP POST inputs to the vulnerable /api/wizard/getssidname endpoint.
Mandates timely remediation of known flaws through firmware upgrades, as recommended by H3C for affected router versions up to V100R014.
Enforces restrictions on inputs at the HTTP handler interface to block malicious command payloads targeting the getssidname function.