ET EXPLOIT Possible WordPress Plugin BBPress 2.5 - Unauthenticated Priv Esc Attempt (CVE-2020-13693)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.request_body;
content:"user_login";
content:"user_pass"; distance:0;
content:"|22|bbp_keymaster|22|"; distance:0; fast_pattern;
Raw source ET EXPLOIT Possible WordPress Plugin BBPress 2.5 - Unauthenticated Priv Esc Attempt (CVE-2020-13693) · 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 Possible WordPress Plugin BBPress 2.5 - Unauthenticated Priv Esc Attempt (CVE-2020-13693)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.request_body;
    content:"user_login";
    content:"user_pass"; distance:0;
    content:"|22|bbp_keymaster|22|"; distance:0; fast_pattern;
    reference:url,www.exploit-db.com/exploits/48534;
    reference:cve,2020-13693;
    classtype:attempted-admin;
    sid:2030239; rev:1;
    metadata:affected_product Wordpress_Plugins, attack_target Web_Server, created_at 2020_06_02, cve CVE_2020_13693, deployment Perimeter, performance_impact Low, confidence Medium, signature_severity Major, updated_at 2020_06_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.