Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Hugging Face Diffusers RCE Vulnerabilities Expose AI Models
August 3, 2026
Critical Ruby on Rails Active Storage RCE Vulnerability Gets Public PoC
August 3, 2026
Critical VMware SD-WAN Orchestrator Vulnerability Exploited in Attacks
August 3, 2026
Home/CyberSecurity News/Critical Microsoft 365 Android App Flaw Allowed Account Takeovers
CyberSecurity News

Critical Microsoft 365 Android App Flaw Allowed Account Takeovers

Key Takeaways A critical vulnerability, dubbed “FlagLeft,” in a shared Microsoft SDK for Android apps allowed unauthorized account takeovers. The flaw affected Microsoft Word, PowerPoint,...

Emy Elsamnoudy
Emy Elsamnoudy
June 3, 2026 4 Min Read
71 0

Key Takeaways

  • A critical vulnerability, dubbed “FlagLeft,” in a shared Microsoft SDK for Android apps allowed unauthorized account takeovers.
  • The flaw affected Microsoft Word, PowerPoint, Excel, Microsoft 365 Copilot, Microsoft Loop, and OneNote on Android, potentially exposing billions of users.
  • The root cause was a forgotten debug flag, setIsDebugMode(true), left active in production code, which bypassed critical authorization checks.
  • Exploitation allowed any co-installed app to silently obtain long-lived Microsoft account tokens without user interaction or consent.
  • Microsoft has released patches for all affected applications, and users are urged to update immediately.

Microsoft 365 Android Apps Exposed to Account Takeover Due to Forgotten Debug Flag

A significant security flaw, originating from a single overlooked development flag, recently jeopardized billions of Microsoft 365 users on Android devices. This critical vulnerability enabled unauthorized account takeovers across six core Microsoft 365 applications by silently granting Microsoft account tokens to any application installed on the same Android device, requiring no user interaction or explicit consent.

Table Of Content

  • Key Takeaways
  • Microsoft 365 Android Apps Exposed to Account Takeover Due to Forgotten Debug Flag
  • The Mechanics of the Flaw: Bypassing FOCI Trust
  • Impact and Remediation
  • What You Should Do

Dubbed “FlagLeft,” the vulnerability permitted any third-party application residing on an Android device to surreptitiously request and acquire valid Microsoft account tokens. This process occurred without triggering any login prompts, permission requests, or notifications to the user, making exploitation difficult to detect.

The underlying cause was surprisingly straightforward: a single line of debug code, specifically setIsDebugMode(true), remained enabled within the production builds of the affected applications. This active debug flag effectively disabled the authorization mechanism intended to ensure that only trusted Microsoft applications could request account tokens from other Microsoft applications on the same device.

The vulnerability was confirmed to impact Microsoft Word, PowerPoint, Excel, Microsoft 365 Copilot, Microsoft Loop, and Microsoft OneNote on the Android platform. Notably, Microsoft Teams remained unaffected, as its corresponding debug flag was correctly set to false in its production release. The widespread impact stemmed from the vulnerable flag’s presence within a shared Microsoft SDK, causing the flawed code to propagate across all six applications simultaneously.

The Mechanics of the Flaw: Bypassing FOCI Trust

Microsoft 365 applications leverage a token-sharing framework known as FOCI (Family of Client IDs) to facilitate seamless single sign-on experiences across the suite. This legitimate design allows users to log into one application, such as Word, and automatically gain access to others like PowerPoint or Excel without needing to re-authenticate.

However, the persistent setIsDebugMode(true) flag critically bypassed the essential trust verification step designed to differentiate legitimate Microsoft applications from untrusted third-party apps. Consequently, with debug mode active, any co-installed application could mimic a legitimate Microsoft app’s token request and receive full FOCI tokens in return.

