45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
id: CVE-2022-28955
|
|
|
|
info:
|
|
name: D-Link DIR-816L - Improper Access Control
|
|
author: arafatansari
|
|
severity: high
|
|
description: |
|
|
D-Link DIR-816L_FW206b01 is susceptible to improper access control. An attacker can access folders folder_view.php and category_view.php and thereby possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
|
|
reference:
|
|
- https://github.com/shijin0925/IOT/blob/master/DIR816/1.md
|
|
- https://www.dlink.com/en/security-bulletin/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-28955
|
|
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.5
|
|
cve-id: CVE-2022-28955
|
|
cwe-id: CWE-287
|
|
epss-score: 0.02513
|
|
cpe: cpe:2.3:o:dlink:dir-816l_firmware:206b01:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
shodan-query: http.html:"DIR-816L"
|
|
verified: true
|
|
vendor: dlink
|
|
product: dir-816l_firmware
|
|
tags: cve,cve2022,dlink,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/category_view.php"
|
|
- "{{BaseURL}}/folder_view.php"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>SharePort Web Access</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|