Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-10146

CVE-2020-10146: Microsoft Teams XSS Vulnerability

CVE-2020-10146 is a stored XSS vulnerability in Microsoft Teams that allows attackers to steal authentication tokens and execute commands. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 4, 2026

CVE-2020-10146 Overview

CVE-2020-10146 is a stored cross-site scripting (XSS) vulnerability affecting the Microsoft Teams online service. The flaw exists in the displayName parameter, which fails to properly sanitize user-supplied input before rendering it in the Teams client interface. This vulnerability can be exploited to obtain sensitive information such as authentication tokens and potentially execute arbitrary commands within the context of a victim's Teams session.

Critical Impact

Attackers can inject malicious scripts that execute in the context of other Teams users, potentially stealing authentication tokens and executing unauthorized commands.

Affected Products

  • Microsoft Teams (all versions prior to October 2020 patch)

Discovery Timeline

  • 2020-12-09 - CVE-2020-10146 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-10146

Vulnerability Analysis

This stored cross-site scripting vulnerability (CWE-79) occurs in the Microsoft Teams online service where the displayName parameter is not properly sanitized before being rendered in the Teams client. When a user interacts with content containing a malicious display name, the injected script executes within their browser context.

The vulnerability requires low privileges to exploit—an attacker needs only a valid Teams account to inject malicious payloads. User interaction is required for successful exploitation, as the victim must view the malicious content. However, once triggered, the attack can cross security boundaries (scope changed), affecting the confidentiality and integrity of the victim's session.

The impact includes potential theft of authentication tokens, session cookies, and other sensitive data accessible within the Teams client context. In more severe scenarios, the vulnerability could enable execution of arbitrary commands through the compromised session.

Root Cause

The root cause of this vulnerability is improper input validation and output encoding in the Microsoft Teams application. The displayName parameter accepts user-controlled input without adequate sanitization, allowing HTML and JavaScript code to be stored and subsequently rendered in the context of other users' browsers. This is a classic stored XSS pattern where malicious content persists in the application and affects all users who view it.

Attack Vector

The attack is network-based and requires an authenticated attacker to craft a malicious payload within the displayName field. The exploitation flow involves:

  1. An attacker with a valid Teams account modifies their display name to include malicious JavaScript code
  2. The malicious payload is stored in the Microsoft Teams service
  3. When other users interact with content showing the attacker's display name (such as messages, meeting invitations, or contact lists), the script executes
  4. The malicious script can then exfiltrate authentication tokens, session data, or perform actions on behalf of the victim

A proof-of-concept demonstrating this vulnerability is available in the GitHub PoC Repository. The attack requires user interaction but can be highly effective in environments where Teams is widely used for collaboration.

Detection Methods for CVE-2020-10146

Indicators of Compromise

  • Unusual JavaScript or HTML tags appearing in user display names within Teams
  • Unexpected outbound network connections from Teams clients to unknown domains
  • Authentication token requests or session anomalies following Teams interactions
  • User reports of unusual behavior after viewing specific Teams content

Detection Strategies

  • Monitor Teams client logs for script execution errors or unusual DOM manipulation
  • Implement Content Security Policy (CSP) monitoring to detect policy violations
  • Deploy network monitoring to identify exfiltration attempts from Teams clients
  • Use browser security extensions that can detect and block XSS attacks

Monitoring Recommendations

  • Enable enhanced logging for Microsoft Teams activity within your organization
  • Monitor for unusual authentication patterns that may indicate token theft
  • Implement SIEM rules to correlate Teams usage with suspicious network activity
  • Review Teams audit logs for unexpected profile modifications

How to Mitigate CVE-2020-10146

Immediate Actions Required

  • Ensure Microsoft Teams clients are updated to versions released after October 2020
  • Review organizational Teams configurations for any suspicious display names
  • Educate users about the risks of interacting with suspicious Teams content
  • Consider implementing additional browser-level XSS protections

Patch Information

Microsoft addressed this vulnerability in the Microsoft Teams online service on or around October 2020. As a cloud-based service, the fix was deployed automatically to all Teams users. Organizations using the Teams desktop client should ensure they are running updated versions that incorporate the server-side fix. No specific CVE-associated patch version number has been published, as the remediation was performed on the service backend.

Workarounds

  • Implement strict Content Security Policy headers where possible for Teams web client access
  • Use network-level filtering to block known malicious domains that could be used for token exfiltration
  • Restrict Teams usage to trusted networks while ensuring updates are applied
  • Enable multi-factor authentication to reduce the impact of potential token theft

For technical details on the vulnerability mechanism and proof-of-concept, refer to the GitHub PoC Repository.

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechMicrosoft Teams

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.52%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub PoC Repository
  • Related CVEs
  • CVE-2026-21535: Microsoft Teams Information Disclosure

  • CVE-2025-53783: Dynamics 365 Guides Buffer Overflow Flaw

  • CVE-2024-41138: Microsoft Teams Auth Bypass Vulnerability

  • CVE-2024-42004: Microsoft Teams Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English