7.5
CVSSv2

CVE-2006-0759

Published: 18/02/2006 Updated: 20/07/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

Multiple SQL injection vulnerabilities in HiveMail 1.3 and previous versions allow remote malicious users to execute arbitrary SQL commands via (1) the contactgroupid parameter in addressbook.update.php, (2) the messageid parameter in addressbook.add.php, (3) the folderid parameter in folders.update.php, and possibly certain parameters in (4) calendar.event.php, (5) index.php, (6) pop.download.php, (7) read.bounce.php, (8) rules.block.php, (9) language.php, and (10) certain other scripts; and allow remote authenticated users to execute arbitrary SQL commands via (11) the folderid parameter in index.php and (12) possibly other parameters in certain other scripts, because $_SERVER['PHP_SELF'] is improperly handled.

Vulnerable Product Search on Vulmon Subscribe to Product

hivemail hivemail 1.2 sp1

hivemail hivemail 1.2

hivemail hivemail 1.2.2

hivemail hivemail 1.3 beta1

hivemail hivemail 1.1.1

hivemail hivemail 1.3 rc1

hivemail hivemail 1.3

hivemail hivemail 1.2.1 rc

hivemail hivemail 1.2.1 beta1

hivemail hivemail 1.1

Exploits

#!/usr/bin/perl # # # # HiveMail <= 13 remote command execution exploit # # # ################################################################################# # ...