CVE-2024-57479
Published: 14 January 2025
Summary
CVE-2024-57479 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-16 (Memory Protection).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly addresses the lack of length verification in the MAC address update function by requiring validation of POST request inputs to prevent buffer overflows.
Implements memory protections such as DEP and ASLR to mitigate arbitrary code execution or crashes from buffer overflow exploitation in the web interface.
Mandates timely remediation of the specific buffer overflow flaw in H3C N12 V100R005 via vendor patches to eliminate the vulnerability.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated remote buffer overflow in public-facing web interface (/bin/webs) directly enables T1190 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 update 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-57479 is a buffer overflow vulnerability (CWE-120) affecting H3C N12 V100R005 due to insufficient length verification in the MAC address update function. The vulnerability resides in the web interface component, specifically accessible via the /bin/webs endpoint.
Remote attackers can exploit this vulnerability without authentication, privileges, or user interaction by sending a specially crafted POST request to the vulnerable endpoint. Successful exploitation allows attackers to cause the target device to crash, resulting in a denial of service, or execute arbitrary commands, with a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) reflecting its critical severity and high impact on confidentiality, integrity, and availability.
Mitigation details and advisories are available from the vendor at http://h3c.com, while a proof-of-concept exploit is documented at https://gist.github.com/XiaoCurry/c7214be67a44a4a8858c5138ecd05984.
Details
- CWE(s)