vendor:
Mediatheka
by:
Osirys
7.5
CVSS
HIGH
Local File Inclusion
22
CWE
Product Name: Mediatheka
Affected Version From: 4.2
Affected Version To: 4.2
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008
Mediatheka 4.2 Local File Inclusion
The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'lang' parameter to '/[path]/index.php'. This can be exploited to include arbitrary local files by passing directory traversal sequences (e.g. '../') and a NULL byte (%00) to terminate the include statement.
Mitigation:
Input validation should be used to ensure that user-supplied input is properly sanitized.