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

39 lines
1.0 KiB
YAML

id: CVE-2022-28955
info:
name: D-Link DIR816L - Access Control
author: arafatansari
severity: high
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
- https://nvd.nist.gov/vuln/detail/CVE-2022-28955
- https://www.dlink.com/en/security-bulletin/
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