The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2026-20119

CVE-2026-20119: Cisco TelePresence/RoomOS DoS Vulnerability

CVE-2026-20119 is a denial of service flaw in Cisco TelePresence CE and RoomOS Software that allows remote attackers to crash devices via crafted text. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2026-20119 Overview

A vulnerability exists in the text rendering subsystem of Cisco TelePresence Collaboration Endpoint (CE) Software and Cisco RoomOS Software that could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition on affected devices. The vulnerability stems from insufficient validation of input received by the device, specifically when processing crafted text content such as meeting invitations.

Critical Impact

Successful exploitation allows remote attackers to force device reloads without authentication or user interaction, disrupting video conferencing and collaboration services.

Affected Products

  • Cisco TelePresence Collaboration Endpoint (CE) Software
  • Cisco RoomOS Software
  • Cisco video conferencing endpoints running vulnerable software versions

Discovery Timeline

  • February 4, 2026 - CVE-2026-20119 published to NVD
  • February 5, 2026 - Last updated in NVD database

Technical Details for CVE-2026-20119

Vulnerability Analysis

This vulnerability (CWE-1287: Improper Validation of Specified Type of Input) affects the text rendering subsystem within Cisco TelePresence CE and RoomOS software. The core issue lies in how the affected devices process and render text input without adequate validation. When specially crafted text content is received—such as through a malicious meeting invitation—the device fails to properly sanitize or validate the input before attempting to render it.

The attack is particularly concerning because it requires no authentication and no user interaction. An attacker does not need the target user to accept or interact with the malicious content; simply receiving and processing the crafted text (e.g., a meeting invitation appearing on the device) is sufficient to trigger the vulnerability. This makes the attack highly practical in enterprise environments where video conferencing endpoints automatically receive and display meeting information.

Root Cause

The root cause is improper validation of specified type of input (CWE-1287) within the text rendering subsystem. The affected software fails to adequately validate or sanitize text input before processing it for display. This allows specially crafted character sequences or malformed text structures to trigger unexpected behavior in the rendering engine, ultimately causing the device to crash and reload.

Attack Vector

The attack is network-based and can be executed remotely without authentication. An attacker can exploit this vulnerability by sending crafted text content to an affected device through various vectors:

  1. Malicious Meeting Invitations: Sending a calendar invite with specially crafted text in the meeting title, description, or other text fields
  2. Direct Messaging: If the device supports messaging features, sending crafted text messages
  3. Display Name Manipulation: Using crafted text in participant display names during calls

The vulnerability exploitation follows this sequence:

  1. Attacker crafts malicious text content designed to exploit the text rendering subsystem
  2. Crafted content is delivered to the target device (e.g., via meeting invitation)
  3. The device attempts to render the malicious text without proper validation
  4. The text rendering subsystem encounters an unhandled condition
  5. The device crashes and reloads, causing a denial of service

Detection Methods for CVE-2026-20119

Indicators of Compromise

  • Unexpected device reboots or service restarts on Cisco TelePresence and RoomOS devices
  • Error logs indicating text rendering failures or crashes in the rendering subsystem
  • Unusual meeting invitations from unknown or suspicious sources containing malformed content
  • Repeated device instability correlated with receiving specific calendar events or messages

Detection Strategies

  • Monitor system logs for crash reports related to the text rendering subsystem or unexpected device reloads
  • Implement network-level detection for anomalous meeting invitation traffic or calendar sync patterns
  • Deploy endpoint monitoring to track device stability metrics and correlate with incoming communications
  • Review collaboration platform logs for unusual meeting invitation patterns targeting video conferencing endpoints

Monitoring Recommendations

  • Enable detailed logging on Cisco TelePresence CE and RoomOS devices to capture rendering subsystem events
  • Set up alerts for abnormal device restart frequency that may indicate exploitation attempts
  • Monitor network traffic for meeting invitations or calendar events from untrusted sources
  • Implement log aggregation to correlate device crashes across multiple endpoints in the environment

How to Mitigate CVE-2026-20119

Immediate Actions Required

  • Review the Cisco Security Advisory for specific patch information and affected versions
  • Identify all Cisco TelePresence CE and RoomOS devices in your environment and document their software versions
  • Prioritize patching for devices exposed to external meeting invitations or untrusted network segments
  • Consider network segmentation to limit exposure of video conferencing endpoints to untrusted sources

Patch Information

Cisco has released information regarding this vulnerability. Administrators should consult the Cisco Security Advisory for specific patch availability, fixed software versions, and detailed upgrade instructions for affected TelePresence CE and RoomOS deployments.

Workarounds

  • Restrict meeting invitation sources to trusted domains and known senders where possible
  • Implement network access controls to limit which systems can send calendar events to video endpoints
  • Configure email and calendar gateways to filter or quarantine suspicious invitations
  • Monitor devices for signs of exploitation while awaiting patch deployment and consider temporary isolation of high-value endpoints

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechCisco

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-1287
  • Technical References
  • Cisco Security Advisory
  • Related CVEs
  • CVE-2026-20105: Cisco Secure Firewall DoS Vulnerability

  • CVE-2026-20064: Cisco Secure Firewall FTD DoS Vulnerability

  • CVE-2026-20020: Cisco Firewall OSPF DoS Vulnerability

  • CVE-2026-20103: Cisco Firewall SSL VPN DoS 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