Cyber Posture

CVE-2026-21226

HighRCE

Published: 13 January 2026

Published
13 January 2026
Modified
05 February 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0170 82.4th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-21226 is a high-severity Deserialization of Untrusted Data (CWE-502) vulnerability in Microsoft Azure Core Shared Client Library. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 17.6% 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-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly remediates the deserialization flaw in the Azure Core Python library by requiring identification, reporting, and correction of the specific vulnerability.

prevent

Prevents exploitation by validating untrusted network inputs at deserialization points in the client library to reject malformed or malicious data.

prevent

Mitigates remote code execution from deserialization by implementing memory protections that prevent unauthorized code from executing.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1059.006 Python Execution
Adversaries may abuse Python commands and scripts for execution.
Why these techniques?

Deserialization of untrusted data (CWE-502) in a network-accessible Python library directly enables remote code execution, mapping to public-facing app exploitation (T1190), client-side exploitation for execution (T1203), and Python command interpreter usage (T1059.006).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

Deserialization of untrusted data in Azure Core shared client library for Python allows an authorized attacker to execute code over a network.

Deeper analysisAI

CVE-2026-21226, published on 2026-01-13, is a deserialization of untrusted data vulnerability (CWE-502) affecting the Azure Core shared client library for Python. The issue enables an authorized attacker to execute code over a network, with a CVSS v3.1 base score of 7.5 (AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H).

An attacker with low privileges (PR:L) can exploit this vulnerability remotely over the network (AV:N), though it requires high attack complexity (AC:H) and no user interaction (UI:N). Successful exploitation allows high-impact consequences, including unauthorized access to confidential data, modification of system integrity, and disruption of availability, without changing the scope (S:U).

The Microsoft Security Response Center advisory provides further details on this vulnerability, including mitigation guidance, at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-21226.

Details

CWE(s)

Affected Products

microsoft
azure core shared client library
1.1.0 — 1.38.0

CVEs Like This One

CVE-2025-53770Same vendor: Microsoft
CVE-2025-54897Same vendor: Microsoft
CVE-2025-49712Same vendor: Microsoft
CVE-2026-20963Same vendor: Microsoft
CVE-2025-59287Same vendor: Microsoft
CVE-2026-33819Same vendor: Microsoft
CVE-2025-59237Same vendor: Microsoft
CVE-2025-55232Same vendor: Microsoft
CVE-2025-53772Same vendor: Microsoft
CVE-2026-26114Same vendor: Microsoft

References