vendor:
PHP MicroCMS
by:
abysssec.com
7.5
CVSS
HIGH
Authentication bypass with SQL Injection
89
CWE
Product Name: PHP MicroCMS
Affected Version From: PHP MicroCMS <= 1.0.1
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Unknown
PHP MicroCMS 1.0.1 Multiple Remote Vulnerabilities
This CMS has an authentication bypass vulnerability with SQL Injection in the login page. The user_name and password parameters received from the login form are passed to the do_login function, where they are then passed to the get_account_information function without any validation. These parameters are directly applied in an SQL query, allowing an attacker to bypass authentication and potentially gain unauthorized access.
Mitigation:
To mitigate this vulnerability, it is recommended to implement proper input validation and sanitization techniques, such as using prepared statements or parameterized queries, to prevent SQL injection attacks. Additionally, enforcing strong authentication mechanisms, such as multi-factor authentication, can help protect against unauthorized access.