vendor:
Barcode Generator 1D
by:
dun
7.5
CVSS
HIGH
Local File Inclusion
22
CWE
Product Name: Barcode Generator 1D
Affected Version From: 2.0.0
Affected Version To: 2.0.0
Patch Exists: NO
Related CWE: N/A
CPE: a:barcodephp:barcode_generator_1d
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
2008
Barcode Generator 1D Local File Inclusion Vulnerability
A vulnerability exists in Barcode Generator 1D, which can be exploited by malicious people to disclose sensitive information. The vulnerability is caused due to the 'code' parameter in 'image.php' not properly sanitized before being used to include files. This can be exploited to include arbitrary files from local resources via directory traversal attacks.
Mitigation:
Input validation should be used to ensure that untrusted input is rejected, or at least sanitized to prevent malicious input from being passed to the vulnerable script.