vendor:
BASE
by:
a.kadir altan
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: BASE
Affected Version From: 1.4.5
Affected Version To: 1.4.5
Patch Exists: N/A
Related CWE: N/A
CPE: a:secureideas:base:1.4.5
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: PHP
2012
BASE 1.4.5 SQL Injection Vulnerability
BASE Snort Analysis Front-end is vulnerable to SQL injection in the parameters ip_addr[0][1], ip_addr[0][2], and ip_addr[0][9]. An attacker can exploit this vulnerability by sending a malicious payload in the vulnerable parameters. The proof-of-concept URL provided shows an example of exploiting this vulnerability.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.