Telerik UI Padding-Oracle Bug Chained to Unauthenticated RCE — Public Exploit Released
thehackernews.com Sep 7, 2026

Telerik UI Padding-Oracle Bug Chained to Unauthenticated RCE — Public Exploit Released

AI-summarised brief · reviewed before publication

TantoSec released a proof‑of‑concept exploit that chains a padding‑oracle weakness in Telerik UI for ASP.NET AJAX’s RadAsyncUpload control into unauthenticated remote code execution. The attack requires a non‑default configuration: the page must host the upload control, its handler must read the result, and an explicit encryption key must be set—settings Telerik itself recommends for hardening. Using the AES‑CBC padding oracle (CVE‑2026‑13182) the researcher decrypts and forges the control’s encrypted state, then abuses an unguarded type‑resolution flaw (CVE‑2026‑13181) to load a malicious mixed‑mode DLL, achieving code execution with IIS application‑pool privileges. Progress patched the vulnerabilities in version 2026.2.708 on July 8 and published CVEs on July 22; no wild‑exploitation has been confirmed. The tool, telerik-rau-exploit, includes payloads—one writes a shell, runs in memory.

💡 Why It Matters

  • · By publishing a ready‑to‑run exploit, TantoSec turns a previously patched, configuration‑specific flaw into a publicly accessible attack kit, forcing organizations to verify hardening settings that many consider optional.