nuclei-templates/cves/2022/CVE-2022-28955.yaml

41 lines
1.1 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
metadata:
shodan-query: http.html:"DIR-816L"
verified: "true"
tags: cve,cve2022,dlink,exposure
requests:
- 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
# Enhanced by md on 2023/02/03