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-6023

CVE-2026-6023: Telerik UI for AJAX RCE Vulnerability

CVE-2026-6023 is a remote code execution flaw in Progress Telerik UI for AJAX RadFilter control caused by insecure deserialization. This article covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-6023 Overview

CVE-2026-6023 is an insecure deserialization vulnerability affecting Progress® Telerik® UI for AJAX versions 2024.4.1114 through 2026.1.421. The vulnerability exists in the RadFilter control when restoring filter state that has been exposed to the client. An attacker who can tamper with this state can achieve server-side remote code execution, making this a critical security concern for web applications using affected Telerik UI components.

Critical Impact

Server-side remote code execution is possible through insecure deserialization in the RadFilter control, allowing attackers to execute arbitrary code on vulnerable servers.

Affected Products

  • Progress® Telerik® UI for AJAX versions 2024.4.1114 through 2026.1.421
  • ASP.NET web applications using the RadFilter control with client-exposed state
  • Applications that expose filter state to the client without proper validation

Discovery Timeline

  • April 22, 2026 - CVE-2026-6023 published to NVD
  • April 22, 2026 - Last updated in NVD database

Technical Details for CVE-2026-6023

Vulnerability Analysis

This vulnerability falls under CWE-502 (Deserialization of Untrusted Data), a well-known class of security weaknesses that can lead to severe consequences including remote code execution. The RadFilter control in Telerik UI for AJAX provides filtering capabilities for data-bound controls, and it maintains filter state that can be serialized and restored. When this state is exposed to the client-side, it becomes susceptible to tampering.

The insecure deserialization occurs because the application deserializes the filter state without adequately validating or sanitizing the input data. An attacker can craft a malicious serialized payload that, when deserialized by the server, executes arbitrary code in the context of the web application.

The attack can be conducted over the network without requiring prior authentication. However, successful exploitation requires specific conditions to be met, including the filter state being exposed to the client and the attacker having the ability to intercept and modify the serialized data before it reaches the server.

Root Cause

The root cause of this vulnerability is the insecure handling of serialized filter state data in the RadFilter control. When applications expose the filter state to the client (typically through ViewState, hidden fields, or AJAX requests), the serialized data becomes accessible to potential attackers. The deserialization process on the server does not perform adequate validation of the incoming data, allowing maliciously crafted payloads to be processed.

.NET deserialization vulnerabilities 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 (such as those in ysoserial.net) to construct payloads that execute arbitrary code when deserialized.

Attack Vector

The attack vector is network-based, requiring the attacker to intercept or manipulate the filter state data transmitted between the client and server. The typical attack flow involves:

  1. Identifying an application using Telerik UI for AJAX with the RadFilter control
  2. Intercepting the serialized filter state data (through proxy interception or network monitoring)
  3. Crafting a malicious serialized payload using known .NET deserialization gadget chains
  4. Submitting the tampered state back to the server
  5. The server deserializes the malicious payload, triggering code execution

The vulnerability requires no authentication and no user interaction for exploitation, though the attack complexity is considered high due to the specific conditions required for successful exploitation. For detailed technical information on the vulnerability and remediation steps, refer to the Telerik Security Advisory.

Detection Methods for CVE-2026-6023

Indicators of Compromise

  • Unusual or malformed serialized data in RadFilter-related HTTP requests
  • Unexpected process spawning from the IIS worker process (w3wp.exe)
  • Suspicious command execution patterns originating from the web application context
  • Network traffic containing known .NET deserialization gadget chain signatures

Detection Strategies

  • Monitor web application logs for anomalous RadFilter state submissions with unusually large or malformed payloads
  • Implement Web Application Firewall (WAF) rules to detect common .NET deserialization attack patterns
  • Deploy endpoint detection and response (EDR) solutions to monitor for suspicious process creation from web server processes
  • Use application-level logging to track deserialization operations and flag unexpected type instantiations

Monitoring Recommendations

  • Enable detailed logging for ASP.NET applications to capture serialization/deserialization events
  • Configure alerts for process execution chains originating from w3wp.exe that spawn command shells or scripting interpreters
  • Monitor for outbound network connections from web server processes that may indicate successful exploitation
  • Implement file integrity monitoring on web application directories to detect unauthorized modifications

How to Mitigate CVE-2026-6023

Immediate Actions Required

  • Upgrade Telerik UI for AJAX to a version newer than 2026.1.421 that contains the security fix
  • Audit applications to identify instances where RadFilter state is exposed to the client
  • Implement network segmentation to limit the impact of potential compromise
  • Review web server logs for any indicators of exploitation attempts

Patch Information

Progress has released security updates to address this vulnerability. Organizations should upgrade their Telerik UI for AJAX installations to versions beyond 2026.1.421. Detailed patch information and upgrade guidance are available in the Telerik Security Advisory for CVE-2026-6023.

Workarounds

  • Avoid exposing RadFilter state to the client-side where possible; use server-side state management instead
  • Implement additional server-side validation of all incoming serialized data before deserialization
  • Apply strict input validation and consider using allowlists for expected data types in deserialization operations
  • Deploy WAF rules to block requests containing known malicious deserialization payloads
bash
# Configuration example - Restrict RadFilter state exposure in web.config
# Add ViewState encryption and MAC validation
<system.web>
  <machineKey validation="HMACSHA256" 
              validationKey="AutoGenerate,IsolateApps" 
              decryption="AES" 
              decryptionKey="AutoGenerate,IsolateApps" />
  <pages viewStateEncryptionMode="Always" 
         enableViewStateMac="true" />
</system.web>

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 Ajax

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.34%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • Telerik Security Advisory CVE-2026-6023
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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