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
    • 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-2024-10095

CVE-2024-10095: Telerik UI for WPF RCE Vulnerability

CVE-2024-10095 is a remote code execution vulnerability in Progress Telerik UI for WPF caused by insecure deserialization. This article covers the technical details, affected versions, security impact, and mitigation.

Published: January 28, 2026

CVE-2024-10095 Overview

CVE-2024-10095 is a critical insecure deserialization vulnerability affecting Progress Telerik UI for WPF versions prior to 2024 Q4 (2024.4.1213). This vulnerability allows remote attackers to achieve code execution through maliciously crafted serialized objects, potentially leading to complete system compromise without requiring authentication or user interaction.

Critical Impact

Remote attackers can exploit this insecure deserialization flaw to execute arbitrary code on systems running vulnerable Telerik UI for WPF applications, potentially gaining full control of affected systems.

Affected Products

  • Telerik UI for WPF versions prior to 2024 Q4 (2024.4.1213)
  • Applications built using vulnerable Telerik UI for WPF components
  • Windows systems hosting WPF applications with affected Telerik libraries

Discovery Timeline

  • 2024-12-16 - CVE-2024-10095 published to NVD
  • 2024-12-18 - Last updated in NVD database

Technical Details for CVE-2024-10095

Vulnerability Analysis

This vulnerability is classified as CWE-502 (Deserialization of Untrusted Data), a well-known vulnerability class that occurs when applications deserialize data from untrusted sources without proper validation. In the context of Telerik UI for WPF, the vulnerability allows attackers to craft malicious serialized payloads that, when processed by the application, result in arbitrary code execution.

Insecure deserialization vulnerabilities in .NET applications are particularly dangerous because the .NET serialization framework can instantiate arbitrary types and invoke methods during the deserialization process. Attackers can leverage known "gadget chains" within the .NET framework or third-party libraries to construct payloads that execute arbitrary commands when deserialized.

Root Cause

The root cause of this vulnerability lies in the unsafe handling of serialized data within Telerik UI for WPF components. The application fails to properly validate or sanitize serialized objects before deserialization, allowing attackers to inject malicious object graphs that trigger code execution through .NET's serialization mechanisms. This type of vulnerability typically occurs when:

  • Applications accept serialized data from untrusted sources
  • No type filtering or validation is applied to deserialized objects
  • The serialization format supports arbitrary type instantiation (such as BinaryFormatter or similar formatters)

Attack Vector

The attack vector for CVE-2024-10095 is network-based, meaning attackers can exploit this vulnerability remotely without requiring local access to the target system. The attack does not require authentication or user interaction, making it highly exploitable. An attacker would typically:

  1. Identify an application using a vulnerable version of Telerik UI for WPF
  2. Craft a malicious serialized payload containing gadget chains
  3. Send the payload to an endpoint that processes serialized data
  4. Upon deserialization, the malicious payload executes arbitrary code with the privileges of the application

Due to the sensitive nature of this vulnerability and the absence of verified proof-of-concept code, specific exploitation details are not provided. Administrators should consult the Telerik Security Advisory CVE-2024-10095 for technical details about the vulnerability and remediation steps.

Detection Methods for CVE-2024-10095

Indicators of Compromise

  • Unusual process spawning from WPF applications using Telerik UI components
  • Unexpected network connections initiated by Telerik-based applications
  • Anomalous PowerShell, cmd.exe, or other shell processes spawned as child processes of affected applications
  • Signs of serialized .NET payloads in network traffic or application logs

Detection Strategies

  • Monitor application logs for deserialization exceptions or errors that may indicate exploitation attempts
  • Implement network traffic analysis to detect suspicious serialized payloads targeting WPF applications
  • Deploy endpoint detection solutions capable of identifying .NET deserialization attack patterns
  • Conduct regular vulnerability scans to identify systems running affected Telerik UI for WPF versions

Monitoring Recommendations

  • Enable detailed logging for applications using Telerik UI for WPF components
  • Configure SIEM rules to alert on suspicious process chains originating from WPF applications
  • Monitor for unexpected file system modifications in directories used by affected applications
  • Implement application whitelisting to prevent unauthorized code execution

How to Mitigate CVE-2024-10095

Immediate Actions Required

  • Upgrade Telerik UI for WPF to version 2024 Q4 (2024.4.1213) or later immediately
  • Inventory all applications using Telerik UI for WPF to identify vulnerable deployments
  • Implement network segmentation to limit exposure of applications that cannot be immediately patched
  • Review and restrict network access to endpoints that may process serialized data

Patch Information

Progress has released a security update addressing this vulnerability in Telerik UI for WPF version 2024 Q4 (2024.4.1213). Organizations should prioritize upgrading to this version or later to remediate the vulnerability. Detailed patch information and upgrade guidance is available in the Telerik Security Advisory CVE-2024-10095.

Workarounds

  • If immediate patching is not possible, consider temporarily disabling or isolating affected applications
  • Implement strict input validation on any endpoints that may receive serialized data
  • Deploy web application firewalls (WAF) or intrusion prevention systems (IPS) with rules to detect serialized payload attacks
  • Restrict network access to affected applications using firewall rules or network access control lists
bash
# Example: Restrict network access to vulnerable application port
# Windows Firewall rule to limit access to trusted IPs only
netsh advfirewall firewall add rule name="Restrict Telerik WPF App" dir=in action=block protocol=tcp localport=YOUR_APP_PORT
netsh advfirewall firewall add rule name="Allow Trusted Telerik WPF" dir=in action=allow protocol=tcp localport=YOUR_APP_PORT remoteip=TRUSTED_IP_RANGE

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechTelerik Ui For Wpf

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.65%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Vendor Resources
  • Telerik Security Advisory CVE-2024-10095
  • Related CVEs
  • CVE-2024-7575: Telerik UI for WPF RCE Vulnerability

  • CVE-2024-7576: Telerik UI for WPF RCE Vulnerability

  • CVE-2024-8316: Telerik UI for WPF RCE Vulnerability
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