vendor:
RCBlog
by:
Danny Moules
7.5
CVSS
HIGH
Authentication Bypass
287
CWE
Product Name: RCBlog
Affected Version From: RCBlog 1.03
Affected Version To: RCBlog 1.03
Patch Exists: No
Related CWE: N/A
CPE: noahmedling.com
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
2009
RCBlog 1.03 Authentication Bypass
RCBlog 1.03 is vulnerable to an authentication bypass vulnerability. By default, the application provides public access to the text file which stores the MD5 hashes of the username/password and these can be found at http://www.example.com/rcblog/config/password.txt. By combining the hashes into one large string and crafting it in a “rcb_id” cookie in the following order: Directory -> IP Address -> Username -> Password, an attacker can gain administrative privileges.
Mitigation:
Ensure that the application is not providing public access to the text file which stores the MD5 hashes of the username/password.