ET EXPLOIT Paypal Pro < 1.1.65 SQLi (CVE-2020-14092)


Query · suricata

flow:established,to_server;
http.uri;
content:"/?cffaction=get_data_from_database"; nocase; fast_pattern;
content:"query=";
pcre:"/^[^&]*(?:S(?:HOW.+(?:C(?:HARACTER.+SET|UR(DATE|TIME))|(?:VARI|T)ABLES)|ELECT.+(?:FROM|USER))|U(?:NION.+SELEC|PDATE.+SE)T|DELETE.+FROM|INSERT.+INTO|\/\*.+\*\/|EXEC)/Ri";
Raw source ET EXPLOIT Paypal Pro < 1.1.65 SQLi (CVE-2020-14092) · 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 Paypal Pro < 1.1.65 SQLi (CVE-2020-14092)";
    flow:established,to_server;
    http.uri;
    content:"/?cffaction=get_data_from_database"; nocase; fast_pattern;
    content:"query=";
    pcre:"/^[^&]*(?:S(?:HOW.+(?:C(?:HARACTER.+SET|UR(DATE|TIME))|(?:VARI|T)ABLES)|ELECT.+(?:FROM|USER))|U(?:NION.+SELEC|PDATE.+SE)T|DELETE.+FROM|INSERT.+INTO|\/\*.+\*\/|EXEC)/Ri";
    reference:url,wpscan.com/vulnerability/10287;
    reference:url,github.com/projectdiscovery/nuclei;
    reference:cve,2020-14092;
    classtype:attempted-admin;
    sid:2033642; rev:2;
    metadata:affected_product Wordpress_Plugins, attack_target Web_Server, created_at 2021_08_02, cve CVE_2020_14092, deployment Perimeter, deployment SSLDecrypt, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_08_02;
)

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.