vendor:
PHPmybibli
by:
Dedi Dwianto
9,3
CVSS
CRITICAL
Multiple Remote File Inclusion Vulnerability
98
CWE
Product Name: PHPmybibli
Affected Version From: 2.1
Affected Version To: 2.1
Patch Exists: NO
Related CWE: N/A
CPE: a:pizz:phpmybibli
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
2006
ECHO_ADV_55$2006
A vulnerability was found in the cart.php script of PHPmybibli version <=2.1, which allows remote attackers to include arbitrary files from local or external resources. This can be exploited to execute arbitrary PHP code by including malicious files.
Mitigation:
Ensure that user-supplied input is properly validated and filtered before being used in the application. This can be done by using a whitelist of accepted inputs that strictly conform to specifications.