ET WEB_SPECIFIC_APPS Apache Solr ConfigSet APIv2 Upload Relative Path Traversal (CVE-2024-52012)


Query · suricata

flow:established,to_server;
flowbits:isset,ET.ZIP.Symlink.Inbound;
http.method;
content:"POST";
http.uri;
content:"/api/cluster/configs/"; fast_pattern;
isdataat:1,relative;
http.content_type;
content:"application/octet-stream";
target:dest_ip;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET WEB_SPECIFIC_APPS Apache Solr ConfigSet APIv2 Upload Relative Path Traversal (CVE-2024-52012) · 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 -> $HOME_NET any (
    msg:"ET WEB_SPECIFIC_APPS Apache Solr ConfigSet APIv2 Upload Relative Path Traversal (CVE-2024-52012)";
    flow:established,to_server;
    flowbits:isset,ET.ZIP.Symlink.Inbound;
    http.method;
    content:"POST";
    http.uri;
    content:"/api/cluster/configs/"; fast_pattern;
    isdataat:1,relative;
    http.content_type;
    content:"application/octet-stream";
    reference:url,solr.apache.org/guide/8_9/configsets-api.html;
    reference:cve,2024-52012;
    classtype:web-application-attack;
    sid:2059749; rev:1;
    metadata:affected_product Apache_Solr, attack_target Server, tls_state TLSDecrypt, created_at 2025_01_29, cve CVE_2024_52012, deployment Perimeter, deployment Internal, deployment SSLDecrypt, confidence High, signature_severity Major, tag Exploit, updated_at 2025_01_29, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application;
    target:dest_ip;
)

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.