postid SQL Injection in Social Share

Summary

Vulnerability
postid SQL Injection in Social Share
Discovered
2010.12.08
Last Update
n/a n/a
ID
EV0166
CVE
n/a
Risk Level
medium
Type
SQL Injection
Status
Unpatched. Vendor notified. No reply from developer(s).
Vendor
n/a
Vulnerable Software
Social Share (http://sourceforge.net/projects/socialshare/)
Version
2010-06-05
PoC/Exploit
Available
Solution
Not available
Discovered by
Aliaksandr Hartsuyeu (eVuln.com)

Description

SQL Injection found in Social Share (http://sourceforge.net/projects/socialshare/) script.

SQL Injection
It is possible to inject arbitrary SQL query using postid parameter in postview.php script.

Parameter postid used in SQL query without any sanitation.

Condition: magic_quotes: off

PoC/Exploit

SQL Injection PoC code.

SQL Injection example: http://website/socialshare/postview.php? postid=-1 union select 1,2,3,4,5,6,7,8,9,10#

Solution.

Solution for "postid SQL Injection in Social Share" is not available. Check vendor's website for updates.