● Medium · CVSS 6.8 ⚠ ACTIVELY EXPLOITED — CISA KEV

How to Fix CVE-2022-41223: Security Vulnerability in MiVoice Connect

⚡ At a glance
SeverityCVSS 3.1 base 6.8 - Medium (AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H)
Actively exploited?Yes, listed in CISA KEV (added 2023-02-21)
ProductMitel MiVoice Connect - Director database component
AffectedMiVoice Connect through 19.3 (build 22.22.6100.0) and earlier
Fixed inSee Mitel Product Security Advisory 22-0008
Type (CWE)CWE-94 Code Injection (authenticated)

Exploitation status

CVE-2022-41223 is actively exploited in the wild. CISA added it to the Known Exploited Vulnerabilities (KEV) catalog on as “Mitel MiVoice Connect Code Injection Vulnerability”, which makes patching mandatory for U.S. federal agencies under Binding Operational Directive 22-01. Federal agencies were required to remediate it by . CISA’s KEV entry does not flag this CVE as known to be used in ransomware campaigns. If you run an affected MiVoice Connect Director, treat this as an emergency change, not a scheduled one.

Public exploit availability: although a public exploit is not directly linked in this CVE’s primary references, its place on the CISA KEV catalog confirms working attack code is in active use in the wild, treat weaponization as certain and patch on an emergency timeline.

Authoritative references:

Upgrade Director per Mitel advisory 22-0008. CVE-2022-41223 is an authenticated code-injection flaw (CWE-94) in the Director database component of MiVoice Connect through 19.3 (build 22.22.6100.0). CISA listed it in the Known Exploited Vulnerabilities catalog on 2023-02-21 with a federal remediation deadline of 2023-03-14, so even though the base score is a medium 6.8, this is a patch-now item.

What is CVE-2022-41223?

CVE-2022-41223 is a code-injection vulnerability in Mitel MiVoice Connect, the on-premises unified-communications platform formerly sold under the ShoreTel name. The flaw lives in the Director database component — the administrative management layer that configures the phone system. MITRE published the record on 2022-11-22.

The exact wording from the advisory: “The Director database component of MiVoice Connect through 19.3 (22.22.6100.0) could allow an authenticated attacker to conduct a code-injection attack via crafted data due to insufficient restrictions on the database data type.”

In plain terms, Director does not properly constrain the data type of values written to its database. An authenticated user who supplies crafted input can smuggle code through that gap, and Director ends up generating and executing attacker-controlled code instead of treating the input as inert data. That is the textbook shape of CWE-94, Improper Control of Generation of Code (‘Code Injection’). The CVSS vector confirms the impact is total once the conditions are met: confidentiality, integrity, and availability are all rated HIGH (C:H/I:H/A:H), with scope unchanged.

Who can exploit it, and from where

Read the CVSS 3.1 vector carefully before you panic about internet exposure: CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H, base score 6.8.

The takeaway: this is not a CVE you mitigate purely with a perimeter firewall, because the attack path is internal and authenticated. The real exposure is anyone who can reach the Director management interface and hold (or steal) a privileged account.

Why this matters

CISA added CVE-2022-41223 to the Known Exploited Vulnerabilities catalog on 2023-02-21. That listing exists because confirmed in-the-wild exploitation was reported. Federal civilian agencies are bound by Binding Operational Directive 22-01 to remediate by 2023-03-14, and most enterprises treat the KEV deadline as a practical floor.

For a PBX, code injection in the management layer is worse than it sounds. A compromised MiVoice Connect Director can be used to reconfigure call routing, exfiltrate the dial plan and user directory, stand up toll-fraud routes, or pivot deeper into the corporate network the voice system touches. Because Director is the configuration brain of the deployment, integrity and availability of the entire phone system ride on it.

Am I affected?

You are affected if your MiVoice Connect Director runs release 19.3 (build 22.22.6100.0) or earlier. To check your build:

Inventory every Director instance, including lab, staging, and disaster-recovery copies that may have been stood up and forgotten. Each one with a privileged account reachable on the network is in scope.

How to fix CVE-2022-41223

