Emerging Threatmediumtest

Zimbra Collaboration Suite Email Server Unauthenticated RCE

Detects an attempt to leverage the vulnerable servlet "mboximport" for an unauthenticated remote command injection

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
@gott_cyberCreated Wed Aug 17Updated Mon Jan 02dd218fb6-4d02-42dc-85f0-a0a376072efd2022
Emerging Threat
Active Threat

Developed to detect an active or emerging threat. Prioritize investigation of any alerts and correlate with threat intelligence.

Log Source
Web Server Log
CategoryWeb Server Log← raw: webserver

HTTP access logs from web servers capturing request paths, methods, and status codes.

Detection Logic
Detection Logic2 selectors
detection:
    selection_servlet:
        cs-method: 'POST'
        cs-uri-query|contains: '/service/extension/backup/mboximport\?'
        cs-uri-query|contains|all:
            - 'account-name'
            - 'ow'
            - 'no-switch'
            - 'append'
        sc-status:
            - 401
            - 200
    selection_shell:
        cs-uri-query|contains: '/zimbraAdmin/'
        cs-uri-query|endswith: '.jsp'
        sc-status|contains: '200'
    condition: 1 of selection_*
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

MITRE ATT&CK

Other

cve.2022-27925detection.emerging-threats
Rule Metadata
Rule ID
dd218fb6-4d02-42dc-85f0-a0a376072efd
Status
test
Level
medium
Type
Emerging Threat
Created
Wed Aug 17
Modified
Mon Jan 02
Path
rules-emerging-threats/2022/Exploits/CVE-2022-27925/web_cve_2022_27925_exploit.yml
Raw Tags
attack.initial-accessattack.t1190cve.2022-27925detection.emerging-threats
View on GitHub