vendor:
BRIM
by:
ifnull
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: BRIM
Affected Version From: < 2.0.0
Affected Version To: < 2.0.0
Patch Exists: YES
Related CWE: CVE-2008-4082
CPE: a:brim_project:brim
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Apache/2.2.3, PHP/5.1.6, MySQL 5.0.45
2012
BRIM < 2.0.0 SQL Injection
Unlike CVE-2008-4082, this will work with or without magic_quotes_gpc enabled. By exploiting a vulnerability in the 'plugin' parameter of the 'index.php' page, an attacker can inject a malicious SQL query to extract sensitive information from the database.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries.