ET EXPLOIT Possible Pulse Secure VPN RCE Chain Stage 1 Inbound - Request Config Backup (CVE-2020-8260)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/dana-admin/cached/config/config.cgi?type=system"; fast_pattern;
xbits:set,ET.2020_8260.1,track ip_src,expire 10;
noalert;

Rule dependencies

Feeds into

  • 1 rule read ET.2020_8260.1 · view all
Raw source ET EXPLOIT Possible Pulse Secure VPN RCE Chain Stage 1 Inbound - Request Config Backup (CVE-2020-8260) · 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 -> [$HOME_NET,$HTTP_SERVERS] any (
    msg:"ET EXPLOIT Possible Pulse Secure VPN RCE Chain Stage 1 Inbound - Request Config Backup (CVE-2020-8260)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/dana-admin/cached/config/config.cgi?type=system"; fast_pattern;
    xbits:set,ET.2020_8260.1,track ip_src,expire 10;
    noalert;
    reference:url,packetstormsecurity.com/files/160619/Pulse-Secure-VPN-Remote-Code-Execution.html;
    reference:cve,2020-8260;
    classtype:attempted-admin;
    sid:2033750; rev:2;
    metadata:affected_product Pulse_Secure, attack_target Server, created_at 2021_08_20, cve CVE_2020_8260, deployment Perimeter, deployment Internal, confidence Medium, signature_severity Major, tag Exploit, tag CISA_KEV, updated_at 2021_10_28, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application;
)

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.