ET WEB_SPECIFIC_APPS SoftExpert Excellence Suite 2.0 SQL Injection


Query · suricata

flow:established,to_server;
http.uri;
content:"/view_eletronic_download.php?class_name="; fast_pattern;
content:"&cddocument=";
pcre:"/^[a-z0-9A-Z]+[^&]+[\x27\x22]/Ri";
Raw source ET WEB_SPECIFIC_APPS SoftExpert Excellence Suite 2.0 SQL Injection · 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 WEB_SPECIFIC_APPS SoftExpert Excellence Suite 2.0 SQL Injection";
    flow:established,to_server;
    http.uri;
    content:"/view_eletronic_download.php?class_name="; fast_pattern;
    content:"&cddocument=";
    pcre:"/^[a-z0-9A-Z]+[^&]+[\x27\x22]/Ri";
    reference:cve,2018-8736;
    reference:url,exploit-db.com/exploits/44981/;
    classtype:web-application-attack;
    sid:2025786; rev:2;
    metadata:attack_target Web_Server, created_at 2018_07_05, cve CVE_2018_8736, deployment Datacenter, performance_impact Low, confidence High, signature_severity Major, updated_at 2020_08_25, 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.