vendor:
minimal-ablog
by:
NoGe
7.5
CVSS
HIGH
SQL Injection, File Upload and Admin Bypass
89,434,285
CWE
Product Name: minimal-ablog
Affected Version From: 0.4
Affected Version To: 0.4
Patch Exists: No
Related CWE: N/A
CPE: a:abweb:minimal-ablog
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008
minimal-ablog 0.4 SQL Injection, File Upload and Admin Bypass Vuln
When a user visits the index.php page with a malicious SQL query, it is possible to inject malicious code into the database. Additionally, the uploader.php page can be used to upload malicious files, and the admin page can be bypassed to gain admin privileges.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in a SQL query. Ensure that only authorized users are able to access the admin page.