ET EXPLOIT Possible Telerik UI CVE-2019-18935 File Upload Attempt M1


Query · suricata

flow:to_server,established;
http.method;
content:"POST";
http.uri;
content:"/Telerik.Web.UI.WebResource.axd"; fast_pattern;
content:"type=rau"; nocase; distance:0;
http.request_body;
content:"rauPostData"; nocase;
Raw source ET EXPLOIT Possible Telerik UI CVE-2019-18935 File Upload Attempt M1 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> any any (
    msg:"ET EXPLOIT Possible Telerik UI CVE-2019-18935 File Upload Attempt M1";
    flow:to_server,established;
    http.method;
    content:"POST";
    http.uri;
    content:"/Telerik.Web.UI.WebResource.axd"; fast_pattern;
    content:"type=rau"; nocase; distance:0;
    http.request_body;
    content:"rauPostData"; nocase;
    reference:url,github.com/noperator/CVE-2019-18935;
    reference:cve,2019-18935;
    classtype:web-application-attack;
    sid:2029761; rev:2;
    metadata:affected_product Web_Server_Applications, attack_target Web_Server, created_at 2020_03_30, cve CVE_2019_18935, deployment Perimeter, confidence Medium, signature_severity Minor, tag CISA_KEV, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_11_10;
)

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.