M365 Copilot Vulnerability CVE-2026-26129 Exposes Information

M365 Copilot Vulnerability CVE-2026-26129 Exposes Information

The National Vulnerability Database has disclosed CVE-2026-26129, a high-severity vulnerability (CVSS 7.5) affecting M365 Copilot. This flaw, categorized as CWE-138 (Improper neutralization of special elements), allows an unauthenticated attacker to exploit the system over a network to disclose sensitive information.

This isn’t a speculative risk; it’s a direct information disclosure vector. The ‘Improper neutralization of special elements’ often points to injection issues where attacker-controlled input isn’t properly sanitized before processing. In a generative AI context like Copilot, this could mean crafted prompts or data leading to the leakage of internal system details, user data, or even proprietary business logic embedded within the Copilot’s operational context.

For defenders, the lack of authentication required for exploitation and the network-based attack vector make this a critical issue. An attacker doesn’t need to be inside your network or have valid credentials to start probing for information. This significantly lowers the bar for exploitation, making it attractive for reconnaissance or initial access efforts.

What This Means For You

  • If your organization is deploying or planning to deploy M365 Copilot, prioritize understanding the specific attack surface this vulnerability presents. While affected products aren't fully specified, assume M365 Copilot itself is the target. Mandate immediate patching once Microsoft releases it and scrutinize network traffic related to Copilot instances for anomalous data egress.

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

M365 Copilot Information Disclosure Attempt - CVE-2026-26129

Sigma YAML — free preview
title: M365 Copilot Information Disclosure Attempt - CVE-2026-26129
id: scw-2026-05-07-ai-1
status: experimental
level: high
description: |
  This rule detects attempts to exploit CVE-2026-26129 by targeting the M365 Copilot API endpoint with a specific improper neutralization pattern. The vulnerability allows an attacker to disclose information over a network.
author: SCW Feed Engine (AI-generated)
date: 2026-05-07
references:
  - https://shimiscyberworld.com/posts/nvd-CVE-2026-26129/
tags:
  - attack.initial_access
  - attack.t1190
logsource:
    category: webserver
detection:
  selection:
      cs-uri|contains:
          - '/copilot/api/v1/query'
      cs-uri-query|contains:
          - 'special_element_injection_pattern'
  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-26129 Information Disclosure M365 Copilot
CVE-2026-26129 Information Disclosure Improper neutralization of special elements
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