Cyber Resilience

CVE-2025-2732

High

Published: 25 March 2025

Published
25 March 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.6 CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/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.0033 56.3th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2732 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 Exploit Public-Facing Application (T1190); 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-2732 is a critical command injection vulnerability (CVSS 3.1 score of 8.0; CWE-74, CWE-77) affecting H3C Magic NX15, Magic NX30 Pro, Magic NX400, Magic R3010, and Magic BE18000 routers up to version V100R014. The issue resides in an unknown functionality of the /api/wizard/getWifiNeighbour endpoint within the HTTP POST Request Handler component. Published on March 25, 2025, it allows attackers to manipulate POST requests to execute arbitrary commands.

Exploitation requires adjacency on the local network (AV:A), low attack complexity (AC:L), and low privileges (PR:L), with no user interaction needed (UI:N) and no scope change (S:U). Successful attacks can result in high impacts to confidentiality, integrity, and availability (C:H/I:H/A:H), potentially enabling full system compromise such as unauthorized command execution on the targeted device.

Advisories recommend upgrading the affected component to a patched version, with software downloads available from H3C's official site. Additional details are documented in sources like VulDB (ctiid.300752) and a GitHub repository tracking H3C vulnerabilities.

The exploit has been publicly disclosed and may be actively used by attackers.

EU & UK References

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 rated as critical. Affected by this issue is some unknown functionality of the file /api/wizard/getWifiNeighbour of…

more

the component HTTP POST Request Handler. The manipulation leads to command injection. The attack needs to 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

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?

The command injection vulnerability in the HTTP POST Request Handler of the router's API endpoint directly enables exploitation of a public-facing application (T1190) to achieve arbitrary command execution on the Unix-based device (T1059.004).

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

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

H3C
Magic NX15
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 mitigates the CVE by requiring timely patching of the vulnerable H3C router firmware to eliminate the command injection flaw in the HTTP POST handler.

prevent

Prevents command injection by enforcing input validation and error handling on POST requests to the /api/wizard/getWifiNeighbour endpoint.

prevent

Limits exploitation by controlling network traffic at boundaries to block unauthorized local network access to the vulnerable API endpoint.

References