ZeroHour
Cyber Security Newspublished ()ingested Guru Baran
Part of a story covered by 3 sources: “Microsoft Patches 18 Azure and Copilot Vulnerabilities, Headlined by CVSS 10.0 Azure AI Foundry Flaw” — merged summary and timeline →

Critical Microsoft Azure AI Foundry Vulnerability Allows Attackers to Escalate Privileges

AI summary · glm-5.3-flash

Microsoft patched CVE-2026-85889 (CVSS 10.0), a missing-auth flaw in Azure AI Foundry enabling unauthenticated network privilege escalation; no exploitation observed.

CVE-2026-85889, rated 10.0, stems from a missing authentication check (CWE-306) in Azure AI Foundry, letting unauthenticated attackers abuse a backend function and bypass access controls. Microsoft deployed a server-side fix, so no customer action is required, and reports no active exploitation or public PoC. The advisory window also included CVE-2026-85885 in Microsoft 365 Copilot and CVE-2026-85878 in Azure Database for PostgreSQL, both rated 9.9.

  • Missing authentication (CWE-306) allowed unauthenticated privilege escalation over the network
  • CVSS 10.0; fix applied server-side, no customer patching or configuration changes needed
  • Researcher Rémy Marot disclosed the issue via coordinated vulnerability disclosure
  • Related 9.9-rated flaws fixed in Microsoft 365 Copilot and Azure Database for PostgreSQL

Vulnerabilities mentionedAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2026-85878
Improper Authorization in Azure Database for PostgreSQL Enables Privilege Escalation

CVE-2026-85878 is an improper authorization flaw (CWE-285) in Microsoft's Azure Database for PostgreSQL managed service. An attacker who already holds some authorized, low-privilege access — such as an authenticated database user — can send network requests that the service fails to properly authorize, thereby elevating their privileges. The CVSS 3.1 score of 9.9 reflects network exploitability, low attack complexity, no user interaction, a scope change (impact extending beyond the vulnerable component), and high impact on confidentiality, integrity, and availability. All customers running Azure Database for PostgreSQL are potentially affected until remediated. The flaw is not currently listed in CISA's Known Exploited Vulnerabilities catalog and no public proof-of-concept is known.

Do: Check the MSRC advisory and Azure Service Health, and confirm your instances have received Microsoft's service-side fix, as managed Azure databases are typically patched by Microsoft rather than by customer upgrades. Until remediation is confirmed, enforce least-privilege database roles, audit role and admin memberships for unexpected grants, and restrict network exposure using firewall rules, Private Link/Private Endpoints, and VNet integration. Review PostgreSQL audit logs and Microsoft Defender for open-source relational databases alerts for signs of privilege escalation attempts.

9.9
  • Microsoft Azure Database for PostgreSQL Managed cloud service; all deployments current at the time of disclosure (no specific version ranges disclosed in the data)
masslikely hundreds of thousands to over a million database instances worldwide (first-party Azure managed service; exact counts unpublished)
CVE-2026-85885
Command Injection Privilege Escalation in Microsoft 365 Copilot

CVE-2026-85885 is a command injection flaw (CWE-77) in Microsoft 365 Copilot in which special elements in user-supplied input are improperly neutralized before being passed to a command interpreter. An authorized, low-privileged user can trigger it over the network with crafted input and no user interaction or special conditions. Successful exploitation elevates the attacker's privileges, with high impact to confidentiality, integrity, and availability, and the changed scope in the CVSS vector indicates impact can extend beyond the initially compromised component. Any organization whose users have Microsoft 365 Copilot enabled is in scope, since the flaw resides in Microsoft's cloud service rather than a locally installed product. There is currently no evidence of exploitation in the wild, no public proof-of-concept, and the flaw is not listed in CISA's KEV catalog.

Do: Check the MSRC advisory for CVE-2026-85885 and confirm your tenant has received Microsoft's server-side update, since fixes for the Copilot cloud service are deployed by Microsoft rather than patched locally. In the interim, limit Copilot licenses and access to users who need them and review Microsoft 365 audit logs for unusual privileged actions originating from low-privileged accounts. If the advisory lists any client-side component version to update, apply it promptly.

9.9
  • Microsoft 365 Copilot
mass≈100M users / tens of millions of paid enterprise seats (Microsoft-reported M365 Copilot monthly active user base)
CVE-2026-85889
Missing Authentication in Microsoft Azure AI Foundry Enables Privilege Escalation

