vendor:
tcPbX
by:
Ahmed sultan
8,8
CVSS
HIGH
Local File Inclusion (LFI)
98
CWE
Product Name: tcPbX
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: a:tcpbx:tcpbx_voip_distro
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
2016
LFI Flaw in tcpbx voip distro
The software suffer from LFI flaw because of the tcpbx_lang parameter isn't sanitized before being proceeded in the file. An attacker can exploit this vulnerability by sending a crafted HTTP request with the tcpbx_lang parameter set to a malicious file path. This will allow the attacker to read the content of the file.
Mitigation:
Input validation should be used to prevent the inclusion of malicious files. Sanitize the tcpbx_lang parameter before being proceeded in the file.