vendor:
Kodi
by:
Eric Flokstra
7,5
CVSS
HIGH
Local File Inclusion
22
CWE
Product Name: Kodi
Affected Version From: Kodi version 17.1 (Krypton)
Affected Version To: Chorus version 2.4.2
Patch Exists: YES
Related CWE: N/A
CPE: a:xbmc_foundation:kodi
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2017
Kodi – Local File Inclusion
The web interface of Kodi loads a thumbnail of an image, video or add-on when selecting a category in the left menu with the following request. Insufficient validation of user input is performed on this URL resulting in a local file inclusion vulnerability. This enables attackers to retrieve arbitrary files from the filesystem by changing the location after the '/image/image%3A%2F%2Fâ part.
Mitigation:
Validate user input and restrict access to sensitive files.