ET EXPLOIT Possible Atlassian Confluence Improper Authentication Validation Exploitation Attempt set (CVE-2023-22518)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/json/setup-restore"; fast_pattern;
content:".action"; within:20;
http.header;
content:"X-Atlassian-Token|3a 20|no-check|0d|";
http.request_body;
content:"filename=|22|";
pcre:"/^[^\x22]+\.zip\x22/Ri";
content:"Upload|20|and|20|import|0d 0a|"; nocase;
flowbits:set,ET.CVE-2023-22518.req;
flowbits:noalert;

Rule dependencies

Feeds into

  • 1 rule read ET.CVE-2023-22518.req · view all
Raw source ET EXPLOIT Possible Atlassian Confluence Improper Authentication Validation Exploitation Attempt set (CVE-2023-22518) · 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 Possible Atlassian Confluence Improper Authentication Validation Exploitation Attempt set (CVE-2023-22518)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/json/setup-restore"; fast_pattern;
    content:".action"; within:20;
    http.header;
    content:"X-Atlassian-Token|3a 20|no-check|0d|";
    http.request_body;
    content:"filename=|22|";
    pcre:"/^[^\x22]+\.zip\x22/Ri";
    content:"Upload|20|and|20|import|0d 0a|"; nocase;
    flowbits:set,ET.CVE-2023-22518.req;
    flowbits:noalert;
    reference:cve,2023-22518;
    classtype:attempted-admin;
    sid:2049096; rev:1;
    metadata:affected_product Atlassian_Confluence, attack_target Server, created_at 2023_11_06, cve CVE_2023_22518, deployment Perimeter, deployment Internal, confidence Medium, signature_severity Major, tag Exploit, tag CISA_KEV, updated_at 2023_11_06, reviewed_at 2023_11_06, 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.