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
Lifecycle Timeline
8DescriptionCVE.org
A vulnerability was detected in H3C Magic B1 up to 100R004. Affected by this vulnerability is the function SetMobileAPInfoById of the file /goform/aspForm. Performing a manipulation of the argument param results in buffer overflow. Remote exploitation of the attack is possible. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
Remote code execution in H3C Magic B1 router firmware versions up to 100R004 allows authenticated attackers to trigger a buffer overflow in the SetMobileAPInfoById function via crafted HTTP requests to /goform/aspForm. CVSS:4.0 rated 7.4 (High) with confirmed publicly available exploit code on GitHub. No vendor response or patch available. EPSS data not provided, but public exploit availability significantly elevates exploitation risk. The CWE-120 buffer overflow enables full device compromise (VC:H/VI:H/VA:H) with low attack complexity (AC:L) requiring only low-privileged authentication (PR:L).
Technical ContextAI
This vulnerability affects the H3C Magic B1 wireless router, specifically the web management interface firmware version 100R004 and earlier (CPE: cpe:2.3:a:h3c:magic_b1:*:*:*:*:*:*:*:*). The flaw resides in the SetMobileAPInfoById function within the /goform/aspForm endpoint, which processes mobile AP configuration parameters. The vulnerability is classified as CWE-120 (Buffer Copy without Checking Size of Input), a classic memory safety issue common in embedded router firmware written in C/C++. When the 'param' argument is manipulated with oversized input, the function copies data into a fixed-size buffer without bounds checking, allowing memory corruption. The /goform/ path pattern is typical of HTTP-based configuration interfaces in consumer routers. As an embedded device vulnerability, successful exploitation grants complete control over the router's operating system and network position.
RemediationAI
No vendor-released patch identified at time of analysis - H3C did not respond to vulnerability disclosure per VulDB report (https://vuldb.com/vuln/358216). PRIMARY MITIGATION: Isolate affected H3C Magic B1 routers from internet exposure by placing behind a hardened perimeter firewall and restrict management interface access to trusted internal networks only. SPECIFIC COMPENSATING CONTROLS: (1) Disable remote management access entirely if not operationally required - access web interface only from directly connected devices on LAN segments. (2) Implement network-based access control lists (ACLs) permitting /goform/ endpoint access exclusively from specific administrator IP addresses; note this reduces operational flexibility for remote management. (3) Deploy network intrusion detection signatures to detect exploitation attempts targeting /goform/aspForm with oversized param arguments (signature development requires analyzing the GitHub POC at https://github.com/hmKunlun/H3Cc/blob/main/h3c.md). (4) Change default administrative credentials immediately and enforce strong passphrases (16+ characters) to raise the authentication barrier, though this only delays exploitation, not prevents it. (5) RECOMMENDED: Replace H3C Magic B1 devices with alternative router models from vendors with active security support programs, as vendor unresponsiveness indicates potential end-of-life status without formal announcement. Monitor H3C security advisories and VulDB entry for any future patch releases.
Same weakness CWE-120 – Classic Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-23716
GHSA-wg8p-6252-5cpj