vendor:
Elvin BTS
by:
SirGod
7.510.0
CVSS
HIGH
SQL Injection, Local File Inclusion, SQL Injection Login Bypass, Cross-Site Scripting, Cross-Site Request Forgery, Source Code Disclosure
89, 94, 352, 79, 352, 200
CWE
Product Name: Elvin BTS
Affected Version From: 1.2.0
Affected Version To: 1.2.0
Patch Exists: YES
Related CWE: N/A
CPE: a:elvinbts:elvin_bts:1.2.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Web
2020
Elvin BTS 1.2.0 Multiple Remote Vulnerabilities
Elvin BTS suffers from a lot of vulnerabilities, including SQL Injection, Local File Inclusion, SQL Injection Login Bypass, Cross-Site Scripting, Cross-Site Request Forgery, and Source Code Disclosure. The vulnerable code is present in show_bug.php, show_activity.php, and login.php. PoCs are provided for each vulnerability.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in database queries. Use prepared statements to prevent SQL injection. Use a web application firewall to detect and block malicious requests. Implement proper access control and authentication mechanisms.