Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/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
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/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
Lifecycle Timeline
8DescriptionCVE.org
A security vulnerability has been detected in H3C Magic B0 up to 100R002. This vulnerability affects the function Edit_BasicSSID of the file /goform/aspForm. Such manipulation of the argument param leads to buffer overflow. The attack can be executed remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
Buffer overflow in H3C Magic B0 routers (firmware versions up to 100R002) allows authenticated remote attackers to achieve arbitrary code execution via the Edit_BasicSSID function in /goform/aspForm. Public exploit code exists on GitHub. CVSS4.0 7.4 reflects network accessibility with low authentication (PR:L). Vendor unresponsive to disclosure - no patch confirmed. Exploitation requires valid router credentials but no special deployment conditions.
Technical ContextAI
The vulnerability resides in the Edit_BasicSSID function within the /goform/aspForm endpoint of H3C Magic B0 routers, a consumer/SMB wireless networking device. CWE-120 (classic buffer overflow) indicates insufficient bounds checking when processing the 'param' argument during SSID configuration operations. When oversized or malformed input is submitted to this parameter, it overwrites adjacent memory regions, enabling control-flow hijacking. The affected CPE (cpe:2.3:a:h3c:magic_b0:*:*:*:*:*:*:*:*) covers all firmware builds through 100R002. H3C (Hangzhou H3C Technologies) is a networking equipment vendor serving primarily Asian markets. The /goform/ path pattern is common in embedded web management interfaces using legacy CGI-style handlers, frequently found in consumer routers with minimal input validation.
RemediationAI
No vendor-released patch identified at time of analysis - H3C did not respond to vulnerability disclosure per CVE description. Without official firmware updates, apply these compensating controls with stated trade-offs: (1) Disable remote administration interfaces entirely if WAN-side management is not required - eliminates network attack vector but prevents remote troubleshooting (check router settings under 'Remote Management' or similar). (2) Restrict administrative access to specific trusted IP addresses via firewall rules or router ACLs - reduces attacker surface but requires static IP allocation and breaks mobile admin access. (3) Change default administrative credentials to complex unique passwords (16+ characters) and enable account lockout if available - raises credential theft difficulty but does not prevent exploitation by determined attackers with valid credentials. (4) Deploy network segmentation to isolate router management VLAN from user/IoT networks - contains post-exploitation pivot risk but adds configuration complexity. (5) Monitor for unauthorized configuration changes or suspicious /goform/aspForm POST requests in router logs - provides detection capability but does not prevent initial compromise. Consider replacing affected devices with patched alternatives if H3C remains unresponsive, particularly in security-sensitive deployments. Check https://vuldb.com/vuln/358197 periodically for patch updates.
Same weakness CWE-120 – Classic Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-23684
GHSA-m9r6-cg89-ghg2