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

41 lines
1.1 KiB
YAML
Raw Normal View History

2022-08-14 14:56:22 +00:00
id: CVE-2022-28955
info:
name: D-Link DIR-816L - Improper Access Control
2022-08-14 14:56:22 +00:00
author: arafatansari
2022-08-14 17:41:37 +00:00
severity: high
2022-08-14 14:56:22 +00:00
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.
2022-08-14 14:56:22 +00:00
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
2022-08-14 17:41:37 +00:00
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
2022-08-14 17:41:37 +00:00
cve-id: CVE-2022-28955
cwe-id: CWE-287
epss-score: 0.01493
2022-08-14 14:56:22 +00:00
metadata:
max-request: 2
2022-08-14 14:56:22 +00:00
shodan-query: http.html:"DIR-816L"
2023-06-04 08:13:42 +00:00
verified: true
2022-08-14 17:41:37 +00:00
tags: cve,cve2022,dlink,exposure
2022-08-14 14:56:22 +00:00
http:
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