Emerging Threatcriticaltest
Arcadyan Router Exploitations
Detects exploitation of vulnerabilities in Arcadyan routers as reported in CVE-2021-20090 and CVE-2021-20091.
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
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 Logic3 selectors
detection:
path_traversal:
# CVE-2021-20090 (Bypass Auth: Path Traversal)
cs-uri-query|contains: '..%2f'
config_file_inj:
cs-uri-query|contains|all:
# Chaining of CVE-2021-20090 (Bypass Auth) and CVE-2021-20091 (Config File Injection)
- '..%2f'
- 'apply_abstract.cgi'
noauth_list:
cs-uri-query|contains:
- '/images/'
- '/js/'
- '/css/'
- '/setup_top_login.htm'
- '/login.html'
- '/loginerror.html'
- '/loginexclude.html'
- '/loginlock.html'
condition: (path_traversal or config_file_inj) and noauth_listFalse Positives
Unknown
False positive likelihood has not been assessed. Additional context may be needed during triage.
MITRE ATT&CK
Tactics
Other
cve.2021-20090cve.2021-20091detection.emerging-threats
Rule Metadata
Rule ID
f0500377-bc70-425d-ac8c-e956cd906871
Status
test
Level
critical
Type
Emerging Threat
Created
Tue Aug 24
Modified
Mon Jan 02
Author
Path
rules-emerging-threats/2021/Exploits/CVE-2021-20090/web_cve_2021_20090_2021_20091_arcadyan_router_exploit.yml
Raw Tags
attack.initial-accessattack.t1190cve.2021-20090cve.2021-20091detection.emerging-threats