vendor:
BoltWire
by:
Andrey Stoykov
7.5
CVSS
HIGH
Local File Inclusion
98
CWE
Product Name: BoltWire
Affected Version From: 6.03
Affected Version To: 6.03
Patch Exists: NO
Related CWE: N/A
CPE: a:boltwire:boltwire:6.03
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Ubuntu 20.04 LAMP
2020
BoltWire 6.03 – Local File Inclusion
BoltWire 6.03 is vulnerable to Local File Inclusion (LFI). An authenticated user can send a specially crafted HTTP GET request to the vulnerable page, which allows the attacker to read arbitrary files from the server. This can be exploited to gain access to sensitive information such as the /etc/passwd file.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in file operations.