CVE-2026-85889 is a missing authentication flaw (CWE-306) in Microsoft Azure AI Foundry, meaning a critical function can be reached without any credential check. An unauthenticated attacker can trigger it remotely over a network with no user interaction and no privileges required. Successful exploitation allows the attacker to elevate privileges, and the CVSS scope-change designation (S:C) indicates the impact can extend beyond the initially compromised security authority, with high confidentiality, integrity, and availability impact. Any organization using Azure AI Foundry is potentially affected, though the flaw is in a Microsoft-managed cloud platform rather than a customer-deployed package. No public proof-of-concept, CISA KEV listing, or confirmed in-the-wild exploitation is currently known.

Do: Because Azure AI Foundry is a Microsoft-managed service, monitor Microsoft's security advisory and Azure Service Health for patched status and any customer-required actions rather than applying your own patch. In the meantime, review role assignments, API keys, and network access controls (firewalls, private endpoints, virtual-network restrictions) on your Foundry resources, and check Azure activity logs for unauthenticated or anomalous privilege-related operations. Rotate credentials if suspicious activity is found and watch for updates, as a CVSS 10.0 flaw may draw rapid attacker attention.

10.0
  • Microsoft Azure AI Foundry
large≈70,000+ organizations, likely hundreds of thousands of developer users (Microsoft-cited platform adoption)
Full article545 words · extracted from cybersecuritynews.com · click to collapse

Microsoft has patched a maximum-severity security flaw in Azure AI Foundry, its enterprise platform for building and managing generative AI applications and agents, that could have allowed an unauthenticated attacker to escalate privileges over the network without any user interaction.

Tracked as CVE-2026-85889, the vulnerability carries the highest possible CVSS score of 10.0, placing it among the most severe cloud security issues disclosed this year.

According to Microsoft’s advisory, published on September 17, 2026, the root cause is a missing authentication check for a critical function within Azure AI Foundry, classified under CWE-306.

This flaw meant an attacker with no valid credentials could reach and abuse a specific backend function, effectively bypassing the identity and access controls meant to gate privileged operations.

Microsoft Azure AI Foundry Vulnerability

Because the attack vector is network-based, low-complexity, and requires no privileges or user interaction, the flaw was rated as easily exploitable in theory, even though Microsoft has found no evidence of active exploitation or public proof-of-concept code circulating.

Azure AI Foundry, also called Microsoft Foundry, has rapidly become a central hub for enterprises deploying generative AI models, agents, and orchestration workflows.

A vulnerability of this nature in such a platform is particularly concerning because successful exploitation could grant an outsider the same level of control as a legitimate privileged user, potentially exposing sensitive AI models, training data, connected enterprise resources, or downstream systems integrated with Foundry-based applications.

Microsoft has credited security researcher Rémy Marot for discovering and responsibly disclosing the issue through its coordinated vulnerability disclosure program.

As is standard practice for cloud service vulnerabilities, Microsoft has already deployed a complete fix on the backend infrastructure. This means customers using Azure AI Foundry do not need to install patches, apply configuration changes, or take any other remediation steps; the issue is described as fully mitigated at the service level.

This disclosure arrives alongside several other critical Microsoft fixes issued in the same window, including CVE-2026-85885, a command injection flaw in Microsoft 365 Copilot rated 9.9, and CVE-2026-85878, an improper authorization issue in Azure Database for PostgreSQL also rated 9.9, both of which could similarly allow privilege escalation over a network.

Microsoft additionally shipped an out-of-band update for Windows 11 version 26H1 addressing a Windows User-Mode Power Service flaw and a Secure Kernel Mode double-free bug capable of granting SYSTEM or Virtual Trust Level 1 privileges.

The Azure AI Foundry fix follows closely on the heels of Microsoft’s record-setting Patch Tuesday release last week, which addressed 974 vulnerabilities across its product portfolio, two of which are already under active exploitation via an exploit kit dubbed BlueMoon.

While CVE-2026-85889 shows no signs of in-the-wild abuse, its critical severity and growing enterprise reliance on AI platforms underscore why organizations should keep monitoring Microsoft’s security advisories closely, even for cloud services where patching is handled entirely on the vendor handles patching entirely.

Cut every SOC alert investigation by 21 min. Power your SOC with instant IOC context for immediate response: Integrate TI Lookup in your SOC

Guru Baranhttps://cybersecuritynews.com

Gurubaran KS is a cybersecurity analyst, and Journalist with a strong focus on emerging threats and digital defense strategies. He is the Co-Founder and Editor-in-Chief of Cyber Security News, where he leads editorial coverage on global cybersecurity developments.

Text extracted automatically; images, tables and formatting may be missing. Original: https://cybersecuritynews.com/microsoft-azure-ai-foundry-vulnerability/