vendor:
Factux
by:
altbta
7,5
CVSS
HIGH
Local File Inclusion (LFI)
98
CWE
Product Name: Factux
Affected Version From: 1.1.5
Affected Version To: 1.1.5
Patch Exists: NO
Related CWE: N/A
CPE: a:factux:factux
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
2009
Factux LFI Vulnerability
Factux is vulnerable to Local File Inclusion (LFI) vulnerability. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable server. The vulnerable files are admin_modif.php, admin.php, article_new.php, article_update.php, backup.php, backup_timeout.php, bon_suite.php, and ca_annee.php. An example of exploiting this vulnerability is by sending a maliciously crafted HTTP request to the vulnerable server, such as http://[site]/factux/ca_annee.php?lang=../../index
Mitigation:
The best way to mitigate this vulnerability is to ensure that the application is not vulnerable to LFI attacks. This can be done by validating user input and sanitizing the input before using it in the application.