Cyber Resilience

CVE-2024-41710

Mitel 6970 Firmware ≤ 6.4.0.136

CISA KEVActive ExploitationEUVD ExploitedPublic PoC
Published
12 August 2024
Modified
05 November 2025
KEV Added
12 February 2025
Patch / advisory
CVSS Score v3.1 7.2
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.42 99th percentile
Risk Priority 79 floored blend · peak EPSS

Summary

CVE-2024-41710 is a high-severity Argument Injection (CWE-88) vulnerability in Mitel 6970 Firmware. Its CVSS base score is 7.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Command and Scripting Interpreter (T1059); ranked in the top 1% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2024-41710 is an argument injection vulnerability caused by insufficient parameter sanitization during the boot process. It affects Mitel 6800 Series, 6900 Series, and 6900w Series SIP Phones, including the 6970 Conference Unit, through firmware version R6.4.0.HF1 (R6.4.0.136). The flaw is tracked under CWE-88 and carries a CVSS 3.1 score of 7.2.

An authenticated attacker with administrative privileges can exploit the issue over the network to inject arguments and execute arbitrary commands on the affected phone in the context of the system. Successful exploitation grants full control over the device configuration and operations.

Mitel has published security advisory 24-0019 along with a general support page listing affected products and remediation steps. The vendor recommends applying the latest firmware updates that address the sanitization weakness.

The vulnerability appears in the CISA Known Exploited Vulnerabilities catalog, confirming real-world exploitation activity. A public proof-of-concept is available on GitHub, and the EPSS score has remained near 0.20 with only minor fluctuation between its current value of 0.1969 and peak of 0.2157.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A vulnerability in the Mitel 6800 Series, 6900 Series, and 6900w Series SIP Phones, including the 6970 Conference Unit, through R6.4.0.HF1 (R6.4.0.136) could allow an authenticated attacker with administrative privilege to conduct an argument injection attack, due to insufficient parameter…

more

sanitization during the boot process. A successful exploit could allow an attacker to execute arbitrary commands within the context of the system.

CWE(s)
KEV Date Added
12 February 2025

Related Threats

MITRE ATT&CK Enterprise Techniques

T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1059.001 PowerShell Execution
Adversaries may abuse PowerShell commands and scripts for execution.
T1059.003 Windows Command Shell Execution
Adversaries may abuse the Windows command shell for execution.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-39287Same vendor: Mitel
CVE-2023-39288Same vendor: Mitel
CVE-2026-24061Shared CWE-88both on KEV
CVE-2016-10033Shared CWE-88both on KEV
CVE-2022-40765Same vendor: Mitelboth on KEV
CVE-2022-41223Same vendor: Mitelboth on KEV
CVE-2024-55550Same vendor: Mitelboth on KEV
CVE-2022-29499Same vendor: Mitelboth on KEV
CVE-2022-26143Same vendor: Mitelboth on KEV
CVE-2024-41713Same vendor: Mitelboth on KEV

Affected Assets

mitel
6970 firmware
≤ 6.4.0.136
mitel
6940w sip firmware
≤ 6.4.0.136
mitel
6930w sip firmware
≤ 6.4.0.136
mitel
6920w sip firmware
≤ 6.4.0.136
mitel
6920 sip firmware
≤ 6.4.0.136
mitel
6915 sip firmware
≤ 6.4.0.136
mitel
6910 sip firmware
≤ 6.4.0.136
mitel
6905 sip firmware
≤ 6.4.0.136
mitel
6940 sip firmware
≤ 6.4.0.136
mitel
6930 sip firmware
≤ 6.4.0.136
+5 more product configuration(s) — see NVD for full list

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.2.5

Mitigating Controls (NIST 800-53 r5) AI

Developer testing can discover argument-injection flaws in command-construction code but does not stop their introduction.

Input validation directly stops construction of command strings containing unneutralized delimiters or injected arguments.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper input validation and command construction to prevent argument injection.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect argument injection but does not prevent it at the source.

prevents

Secure development lifecycle mandates input validation and command construction practices that directly prevent argument injection.

prevents

Application security requirements include explicit rules for safe command-line argument handling and escaping.

prevents

Secure architecture principles discourage unsafe command invocation patterns and favor safer APIs.

prevents

Secure coding standards explicitly require proper neutralization of command arguments, directly eliminating CWE-88.

none

Change management can catch unsafe command patterns during reviews but is not a direct mitigation.

References