Executive Summary
In July 2026, Progress Software patched a critical vulnerability chain in Telerik UI for ASP.NET AJAX (CVE-2026-13181) that allows unauthenticated remote code execution. Security firm TantoSec released a working exploit in September 2026, demonstrating how attackers can chain a padding oracle vulnerability with unguarded type resolution to achieve code execution on vulnerable web applications. The attack requires specific non-default configurations including custom encryption keys, affecting versions 2010.1.309 through 2026.2.519. While no confirmed exploitation has been reported for these specific CVEs, the Telerik component has a history of being targeted by ransomware groups and nation-state actors through previous vulnerabilities.
This incident highlights the persistent risks in web application components and the importance of timely patching, especially given Telerik's history as a favored target for sophisticated threat actors seeking initial access to enterprise networks.
Why This Matters Now
The public release of working exploit code for Telerik UI vulnerabilities is critical because this component has been repeatedly exploited by ransomware crews and nation-state actors, making it a high-priority target for immediate patching and security assessment.
Attack Path Analysis
Attackers exploited a padding oracle vulnerability in Telerik RadAsyncUpload control (CVE-2026-13182) to decrypt and forge encrypted configurations, then leveraged unguarded type resolution (CVE-2026-13181) to achieve remote code execution through malicious DLL loading. The attack required applications with custom encryption keys and specific configurations, allowing execution of mixed-mode assemblies with IIS application pool privileges for potential lateral movement and data exfiltration.
Kill Chain Progression
This analysis maps confirmed threat intelligence to the full cloud kill chain to show where defensive gaps would emerge as an attack progresses.
Initial Compromise
Description
Attacker identified vulnerable Telerik RadAsyncUpload control and exploited padding oracle vulnerability (CVE-2026-13182) through approximately 127,000 oracle requests to decrypt encrypted upload configurations and forge arbitrary configurations without knowing the encryption key
Related CVEs
CVE-2026-13181
CVSS 8.1An unguarded type-resolution flaw in Telerik UI for ASP.NET AJAX RadAsyncUpload control allows unauthenticated remote code execution when combined with padding oracle attacks.
Affected Products:
Progress Software Telerik UI for ASP.NET AJAX – 2010.1.309 through 2026.2.519
Exploit Status:
proof of conceptCVE-2026-13182
CVSS 7.5A padding oracle vulnerability in Telerik UI for ASP.NET AJAX RadAsyncUpload control allows attackers to decrypt and forge encrypted upload configurations.
Affected Products:
Progress Software Telerik UI for ASP.NET AJAX – 2010.1.309 through 2026.2.519
Exploit Status:
proof of conceptCVE-2026-13183
CVSS 7.5A timing-based padding oracle variant in Telerik UI for ASP.NET AJAX RadAsyncUpload control allows attackers to exploit the vulnerability even when error messages are hidden.
Affected Products:
Progress Software Telerik UI for ASP.NET AJAX – 2010.1.309 through 2026.2.519
Exploit Status:
proof of conceptCVE-2026-13184
CVSS 7.5A predictable default key vulnerability in Telerik UI for ASP.NET AJAX RadAsyncUpload control that affects alternative attack modes.
Affected Products:
Progress Software Telerik UI for ASP.NET AJAX – 2010.1.309 through 2026.2.519
Exploit Status:
no public exploit
MITRE ATT&CK® Techniques
Exploit Public-Facing Application
Endpoint Denial of Service
Process Injection
Obfuscated Files or Information
Command and Scripting Interpreter: Windows Command Shell
Server Software Component: Web Shell
Masquerading
Reflective Code Loading
Potential Compliance Exposure
Mapping incident impact across multiple compliance frameworks.
PCI DSS 4.0 – Software Engineering Techniques or Methods
Control ID: 6.2.4
NYDFS 23 NYCRR 500 – Penetration Testing and Vulnerability Assessments
Control ID: 500.15
DORA – Identification
Control ID: Article 8
CISA ZTMM 2.0 – Encryption and Data Protection
Control ID: Data Security
NIS2 Directive – Cybersecurity Risk Management Measures
Control ID: Article 21(2)(a)
ISO 27001:2022 – Secure Development Policy
Control ID: A.14.2.1
Sector Implications
Industry-specific impact of the vulnerabilities, including operational, regulatory, and cloud security risks.
Computer Software/Engineering
Telerik UI web application vulnerability enables unauthenticated RCE through padding oracle attacks, directly impacting software development organizations using ASP.NET AJAX components.
Financial Services
Critical web application vulnerabilities threaten encrypted traffic and egress security controls, exposing financial institutions to data exfiltration and compliance violations.
Health Care / Life Sciences
Web application RCE vulnerability compromises patient data protection requirements under HIPAA 164.312, enabling lateral movement and unauthorized system access.
Government Administration
Historical exploitation by nation-state actors and ransomware groups targeting federal agencies creates significant risk for government systems using vulnerable components.
Sources
- Telerik UI Padding-Oracle Bug Chained to Unauthenticated RCE — Public Exploit Releasedhttps://thehackernews.com/2026/09/telerik-ui-padding-oracle-bug-chained.htmlVerified
- Telerik Security Critical RCE Chain Bulletin - July 2026https://www.telerik.com/products/aspnet-ajax/documentation/knowledge-base/kb-security-critical-rce-chain-bulletin-july-2026Verified
- TantoSec Blog: Telerik Padding Oracle to Shellhttps://tantosec.com/blog/2026/09/telerik-padding-oracle-to-shell/Verified
- IONIX Threat Center CVE-2026-13181https://www.ionix.io/threat-center/cve-2026-13181/Verified
Frequently Asked Questions
Cloud Native Security Fabric Mitigations and ControlsCNSF
Based on the attack progression modeled above, these are the defensive controls that would constrain each stage.
Aviatrix Zero Trust CNSF would likely reduce the blast radius of this Telerik vulnerability exploitation by constraining lateral movement paths and limiting the scope of network access from compromised web application servers.
Control: Cloud Native Security Fabric (CNSF)
Mitigation: Application-level vulnerability exploitation would likely still succeed, but CNSF visibility could provide enhanced monitoring of anomalous request patterns and unusual traffic flows to the compromised web application.
Control: Zero Trust Segmentation
Mitigation: The privilege escalation through DLL loading would likely still occur within the compromised application context, but zero trust segmentation could limit the scope of accessible network resources and services from the elevated process.
Control: East-West Traffic Security
Mitigation: Network enumeration and service-to-service movement would likely be significantly constrained by east-west traffic controls, limiting reachability to only explicitly permitted internal resources and reducing lateral movement opportunities.
Control: Multicloud Visibility & Control
Mitigation: Command and control communications may be detected and monitored through enhanced visibility capabilities, though established channels within normal web traffic patterns could potentially evade detection initially.
Control: Egress Security & Policy Enforcement
Mitigation: Data exfiltration attempts would likely face significant constraints through egress policy enforcement, limiting outbound data flows to authorized destinations and protocols while monitoring for unusual data transfer patterns.
The overall impact scope would likely be substantially reduced through network segmentation and controlled access paths, limiting exposure to only resources within the compromised application's authorized security boundaries.
Impact at a Glance
Affected Business Functions
- Web Application Services
- Customer Portal Access
- Online Business Operations
- File Upload Processing
Estimated downtime: N/A
Estimated loss: N/A
Potential for complete server compromise allowing access to application data, uploaded files, and system credentials through unauthenticated remote code execution
Recommended Actions
Key Takeaways & Next Steps
- • Implement inline IPS with Suricata signatures to detect and block known exploit patterns against vulnerable Telerik components before they reach application servers
- • Deploy zero trust segmentation with least privilege policies to limit lateral movement from compromised web applications to critical internal resources
- • Enable multicloud visibility and anomaly detection to identify suspicious automation patterns like the 127,000 oracle requests required for this exploit chain
- • Enforce egress security policies to prevent unauthorized data exfiltration and block command and control communications from compromised applications
- • Establish cloud firewall controls with URL filtering and outbound traffic inspection to detect web shell deployment and prevent unauthorized internet access from application workloads



