CVE-2024-57473
Published: 14 January 2025
Summary
CVE-2024-57473 is a critical-severity Classic Buffer Overflow (CWE-120) vulnerability in H3C N12 Firmware. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 43.8% 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).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly requires length and format validation for inputs like MAC addresses in the web interface to prevent buffer overflows from crafted POST requests to /bin/webs.
Mandates timely application of vendor patches to remediate the specific buffer overflow vulnerability in H3C N12 V100R005.
Enforces boundary protections such as web application firewalls to inspect and block malformed POST requests targeting the vulnerable /bin/webs endpoint.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Buffer overflow in unauthenticated web interface endpoint directly enables remote exploitation of a public-facing application for RCE or DoS.
NVD Description
H3C N12 V100R005 contains a buffer overflow vulnerability due to the lack of length verification in the mac address editing function. Attackers who successfully exploit this vulnerability can cause the remote target device to crash or execute arbitrary commands by…
more
sending a POST request to /bin/webs.
Deeper analysisAI
CVE-2024-57473, published on 2025-01-14, is a buffer overflow vulnerability (CWE-120) in H3C N12 V100R005 due to insufficient length verification in the MAC address editing function. The flaw affects the web interface component, specifically accessible via the /bin/webs endpoint.
Attackers can exploit this vulnerability remotely over the network with no required privileges, authentication, or user interaction, as indicated by its CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H). By sending a specially crafted POST request to /bin/webs, successful exploitation allows attackers to crash the target device or execute arbitrary commands, potentially leading to full compromise.
Vendor advisories and related resources are available at http://h3c.com, with additional technical details, including a proof-of-concept, provided at https://gist.github.com/XiaoCurry/85ae28b7437d24d9c531c970612d3bd8. Security practitioners should review these for patch availability and mitigation guidance.
Details
- CWE(s)