Record summary

CVE-2026-65767 has a selected CVSS score of 8.8 (high).

Description

Improper neutralization of input during web page generation ('cross-site scripting') in Microsoft Teams for Android allows an authorized attacker to perform spoofing over a network.

Description source: GitHub Advisory

Exploitation context

CISA SSVC decision

ExploitationNone
AutomatableNo
Technical impactTotal

CISA Coordinator · SSVC 2.0.3 · Evaluated Aug 11, 2026 · Source: CVE List

Affected products and versions

1
ProductSourceVersion rangeStatus
CVE List1.0.0 to < 1.0.76.202611302affected

Research & analysis

1
Technical researchYanir Tsarimi / Enclave (with Ofek Levin, Enclave Fellowship Program)Source: EIP research review

Nice2Meet: We Turned Teams Mobile Meetings Into a Silent Account Takeover

Enclave researchers discovered that the Microsoft Teams Mobile whiteboard feature's changeWhiteboardUrl event handler calls loadUrl() directly without domain validation, bypassing the shouldOverrideUrlLoading hook that enforces the domain allowlist. An attacker in a Teams meeting can redirect all mobile participants' whiteboard WebViews to an attacker-controlled page, which has access to the nativeInterface JavaScript bridge. The bridge exposes authentication.getAuthToken, enabling theft of Microsoft 365 tokens with broad scopes (Mail.ReadWrite, Mail.Send, Files.ReadWrite.All, Calendars.ReadWrite, SharePoint Sites.FullControl.All, and more), achieving simultaneous full account takeover of every mobile participant. Affects both Android and iOS. Reported to MSRC, confirmed, and patched.

Root causeTechnical detailExploit chainExploitation
https://enclave.ai/blog/nice2meet-we-turned-teams-mobile-meetings-into-a-silent-account-takeover
Research notes
  • Root cause
    The changeWhiteboardUrl event handler in Microsoft Teams Mobile calls loadUrl() directly without domain validation, bypassing the shouldOverrideUrlLoading hook that enforces the domain allowlist for user-initiated navigation.
  • Technical detail
    The nativeInterface JavaScript bridge is accessible from the whiteboard WebView and exposes authentication.getAuthToken, which returns Microsoft 365 tokens with broad delegated scopes including Mail.ReadWrite, Mail.Send, Files.ReadWrite.All, Calendars.ReadWrite, ChatMessage.Send, Sites.ReadWrite.All, EWS.AccessAsUser.All, and SharePoint Sites.FullControl.All.
  • Exploit chain
    The attack chain: attacker joins meeting, shares whiteboard, injects changeWhiteboardUrl pointing to attacker-controlled domain; Teams broadcasts the URL to all participants; each victim's whiteboard WebView loads the attacker's page via loadUrl(); attacker's page calls nativeInterface.framelessPostMessage with authentication.getAuthToken; exfiltrates tokens to attacker server for full account takeover of all mobile participants simultaneously.
  • Exploitation
    The vulnerability was reported to Microsoft Security Response Center, confirmed, and patched. The root cause affects both Android and iOS platforms.

References

1