ET EXPLOIT Possible Cisco Data Center Network Manager - Unauthenticated File Upload (CVE-2019-1620)


Query · suricata

flow:established,to_server;
content:!"Cookie|3a|";
http.uri;
content:"/fm/fileUpload"; endswith; fast_pattern;
http.request_body;
content:"application|2f|octet-stream";
content:"name=|22|fname|22|";
content:"name=|22|uploadDir|22|";
Raw source ET EXPLOIT Possible Cisco Data Center Network Manager - Unauthenticated File Upload (CVE-2019-1620) · 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 Cisco Data Center Network Manager - Unauthenticated File Upload (CVE-2019-1620)";
    flow:established,to_server;
    content:!"Cookie|3a|";
    http.uri;
    content:"/fm/fileUpload"; endswith; fast_pattern;
    http.request_body;
    content:"application|2f|octet-stream";
    content:"name=|22|fname|22|";
    content:"name=|22|uploadDir|22|";
    reference:url,www.exploit-db.com/exploits/47347;
    reference:cve,2019-1620;
    classtype:attempted-admin;
    sid:2033446; rev:1;
    metadata:created_at 2021_07_27, cve CVE_2019_1620, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_07_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.