Cyber Resilience

CVE-2026-23664

Microsoft Azure Iot Explorer ≤ 0.15.13

Published
10 March 2026
Modified
12 March 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.010 60th percentile
Risk Priority 59 floored blend · peak EPSS

Summary

CVE-2026-23664 is a high-severity Improper Restriction of Communication Channel to Intended Endpoints (CWE-923) vulnerability in Microsoft Azure Iot Explorer. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Adversary-in-the-Middle (T1557); ranked in the top 40% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to IA-3 (Device Identification and Authentication) and SC-23 (Session Authenticity) — 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-2026-23664 is an information disclosure vulnerability in Azure IoT Explorer stemming from improper restriction of communication channel to intended endpoints, mapped to CWE-923. Published on 2026-03-10T18:18:14.523, it carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high confidentiality impact with no effects on integrity or availability.

An unauthorized attacker can exploit this vulnerability remotely over a network with low attack complexity, requiring no privileges or user interaction. Exploitation enables the disclosure of sensitive information via unintended communication channels.

Microsoft's Security Response Center provides an update guide for mitigation at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-23664.

EU & UK References

Vulnerability Data

Improper restriction of communication channel to intended endpoints in Azure IoT Explorer allows an unauthorized attacker to disclose information over a network.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1557 Adversary-in-the-Middle Credential Access
Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as [Network Sniffing](https://attack.
T1090.004 Domain Fronting Command And Control
Adversaries may take advantage of routing schemes in Content Delivery Networks (CDNs) and other services which host multiple domains to obfuscate the intended destination of HTTPS traffic or traffic tunneled through HTTPS.
T1557.001 Name Resolution Poisoning and SMB Relay Credential Access
By responding to LLMNR/NBT-NS/mDNS network traffic, adversaries may spoof an authoritative source for name resolution to force communication with an adversary controlled system.
T1557.002 ARP Cache Poisoning Credential Access
Adversaries may poison Address Resolution Protocol (ARP) caches to position themselves between the communication of two or more networked devices.
T1557.003 DHCP Spoofing Credential Access
Adversaries may redirect network traffic to adversary-owned systems by spoofing Dynamic Host Configuration Protocol (DHCP) traffic and acting as a malicious DHCP server on the victim network.
T1557.004 Evil Twin Credential Access
Adversaries may host seemingly genuine Wi-Fi access points to deceive users into connecting to malicious networks as a way of supporting follow-on behaviors such as [Network Sniffing](https://attack.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-62836Same vendor: Microsoft
CVE-2024-43571Same vendor: Microsoft
CVE-2025-48807Same vendor: Microsoft
CVE-2025-49734Same vendor: Microsoft
CVE-2026-59841Same vendor: Microsoft
CVE-2024-6222Same vendor: Microsoft
CVE-2024-43550Same vendor: Microsoft
CVE-2022-26923Same vendor: Microsoft
CVE-2020-16952Same vendor: Microsoft
CVE-2026-23904Shared CWE-923

Affected Assets

microsoft
azure iot explorer
≤ 0.15.13

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 5 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V8.4.1
  • V10.5.5
  • V12.3.5

Mitigating Controls (NIST 800-53 r5) AI

Requires unique identification and authentication of devices before establishing a communications session.

Enforces authenticity of communication sessions so the system only exchanges data with verified intended endpoints.

Protects transmitted information with cryptographic integrity mechanisms that implicitly verify endpoint identity.

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.IR-01 full match
prevents

Network segmentation and access controls directly enforce communication only with intended endpoints.

PR.AA-03 mostly match
prevents

Authenticating services/hardware directly prevents communication with unintended endpoints.

PR.DS-02 mostly match
prevents

Data-in-transit protections commonly include certificate-based endpoint authentication to ensure correct peers.

ID.AM-03 partial match
prevents

Documenting authorized flows helps define intended endpoints but does not enforce channel restrictions at runtime.

PR.AA-04 partial match
prevents

Protecting identity assertions supports endpoint verification but is narrower than channel restriction.

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.

prevents

Secure authentication mechanisms ensure the product communicates only with intended, authenticated endpoints.

mitigates

Network security controls directly enforce endpoint validation and channel restrictions.

prevents

Security of network services includes authentication of endpoints and service-to-service channel protection.

mitigates

Network segregation reduces exposure but does not itself validate specific endpoints.

prevents

Cryptography can protect channels but does not guarantee correct endpoint identity without additional controls.

prevents

Application security requirements may specify endpoint validation but do not implement it.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 8 (2 rules)
  • V-248827 OL 8 must not have the rsh-server package installed. prevents CWE-923
  • V-248823 OL 8 must not have the telnet-server package installed. prevents CWE-923
RHEL 7 (1 rule)
  • V-204442 The Red Hat Enterprise Linux operating system must not have the rsh-server package installed. prevents CWE-923
RHEL 8 (2 rules)
  • V-230492 RHEL 8 must not have the rsh-server package installed. prevents CWE-923
  • V-230487 RHEL 8 must not have the telnet-server package installed. prevents CWE-923

References