ET INFO Flowise Reset Password with tempToken


Query · suricata

flow:established,to_server;
http.uri;
content:"/api/v1/account/reset-password"; fast_pattern;
http.request_body;
content:"|22|password|22 3a|";
content:"|22|tempToken|22 3a|";
http.method;
content:"POST";
Raw source ET INFO Flowise Reset Password with tempToken · 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 INFO Flowise Reset Password with tempToken";
    flow:established,to_server;
    http.uri;
    content:"/api/v1/account/reset-password"; fast_pattern;
    http.request_body;
    content:"|22|password|22 3a|";
    content:"|22|tempToken|22 3a|";
    http.method;
    content:"POST";
    reference:url,github.com/advisories/GHSA-wgpv-6j63-x5ph;
    classtype:misc-activity;
    sid:2065966; rev:3;
    metadata:affected_product Flowise, attack_target Server, tls_state TLSDecrypt, created_at 2025_12_01, deployment Perimeter, deployment Internal, deployment SSLDecrypt, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2026_01_20;
)

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.