CVE-2026-13190
Progress · Telerik UI for ASP.NET AJAX
An unsafe deserialization vulnerability in Progress Telerik UI for ASP.NET AJAX allows unauthenticated attackers to execute arbitrary code via malicious serialized objects.
Executive summary
A critical deserialization vulnerability in Progress Telerik UI for ASP.NET AJAX enables unauthenticated remote code execution, necessitating immediate patching.
Vulnerability
This vulnerability involves the deserialization of untrusted data (CWE-502) within the persistence framework. An unauthenticated attacker can send crafted malicious input to the application, which, when deserialized, leads to unsafe type resolution and potential execution of arbitrary code.
Business impact
Deserialization flaws are high-risk vulnerabilities that frequently result in full remote code execution on the underlying server. With a CVSS score of 8.1, this issue represents a major threat to organizational security, potentially allowing attackers to install backdoors, steal sensitive data, or pivot into the internal network. The impact on business continuity and data confidentiality is severe.
Remediation
Immediate Action: Apply the vendor-supplied security update by upgrading to version 2026.2.708 or later.
Proactive Monitoring: Inspect network traffic and server logs for serialized objects or anomalous payload structures directed at the persistence framework endpoints.
Compensating Controls: Implement strict input validation or use a WAF to filter requests containing serialized data structures that do not originate from trusted sources.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Deserialization vulnerabilities are a frequent target for attackers due to the potential for complete system takeover. Organizations must treat this CVE with the highest urgency and ensure the provided patch is deployed across all affected instances without delay.