7.5
CVSSv2

CVE-2005-3157

Published: 06/10/2005 Updated: 18/10/2016
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

SQL injection vulnerability in messages.php in PHP-Fusion 6.00.109 allows remote malicious users to execute arbitrary SQL commands via the msg_send parameter, a different vulnerability than CVE-2005-3158 and CVE-2005-3159.

Vulnerable Product Search on Vulmon Subscribe to Product

php fusion php fusion 6.00.109

Exploits

<php # if magic_quotes off -> SQL Injection, poc: # # [target]/[path_to_Php_Fusion]/messagesphp?msg_send=' UNION SELECT user_password FROM fusion_users WHERE user_name='[admin_username]'/* ## inserted the above for a better description /str0ke # # 1917 28/09/2005 # # ...