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 has been found in H3C Magic B1 up to 100R004. The affected element is the function SetAPWifiorLedInfoById of the file /goform/aspForm. The manipulation of the argument param leads to buffer overflow. It is possible to initiate the attack 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.
AnalysisAI
Buffer overflow in H3C Magic B1 router firmware (versions through 100R004) allows authenticated remote attackers to achieve complete system compromise via crafted parameters to the SetAPWifiorLedInfoById function in /goform/aspForm. Public exploit code exists on GitHub. CVSS 7.4 (High) with network attack vector, low complexity, and confirmed proof-of-concept (CVSS:4.0 E:P). Vendor unresponsive to disclosure. EPSS and KEV status not provided in available data.
Technical ContextAI
This vulnerability affects the H3C Magic B1 wireless router, specifically the web management interface's aspForm endpoint. The SetAPWifiorLedInfoById function in /goform/aspForm fails to properly validate the length of the 'param' argument before copying it to a fixed-size buffer, triggering CWE-120 (buffer overflow of static size). H3C Magic B1 devices run embedded Linux firmware with a web-based administrative interface. The affected CPE (cpe:2.3:a:h3c:magic_b1:*:*:*:*:*:*:*:*) identifies H3C Magic B1 products up to and including firmware version 100R004. Buffer overflows in router management interfaces can corrupt memory structures, overwrite return addresses, and enable arbitrary code execution with the privileges of the web server process, typically running as root on embedded devices.
RemediationAI
No vendor-released patch identified at time of analysis - H3C did not respond to vulnerability disclosure. Without official remediation from H3C, implement these SPECIFIC compensating controls: (1) IMMEDIATELY restrict access to router management interface (/goform/* endpoints) to trusted administrative networks only via firewall rules or VLAN segmentation - disable WAN-side management entirely if enabled. This prevents remote exploitation but eliminates remote administration capability. (2) Change default administrative credentials to complex passwords (16+ characters, randomly generated) if not already done - mitigates credential-based access required for exploitation but does not prevent exploitation by already-authenticated attackers. (3) Deploy network intrusion detection to monitor for HTTP POST requests to /goform/aspForm with oversized 'param' values exceeding expected buffer sizes - provides detection but not prevention. (4) Consider replacing affected H3C Magic B1 devices with alternative vendor products that provide active security support, as vendor non-responsiveness suggests end-of-life support status. Organizations unable to replace devices should treat these routers as untrusted and isolate them accordingly. Reference the public exploit code at https://github.com/K4ptor/H3C-routers-vulnerability/ to understand attack signatures for detection rule development.
Same weakness CWE-120 – Classic Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-23690