These compromised tokens posed a severe risk due to their characteristics: they are long-lived, refreshable, and their usage generates no suspicious activity in system logs, appearing as entirely normal traffic. An attacker exploiting this flaw could silently perform a range of malicious activities under the victim’s identity, including reading emails, accessing OneDrive files, sending messages, and viewing calendar data.

Microsoft Security Response Center (MSRC) acknowledged and subsequently patched all reported issues, assigning multiple CVEs. CVE-2026-41100, impacting Microsoft 365 Copilot for Android, received a CVSS score of 4.4 (Medium). CVE-2026-41101 for Word for Android and CVE-2026-41102 for PowerPoint for Android were both rated 7.1 (High). The broader Microsoft Office for Android vulnerability was assigned a CVSS score of 7.7 (Important). All identified issues fall under CWE-284 Improper Access Control and were publicly disclosed on May 12, 2026.

Impact and Remediation

Researchers at Enclave, alongside Ofek Levin, were instrumental in uncovering this critical flaw embedded within a shared Microsoft SDK utilized by numerous Microsoft 365 Android applications. The combined install base of the six affected applications spans billions of Android devices globally, meaning every signed-in user was potentially vulnerable to silent token theft by any co-installed malicious application, with no observable indicators of compromise on the user’s device.

Microsoft has since released patches for all six affected applications. It is imperative that users update Word, PowerPoint, Excel, Microsoft 365 Copilot, Microsoft Loop, and OneNote to their latest Android versions without delay. Enterprise Mobile Device Management (MDM) administrators are advised to confirm the deployment of these patched versions across all managed devices and to audit OAuth token activity within Microsoft Defender for Cloud Apps for any unusual behavior.

This incident serves as a stark reminder of how a seemingly minor development artifact, such as a single boolean flag, can profoundly compromise an entire authentication trust model when inadvertently released into production. The vulnerability was not inherent in the FOCI token-sharing design itself, but rather in the absent gatekeeper meant to control access to it. Because the code was shared via an SDK, a single oversight instantly affected six major applications and billions of users concurrently. Enclave’s AI-assisted variant analysis played a crucial role in swiftly mapping the full extent of this vulnerability across the entire Microsoft 365 Android portfolio.

What You Should Do

  • Update Immediately: Ensure all Microsoft 365 Android applications (Word, PowerPoint, Excel, Microsoft 365 Copilot, Microsoft Loop, OneNote) are updated to their latest versions from the Google Play Store.
  • Review Installed Apps: Exercise caution when installing third-party applications on your Android device, especially those that might request extensive permissions.
  • Enterprise Administrators: Verify that all managed devices have received and installed the necessary updates.
  • Monitor for Anomalies: Enterprise security teams should monitor OAuth token activity in Microsoft Defender for Cloud Apps for any suspicious or anomalous behavior.
  • Educate Users: Remind users about the importance of keeping all applications updated and the risks associated with installing untrusted apps.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackCVEExploitPatchVulnerability

Share Article

Emy Elsamnoudy

Emy Elsamnoudy

Emy is a cybersecurity analyst and reporter specializing in threat hunting, defense strategies, and industry trends. With expertise in proactive security measures, Emily covers the tools and techniques organizations use to detect and prevent cyber attacks. She is a regular speaker at security conferences and has contributed to industry reports on threat intelligence and security operations. Emily's reporting focuses on helping organizations improve their security posture through practical, actionable insights.

Previous Post

Critical HTTP/2 Vulnerability Impacts Nginx, Apache, IIS, Envoy, Cloudflare Pingora

Next Post

Critical Windows Search Bug Leaks NTLMv2 Hashes (CVE-2023-29357)

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Android RAT Endures Reboots via Watchdog Services and Boot Receivers
August 3, 2026
Critical SonicWall SMA Zero-Day Lets Attackers Remotely Compromise Appliances
August 3, 2026
XCSSET v40 Malware Steals Cookies, Runs Commands via Chrome DevTools Protocol
August 3, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us