Emerging Threatmediumtest

Potential CVE-2021-27905 Exploitation Attempt

Detects exploitation attempt of the CVE-2021-27905 which affects all Apache Solr versions prior to and including 8.8.1.

Convert In Phoenix Studio

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

Launch
@gott_cyberCreated Sun Dec 11Updated Fri Mar 240bbcd74b-0596-41a4-94a0-4e88a76ffdb32021
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_request1:
        cs-uri-query|contains|all:
            - '/solr/'
            - '/debug/dump?'
            - 'param=ContentStream'
        sc-status: 200
    selection_request2:
        cs-method: 'GET'
        cs-uri-query|contains|all:
            - '/solr/'
            - 'command=fetchindex'
            - 'masterUrl='
        sc-status: 200
    condition: 1 of selection_*
False Positives

Vulnerability Scanners

MITRE ATT&CK

Other

cve.2021-27905detection.emerging-threats
Rule Metadata
Rule ID
0bbcd74b-0596-41a4-94a0-4e88a76ffdb3
Status
test
Level
medium
Type
Emerging Threat
Created
Sun Dec 11
Modified
Fri Mar 24
Path
rules-emerging-threats/2021/Exploits/CVE-2021-27905/web_cve_2021_27905_apache_solr_exploit.yml
Raw Tags
attack.initial-accessattack.t1190cve.2021-27905detection.emerging-threats
View on GitHub