Skip to main content

Unicode Manipulation and the 8.8 CVSS Privilege Escalation Threat in Active Directory ( CVE-2026-25177)

  • March 12, 2026
  • 6 comments
  • 96 views

Link State
Forum|alt.badge.img+12

Hello everyone, I would like to alert you to the following vulnerability in Active Directory.

On March 10, 2026, Microsoft disclosed a new security vulnerability affecting Active Directory Domain Services (AD DS). The flaw, identified as CVE‑2026‑25177, allows an authenticated attacker to gain privilege escalation over the network, potentially reaching SYSTEM‑level privileges, the highest level in Windows environments.

Microsoft classified the vulnerability as Important, assigning it a CVSS 3.1 score of 8.8, indicating a high-risk issue—especially for enterprise environments where Active Directory is the core identity and authentication infrastructure.

Technically, the vulnerability is linked to CWE‑641: Improper Restriction of Names for Files and Other Resources. The issue stems from insufficient validation of names for certain resources inside Active Directory. Specifically, it affects Service Principal Names (SPN) and User Principal Names (UPN), which are critical for Kerberos authentication.

Microsoft explains that an attacker with limited privileges but authorized to modify SPNs on an account can exploit specially crafted Unicode characters to bypass internal controls designed to prevent duplicate name creation in Active Directory.

 

Microsoft stated at publication time that the vulnerability had not been publicly disclosed before the patch and that no active exploits are known to exist in the wild.

The issue can allow the creation of duplicate SPNs that bypass standard Active Directory validation checks. The attack works by inserting carefully crafted Unicode characters into an SPN or UPN to generate what appears to be a legitimate duplicate of an existing service name. When a client requests Kerberos authentication for that service, the Domain Controller may issue a ticket encrypted with the wrong key, causing the target service to reject it.

This behavior can lead to operational issues:

  • in some cases, the service may experience a denial of service due to invalid Kerberos tickets;
  • in other scenarios, the system may fall back to NTLM authentication, which still exists in many legacy environments and could open the door to additional attack techniques that rely on NTLM.

CVE-2026-25177 - Security Update Guide - Microsoft - Active Directory Domain Services Elevation of Privilege Vulnerability

 

Regards

6 comments

Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • March 12, 2026

Time to update my Security team.  Thanks for sharing this one.


kciolek
Forum|alt.badge.img+5
  • Influencer
  • March 12, 2026

thanks for sharing! I’ll send this to my AD Admin if not aware already


coolsport00
Forum|alt.badge.img+22
  • Veeam Legend
  • March 12, 2026

@Link State - So is this remediated in the patches released 2 days ago then? I coudn’t find anything definitive in the article.

Thanks!


dips
Forum|alt.badge.img+7
  • On the path to Greatness
  • March 13, 2026

@Link State - So is this remediated in the patches released 2 days ago then? I coudn’t find anything definitive in the article.

Thanks!

Yes, it looks like it is remediated with the release of March Updates. 


coolsport00
Forum|alt.badge.img+22
  • Veeam Legend
  • March 13, 2026

Appreciate the assist Dipen 👍🏻


kciolek
Forum|alt.badge.img+5
  • Influencer
  • March 13, 2026

@Link State - So is this remediated in the patches released 2 days ago then? I coudn’t find anything definitive in the article.

Thanks!

Yes, it looks like it is remediated with the release of March Updates. 

thanks for letting us know!