Skip to content

Instantly share code, notes, and snippets.

@ripp3rdoc
Last active March 27, 2024 08:59
Show Gist options
  • Save ripp3rdoc/46e0309b8677876417743a87b103e49e to your computer and use it in GitHub Desktop.
Save ripp3rdoc/46e0309b8677876417743a87b103e49e to your computer and use it in GitHub Desktop.
Telerik UI Insecure Deserialization — Nuclei Template
id: CVE-2019-18935
info:
name: Deserialization Vulnerability in Telerik UI for ASP.NET AJAX.
author: Talson
severity: critical
description: |
Progress Telerik UI for ASP.NET AJAX through 2019.3.1023 contains a .NET deserialization vulnerability in the RadAsyncUpload function. This is exploitable when the encryption keys are known due to the presence of CVE-2017-11317 or CVE-2017-11357, or other means. Exploitation can result in remote code execution.
remediation: |
As of 2020.1.114, a default setting prevents the exploit. In 2019.3.1023, but not earlier versions, a non-default setting can prevent exploitation.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2019-18935
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18935
- https://github.com/noperator/CVE-2019-18935
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2019-18935
cwe-id: CWE-502
metadata:
max-request: 1
vendor: Telerik
product: Telerik UI
tags: cve2019,telerik,packetstorm,deserialization,seclists,cve,telerik_ui
http:
- method: GET
path:
- "{{BaseURL}}/Telerik.Web.Ui.WebResource.axd?type=rau"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "message"
- "RadAsyncUpload handler is registered succesfully, however, it may not be accessed directly."
condition: and
- type: status
status:
- 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment