ET EXPLOIT InoERP 0.7.2 Unauthenticated Remote Code Execution (Inbound)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/modules/sys/form_personalization/json_fp.php"; fast_pattern; endswith;
http.request_body;
content:"get_fp_from_form";
content:"exec("; distance:0; nocase;
Raw source ET EXPLOIT InoERP 0.7.2 Unauthenticated Remote Code Execution (Inbound) · 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 -> $HTTP_SERVERS any (
    msg:"ET EXPLOIT InoERP 0.7.2 Unauthenticated Remote Code Execution (Inbound)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/modules/sys/form_personalization/json_fp.php"; fast_pattern; endswith;
    http.request_body;
    content:"get_fp_from_form";
    content:"exec("; distance:0; nocase;
    reference:url,github.com/inoerp/inoERP;
    reference:url,exploit-db.com/exploits/48946;
    classtype:attempted-admin;
    sid:2031122; rev:2;
    metadata:affected_product Web_Server_Applications, attack_target Web_Server, created_at 2020_10_27, deployment Perimeter, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_10_27, 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.