Emerging Threathightest

Potential CVE-2023-25717 Exploitation Attempt

Detects a potential exploitation attempt of CVE-2023-25717 a Remote Code Execution via an unauthenticated HTTP GET Request, in Ruckus Wireless Admin

Convert In Phoenix Studio

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

Launch
Nasreddine Bencherchali (Nextron Systems)Created Tue May 30043c1609-0e32-4462-a6f2-5a0c2da3fafe2023
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 Logic1 selector
detection:
    selection:
        cs-method: 'GET'
        cs-uri-query|contains|all:
            - '/forms/doLogin'
            - 'login_username'
            - 'password'
        cs-uri-query|contains:
            - '$('
            - '%24%28' # URL Encode version of "$("
    condition: selection
False Positives

Vulnerability scanners

Some rare false positives may occur if the password contains the characters "$(". Apply addition indicators such as executed commands to remove FP

MITRE ATT&CK

Other

cve.2023-25717detection.emerging-threats
Rule Metadata
Rule ID
043c1609-0e32-4462-a6f2-5a0c2da3fafe
Status
test
Level
high
Type
Emerging Threat
Created
Tue May 30
Path
rules-emerging-threats/2023/Exploits/CVE-2023-25717/web_cve_2023_25717_ruckus_wireless_admin_exploit_attempt.yml
Raw Tags
attack.initial-accessattack.t1190cve.2023-25717detection.emerging-threats
View on GitHub