10
CVSSv2

CVE-2007-2598

Published: 11/05/2007 Updated: 14/02/2024
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

SQL injection vulnerability in print.php in SimpleNews 1.0.0 FINAL allows remote malicious users to execute arbitrary SQL commands via the news_id parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

simplenews simplenews 1.0.0_final

Exploits

#!/usr/bin/perl -w ################################################################################# # # # SimpleNews <= 100 FINAL SQL Injection Exploit # # # # Discovered by: Silentz # # Payload: Admin Username & Hash Retrieval # # Website: wwww4ck1ngcom # # # # Vulnerable Code (pri ...