vendor:
QDBlog
by:
Omni
7.5
CVSS
HIGH
SQL Injection, Local File Inclusion
89, 98
CWE
Product Name: QDBlog
Affected Version From: v0.4
Affected Version To: v0.4 (prior versions may also be affected)
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
QDBlog v0.4 – MULTIPLE VULNERABILITIES
The QDBlog v0.4 application is vulnerable to SQL Injection and Local File Inclusion attacks. The SQL Injection vulnerability allows an attacker to bypass the admin access authentication and gain unauthorized access to the administration panel. The Local File Inclusion vulnerability allows an attacker to include arbitrary local files, potentially leading to remote code execution or information disclosure.
Mitigation:
To mitigate the SQL Injection vulnerability, the application should properly sanitize user input before using it in SQL queries. The Local File Inclusion vulnerability can be mitigated by validating and sanitizing user input before including files.