There is no OS package to upgrade here. MiVoice Connect is a vendor-distributed appliance/software platform, so the fix is a Mitel-supplied Director software update, not an apt or dnf command. Follow Mitel’s upgrade path:

  1. Open Mitel Product Security Advisory 22-0008 (linked in References). It names the remediated release and any product-specific upgrade notes. Mitel distributes the patched software to customers with an active support entitlement through the Mitel support/MiAccess portal.
  2. Take a full configuration backup of Director before touching it. In Director, export the configuration/database backup so you can roll back if the upgrade misbehaves.
  3. Schedule a maintenance window. A Director upgrade affects the management plane and can interrupt provisioning and, depending on your topology, call control. Coordinate with the business.
  4. Apply the Mitel-provided update to the build named in advisory 22-0008, following Mitel’s documented MiVoice Connect upgrade procedure for your version.
  5. Restart the Director services / server as the Mitel upgrade procedure directs.
  6. Confirm the new build in Director’s About panel matches the fixed version (see verification below).
  7. Hunt for prior compromise. Because this CVE is KEV-listed and exploitation requires an authenticated admin, review Director admin login history for unfamiliar accounts or logins, audit administrator account list and privilege levels, and check for unexpected configuration changes (call routing, trunks, new admin users) made during the exposure window.

Verify the fix landed

If you can't upgrade immediately

Mitel advisory 22-0008 is the authoritative source for any vendor-sanctioned interim mitigation. Because the attack requires an authenticated, adjacent-network attacker with high privileges, you can meaningfully shrink the attack surface while you schedule the upgrade:

None of these replace the fixed build. They only reduce the window of risk until you apply the Mitel update.

Frequently asked questions

Which versions of MiVoice Connect are affected by CVE-2022-41223?

The flaw affects the Director database component of Mitel MiVoice Connect through release 19.3, which is build 22.22.6100.0, and earlier. Mitel published the fixed release in Product Security Advisory 22-0008; check your Director build against that advisory and upgrade to the version it names.

Can an unauthenticated attacker exploit CVE-2022-41223?

No. The CVSS 3.1 vector is CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H. PR:H means the attacker already needs high privileges, and AV:A means they must be on the adjacent network rather than the open internet. It is an authenticated code-injection flaw, not a pre-auth remote exploit.

Why is a medium-severity CVE (6.8) on the CISA KEV list?

CVSS measures theoretical impact; KEV reflects observed exploitation. CISA added CVE-2022-41223 to the Known Exploited Vulnerabilities catalog on 2023-02-21 because confirmed in-the-wild exploitation was reported, so the federal remediation deadline of 2023-03-14 applies regardless of the 6.8 base score.

Is there a workaround if I cannot upgrade Director immediately?

Mitel's advisory 22-0008 is the authoritative source for any interim mitigation. Because the attack requires an authenticated adjacent-network attacker, restricting Director administrative access to a trusted management VLAN, removing unused admin accounts, and tightening account privileges reduce exposure. None of these replace the vendor-fixed build.

References


Assembled from the official vendor advisory, NVD record, and CISA KEV listing on 2026-05-25. Always confirm against the vendor advisory before applying changes in production.

Other actively exploited CVEs from the same period worth reviewing alongside this one:

People also ask

Which versions of MiVoice Connect are affected by CVE-2022-41223?

The flaw affects the Director database component of Mitel MiVoice Connect through release 19.3, which is build 22.22.6100.0, and earlier. Mitel published the fixed release in Product Security Advisory 22-0008; check your Director build against that advisory and upgrade to the version it names.

Can an unauthenticated attacker exploit CVE-2022-41223?

No. The CVSS 3.1 vector is CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H. PR:H means the attacker already needs high privileges, and AV:A means they must be on the adjacent network rather than the open internet. It is an authenticated code-injection flaw, not a pre-auth remote exploit.

Why is a medium-severity CVE (6.8) on the CISA KEV list?

CVSS measures theoretical impact; KEV reflects observed exploitation. CISA added CVE-2022-41223 to the Known Exploited Vulnerabilities catalog on 2023-02-21 because confirmed in-the-wild exploitation was reported, so the federal remediation deadline of 2023-03-14 applies regardless of the 6.8 base score.

Is there a workaround if I cannot upgrade Director immediately?

Mitel's advisory 22-0008 is the authoritative source for any interim mitigation. Because the attack requires an authenticated adjacent-network attacker, restricting Director administrative access to a trusted management VLAN, removing unused admin accounts, and tightening account privileges reduce exposure. None of these replace the vendor-fixed build.