CVE-2026-20965
Published: 13 January 2026
Summary
CVE-2026-20965 is a high-severity Improper Verification of Cryptographic Signature (CWE-347) vulnerability in Microsoft Windows Admin Center. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 8.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Requires verification of digital signatures using organization-approved certificates before installation, directly preventing improper verification of cryptographic signatures.
Component authenticity commonly depends on cryptographic signatures; the control enforces proper verification of those signatures.
PKI certificates under an approved policy require cryptographic signature verification on issuance and validation.
Requires cryptographic signatures on authoritative data and support for verifying the chain of trust.
Mandates verification of cryptographic signatures (e.g., DNSSEC RRSIG) on resolution responses, addressing missing or bypassed signature checks.
Integrity tools commonly rely on cryptographic signatures whose improper validation this weakness covers.
Authenticity validation commonly relies on cryptographic signature or certificate checks that this control enforces.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct local privilege escalation via exploitation of improper cryptographic signature verification in Windows Admin Center.
NVD Description
Improper verification of cryptographic signature in Windows Admin Center allows an authorized attacker to elevate privileges locally.
Deeper analysisAI
CVE-2026-20965 is an improper verification of cryptographic signature vulnerability affecting Windows Admin Center. Published on 2026-01-13, it is rated 7.5 on the CVSS 3.1 scale (AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H) and maps to CWE-347: Improper Verification of Cryptographic Signature. The flaw enables local privilege escalation due to inadequate signature checks within the software.
An authorized attacker with high privileges and local access to the system can exploit this vulnerability, though it requires high attack complexity and no user interaction. Successful exploitation allows privilege escalation, granting high-impact access to confidentiality, integrity, and availability, with a scope change to other privileged components.
Microsoft's advisory on the MSRC update guide at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20965 provides details on mitigation and patches for this issue. Security practitioners should consult this reference for specific remediation steps.
Details
- CWE(s)