7.5
CVSSv2

CVE-2007-0845

Published: 08/02/2007 Updated: 19/10/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

admin/index.php in Advanced Poll 2.0.0 up to and including 2.0.5-dev allows remote malicious users to bypass authentication and gain administrator privileges by obtaining a valid session identifier and setting the uid parameter to 1.

Vulnerable Product Search on Vulmon Subscribe to Product

advanced poll advanced poll 2.0.3

advanced poll advanced poll 2.0.4

advanced poll advanced poll 2.0.2

advanced poll advanced poll 2.0.5

Exploits

#!/usr/bin/perl -w # Advanced Poll 200 >= 205-dev textfile admin session gen # # # 0day! KEEP IT PRIVATE 0day! # # date: 30/07/06 # # diwou <diwou@phucksysorg> # # PHCKSEC (c) 2001-2006 # # see templates for code execution ;) use strict; use warnings; use LWP::UserAgent; use MD5; my ($lwp,$agent,$out,$url,$proxy)=(undef,unde ...