ET EXPLOIT Netgear ReadyNAS Surveillance Unauthenticated Remote Command Execution


Query · suricata

flow:to_server,established;
http.uri;
content:"/upgrade_handle.php?cmd=writeuploaddir&uploaddir="; startswith;
Raw source ET EXPLOIT Netgear ReadyNAS Surveillance Unauthenticated Remote Command Execution · 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 any (
    msg:"ET EXPLOIT Netgear ReadyNAS Surveillance Unauthenticated Remote Command Execution";
    flow:to_server,established;
    http.uri;
    content:"/upgrade_handle.php?cmd=writeuploaddir&uploaddir="; startswith;
    reference:url,blogs.securiteam.com/index.php/archives/3409;
    reference:cve,CVE-2017-18377;
    classtype:attempted-recon;
    sid:2024914; rev:3;
    metadata:attack_target IoT, created_at 2017_10_25, deployment Perimeter, confidence Medium, signature_severity Major, updated_at 2020_06_08;
)

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.