5
CVSSv2

CVE-2005-2192

Published: 11/07/2005 Updated: 18/10/2016
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:P/I:N/A:N

Vulnerability Summary

SimplePHPBlog 0.4.0 stores password hashes in config/password.txt with insufficient access control, which allows remote malicious users to obtain passwords via a brute force attack.

Vulnerable Product Search on Vulmon Subscribe to Product

alexander palmo simple php blog 0.4.0

Exploits

#!/usr/bin/perl -w #=============================================================================== # Title: sphpblog_vulnspl # # Written by: Kenneth F Belva, CISSP # Franklin Technologies Unlimited, Inc # wwwftusecuritycom # # Date: August 25, 2005 # # Version: 01 # # Description: This program is for educational purposes only! ...