Emerging Threathightest

CVE-2023-4966 Exploitation Attempt - Citrix ADC Sensitive Information Disclosure - Webserver

Detects exploitation attempt of CVE-2023-4966 a Citrix ADC and NetScaler Gateway sensitive information disclosure vulnerability via webserver logs by looking for a very long host header string.

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 Nov 28a4e068b5-e27c-4f21-85b3-e69e5a4f7ce12023
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-stem|contains: '/oauth/idp/.well-known/openid-configuration'
        cs-host|re: '.{150}'
    condition: selection
False Positives

Vulnerability scanners

MITRE ATT&CK

Other

cve.2023-4966detection.emerging-threats
Rule Metadata
Rule ID
a4e068b5-e27c-4f21-85b3-e69e5a4f7ce1
Status
test
Level
high
Type
Emerging Threat
Created
Tue Nov 28
Path
rules-emerging-threats/2023/Exploits/CVE-2023-4966/web_exploit_cve_2023_4966_citrix_sensitive_information_disclosure_exploit_attempt.yml
Raw Tags
attack.initial-accessattack.t1190cve.2023-4966detection.emerging-threats
View on GitHub