vendor:
Koha
by:
Akin Tosunlar
7.5
CVSS
HIGH
Local File Inclusion
98
CWE
Product Name: Koha
Affected Version From: <4.2
Affected Version To: <4.2
Patch Exists: NO
Related CWE: N/A
CPE: a:koha:koha
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(Apache 2.2.14)
2011
Koha Opac Local File Inclusion
Koha Opac Local File Inclusion vulnerability allows an attacker to include a local file on the server by manipulating the 'KohaOpacLanguage' cookie parameter. By setting the 'KohaOpacLanguage' cookie parameter to '../../../../../../../../etc/passwd%00', an attacker can read the /etc/passwd file on the server.
Mitigation:
The vulnerability can be mitigated by properly validating user input and sanitizing the 'KohaOpacLanguage' cookie parameter.