Microsoft Partner Center Vulnerability Allows Spoofing (CVE-2026-34327)

Microsoft Partner Center Vulnerability Allows Spoofing (CVE-2026-34327)

A high-severity vulnerability, CVE-2026-34327, has been identified in Microsoft Partner Center, according to the National Vulnerability Database. This flaw, categorized as an externally controlled reference to a resource in another sphere (CWE-610), carries a CVSSv3.1 score of 8.2 (HIGH).

The National Vulnerability Database reports that this vulnerability allows an unauthorized attacker to perform spoofing over a network. The core issue lies in how Microsoft Partner Center handles external resource references, creating a dangerous avenue for attackers to manipulate trust and potentially redirect users or data to malicious endpoints. The ‘not specified’ affected products is concerning, indicating a potentially broad impact within the Partner Center ecosystem.

For defenders, this means a direct threat to the integrity of interactions within the Microsoft Partner Center. Attackers leveraging this could impersonate legitimate entities, phish credentials, or inject malicious content. The risk is significant given the ‘Network’ attack vector (AV:N) and ‘High’ impact on confidentiality (C:H), coupled with ‘Low’ impact on integrity (I:L) and no user interaction required (UI:N). This isn’t just a theoretical issue; it’s a clear path for exploitation.

What This Means For You

  • If your organization utilizes Microsoft Partner Center, assess your exposure to CVE-2026-34327 immediately. Monitor for any official advisories or patches from Microsoft. Review your Partner Center configuration for unusual external references or unauthorized access attempts that could indicate spoofing activity.

Related ATT&CK Techniques

🛡️ Detection Rules

2 rules · 6 SIEM formats

2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.

high T1190 Initial Access

CVE-2026-34327 - Microsoft Partner Center External Resource Reference Vulnerability

Sigma YAML — free preview
title: CVE-2026-34327 - Microsoft Partner Center External Resource Reference Vulnerability
id: scw-2026-05-07-ai-1
status: experimental
level: high
description: |
  This rule detects attempts to exploit CVE-2026-34327 by targeting the Microsoft Partner Center API endpoint '/partner/api/v1/organizations' with a POST request. The presence of 'redirect_uri=' in the query string, combined with a referer indicating the Partner Center domain, suggests an attempt to leverage the externally controlled reference vulnerability for spoofing.
author: SCW Feed Engine (AI-generated)
date: 2026-05-07
references:
  - https://shimiscyberworld.com/posts/nvd-CVE-2026-34327/
tags:
  - attack.initial_access
  - attack.t1190
logsource:
    category: webserver
detection:
  selection:
      cs-uri|contains:
          - '/partner/api/v1/organizations'
      cs-method:
          - 'POST'
      sc-status:
          - '200'
      cs-uri-query|contains:
          - 'redirect_uri='
      referer|contains:
          - 'partner.microsoft.com'
  condition: selection
falsepositives:
  - Legitimate administrative activity

Source: Shimi's Cyber World · License & reuse

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-34327 Spoofing Microsoft Partner Center
CVE-2026-34327 Auth Bypass Externally controlled reference to a resource in another sphere
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 08, 2026 at 01:16 UTC

This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.

Believe this infringes your rights? Submit a takedown request.

Related coverage

CVE-2026-6667 — PgBouncer before 1.25.2 did not perform an appropriate

CVE-2026-6667 — PgBouncer before 1.25.2 did not perform an appropriate authorization check for the KILL_CLIENT admin command. All users with access to the administration console...

vulnerabilityCVEmedium-severitycwe-862
/SCW Vulnerability Desk /MEDIUM /4.3 /⚑ 2 IOCs /⚙ 2 Sigma

CVE-2026-6666 — A possible null pointer reference in PgBouncer before

CVE-2026-6666 — A possible null pointer reference in PgBouncer before 1.25.2 could lead to a crash, if a server sends an error response without SQLSTATE...

vulnerabilityCVEmedium-severitycwe-476
/SCW Vulnerability Desk /MEDIUM /5.9 /⚑ 2 IOCs /⚙ 1 Sigma

PgBouncer SCRAM Vulnerability (CVE-2026-6665) Allows Stack Overflow

CVE-2026-6665 — The SCRAM code in PgBouncer before 1.25.2 did not check the return value of strlcat() correctly when building the contents of the SCRAM...

vulnerabilityCVEhigh-severitycwe-121
/SCW Vulnerability Desk /HIGH /8.1 /⚑ 4 IOCs /⚙ 2 Sigma