ET EXPLOIT Possible Pulse Secure VPN RCE Inbound (CVE-2020-8218)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/downloadlicenses.cgi?cmd=download";
content:"&txtVLSAuthCode="; distance:0; fast_pattern;
http.uri.raw;
content:"%3b";
Raw source ET EXPLOIT Possible Pulse Secure VPN RCE Inbound (CVE-2020-8218) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> [$HTTP_SERVERS,$HOME_NET] any (
    msg:"ET EXPLOIT Possible Pulse Secure VPN RCE Inbound (CVE-2020-8218)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/downloadlicenses.cgi?cmd=download";
    content:"&txtVLSAuthCode="; distance:0; fast_pattern;
    http.uri.raw;
    content:"%3b";
    reference:url,www.gosecure.net/blog/2020/08/26/forget-your-perimeter-rce-in-pulse-connect-secure/;
    classtype:attempted-admin;
    sid:2030804; rev:1;
    metadata:affected_product Pulse_Secure, created_at 2020_08_27, cve CVE_2020_8218, deployment Perimeter, deployment Internal, deployment SSLDecrypt, confidence Medium, signature_severity Major, tag CISA_KEV, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_08_27;
)

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.