vendor:
meBiblio
by:
ShAy6oOoN
7.5
CVSS
HIGH
Remote File Inclusion
Not available
CWE
Product Name: meBiblio
Affected Version From: meBiblio 0.4.5
Affected Version To: meBiblio 0.4.5
Patch Exists: NO
Related CWE: Not available
CPE: Not available
Platforms Tested: Not available
2007
meBiblio 0.4.5 RFI
The meBiblio 0.4.5 script is vulnerable to a Remote File Inclusion (RFI) attack. The vulnerability exists in the index.php file, where the 'action' variable is not properly validated before being included in a PHP include() function. This allows an attacker to include a remote file from a malicious server, leading to remote code execution on the target system.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in an include() function. Additionally, disabling the 'register_globals' feature in PHP can help prevent this type of attack.