CVE-2024-7695
Published: 29 January 2025
Summary
CVE-2024-7695 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Moxa (inferred from references). Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked in the top 47.5% 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 root cause of insufficient input validation that enables out-of-bounds writes in the Moxa switches.
Implements memory safeguards to protect against unauthorized out-of-bounds writes that could crash the affected switches.
Ensures timely identification, patching, and verification of the specific out-of-bounds write flaw as detailed in Moxa security advisories.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Out-of-bounds write enables remote unauthenticated exploitation to crash the device, directly mapping to application/system exploitation for DoS.
NVD Description
Multiple switches are affected by an out-of-bounds write vulnerability. This vulnerability is caused by insufficient input validation, which allows data to be written to memory outside the bounds of the buffer. Successful exploitation of this vulnerability could result in a…
more
denial-of-service attack.
Deeper analysisAI
CVE-2024-7695 is an out-of-bounds write vulnerability (CWE-787) affecting multiple Moxa industrial switches due to insufficient input validation, which enables data to be written outside the intended buffer boundaries. The impacted products include PT-series switches, as well as EDS-, ICS-, IKS-, and SDS-series switches, and EN-50155 certified switches. The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), indicating high severity primarily due to its potential for availability disruption.
A remote, unauthenticated attacker can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation allows the attacker to trigger a denial-of-service condition by causing the affected switch to crash or become unresponsive, disrupting network operations without impacting confidentiality or integrity.
Moxa has published security advisories detailing the vulnerability across the affected product lines, including MPSA-240162 for PT switches, MPSA-240163 for EDS/ICS/IKS/SDS switches, and MPSA-240164 for EN-50155 switches. These advisories provide guidance on mitigation, though specific patch or workaround details are available in the referenced documents.
Details
- CWE(s)